** Description changed: As pointed out over at https://askubuntu.com/questions/497356/install- phppgadmin-without-apache, it's hard-coded that Apache is required, although installing nginx (or any another web server that fullfills the httpd-requirement) is sufficient as well. A fix shouldn't be that hard as the link above already provides a working solution: - $ sudo apt-get install --no-install-recommends nginx php5-cgi phppgadmin + $ sudo apt-get install --no-install-recommends php5-cgi phppgadmin + + Ubuntu release: 14.04.1 LTS + Package used: phppgadmin 5.1-1 + + Expected: phpPgAdmin should be installed without Apache2 if Nginx is + already installed (by selecting php5-cgi instead) + + Happened instead: I had to use "$ sudo apt-get install --no-install- + recommends php5-cgi phppgadmin" to get it installed without Apache2
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1387882 Title: Apache is a dependency even if httpd requirement is fullfilled (e.g. by installing nginx) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/phppgadmin/+bug/1387882/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
