[Bug 1387882] Re: Apache is a dependency even if httpd requirement is fullfilled (e.g. by installing nginx)

2015-04-28 Thread Jean-Michel Vourgere
Fixed in 5.1-1.1

** Changed in: phppgadmin (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1387882] Re: Apache is a dependency even if httpd requirement is fullfilled (e.g. by installing nginx)

2015-04-28 Thread Jean-Michel Vourgere
** Changed in: phppgadmin (Ubuntu)
   Status: Confirmed => Fix Committed

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1387882] Re: Apache is a dependency even if httpd requirement is fullfilled (e.g. by installing nginx)

2015-01-27 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: phppgadmin (Ubuntu)
   Status: New => Confirmed

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1387882] Re: Apache is a dependency even if httpd requirement is fullfilled (e.g. by installing nginx)

2015-01-27 Thread Steven
I was excited to see this bug report, but sad once i saw it was still
marked as new and unassigned since October 2014.

Martin already clearly explained the issue. This simplest solution would
to just take out the Apache dependency.  It isn't required so it
shouldn't be a dependency.

The fact that it is a dependency is causing problem for me on 14.04 and
14.10. I get NGINX and phpPgadmin working together just fine.

Then I go into my terminal to install other software, and every time it
wants to configure phpPgAdmin and tells me how Apache isn't running.

Couldn't we just remove the Apache dependency? I'd be glad to rebuild
the package without Apache as a dependency myself if it gets this
solved.

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1387882] Re: Apache is a dependency even if httpd requirement is fullfilled (e.g. by installing nginx)

2014-10-30 Thread Martin B.
** 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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs