Debian Bug report logs - #544285
Please decrease priority of libapache-* in php5 metapackage

Package: php5; Maintainer for php5 is (unknown);

Reported by: Karl Goetz <karl@kgoetz.id.au>

Date: Sun, 30 Aug 2009 11:48:02 UTC

Severity: normal

Done: Ondřej Surý <ondrej@debian.org>

Bug is archived. No further changes may be made.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>:
Bug#544285; Package php5. (Sun, 30 Aug 2009 11:48:07 GMT) (full text, mbox, link).


Acknowledgement sent to Karl Goetz <karl@kgoetz.id.au>:
New Bug report received and forwarded. Copy sent to Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>. (Sun, 30 Aug 2009 11:48:07 GMT) (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: Karl Goetz <karl@kgoetz.id.au>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: Please decrease priority of libapache-* in php5 metapackage
Date: Sun, 30 Aug 2009 19:21:26 +0800
Package: php5
Severity: normal


In Lenny, the Depends of php5 look like this:
Depends: libapache2-mod-php5 (>= 5.2.6.dfsg.1-1+lenny3) | libapache2-mod-php5filter (>= 5.2.6.dfsg.1-1+lenny3) | php5-cgi (>= 5.2.6.dfsg.1-1+lenny3), php5-common (>= 5.2.6.dfsg.1-1+lenny3)

This means someone with a fully functional lighttpd setup will be told
to install apache if they want to run a php application (the one which
came up specifically was phpmyadmin).
It would be nice if php5-cgi could be made the default Dependancy
instead of an apache module.

Thanks,
kk

-- System Information:
Debian Release: 5.0.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-486
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash




Reply sent to Ondřej Surý <ondrej@debian.org>:
You have taken responsibility. (Sun, 30 Aug 2009 13:30:23 GMT) (full text, mbox, link).


Notification sent to Karl Goetz <karl@kgoetz.id.au>:
Bug acknowledged by developer. (Sun, 30 Aug 2009 13:30:28 GMT) (full text, mbox, link).


Message #10 received at 544285-done@bugs.debian.org (full text, mbox, reply):

From: Ondřej Surý <ondrej@debian.org>
To: Karl Goetz <karl@kgoetz.id.au>, 544285-done@bugs.debian.org
Subject: Re: [php-maint] Bug#544285: Please decrease priority of libapache-* in php5 metapackage
Date: Sun, 30 Aug 2009 15:13:24 +0200
# apt-get install lighttpd php5-cgi php5

will do what you need. Most common setup is LAMP with php5 as module.

Closing the bug.

Ondrej.

On Sun, Aug 30, 2009 at 13:21, Karl Goetz<karl@kgoetz.id.au> wrote:
> Package: php5
> Severity: normal
>
>
> In Lenny, the Depends of php5 look like this:
> Depends: libapache2-mod-php5 (>= 5.2.6.dfsg.1-1+lenny3) | libapache2-mod-php5filter (>= 5.2.6.dfsg.1-1+lenny3) | php5-cgi (>= 5.2.6.dfsg.1-1+lenny3), php5-common (>= 5.2.6.dfsg.1-1+lenny3)
>
> This means someone with a fully functional lighttpd setup will be told
> to install apache if they want to run a php application (the one which
> came up specifically was phpmyadmin).
> It would be nice if php5-cgi could be made the default Dependancy
> instead of an apache module.
>
> Thanks,
> kk
>
> -- System Information:
> Debian Release: 5.0.2
>  APT prefers stable
>  APT policy: (500, 'stable')
> Architecture: i386 (i686)
>
> Kernel: Linux 2.6.26-2-486
> Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/bash
>
>
>
> _______________________________________________
> pkg-php-maint mailing list
> pkg-php-maint@lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/pkg-php-maint
>



-- 
Ondřej Surý <ondrej@sury.org>
http://blog.rfc1925.org/




Information forwarded to debian-bugs-dist@lists.debian.org, Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>:
Bug#544285; Package php5. (Mon, 31 Aug 2009 00:42:03 GMT) (full text, mbox, link).


Acknowledgement sent to Karl Goetz <karl@kgoetz.id.au>:
Extra info received and forwarded to list. Copy sent to Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>. (Mon, 31 Aug 2009 00:42:03 GMT) (full text, mbox, link).


Message #15 received at 544285@bugs.debian.org (full text, mbox, reply):

From: Karl Goetz <karl@kgoetz.id.au>
To: Ondřej Surý <ondrej@debian.org>
Cc: 544285@bugs.debian.org
Subject: Re: [php-maint] Bug#544285: Please decrease priority of libapache-* in php5 metapackage
Date: Mon, 31 Aug 2009 10:06:15 +0930
[Message part 1 (text/plain, inline)]
On Sun, 30 Aug 2009 15:13:24 +0200
Ondřej Surý <ondrej@debian.org> wrote:

> # apt-get install lighttpd php5-cgi php5
> 
> will do what you need. Most common setup is LAMP with php5 as module.

While I agree, lamp setups [1] tend to be installed with with Apache in
the install line, which aiui would pull in the libapache* dependancies?


Another thought I forgot to include in the original email which I
wondered about:

Does this mean when Apache (et al) fails to install because theres
already an httpd running the user should know all the packaging better,
or its a bug elseware ...?
kk

[1] In my very limited experience ...

> Closing the bug.
> 
> Ondrej.
> 
> > This means someone with a fully functional lighttpd setup will be
> > told to install apache if they want to run a php application (the
> > one which came up specifically was phpmyadmin).
> > It would be nice if php5-cgi could be made the default Dependancy
> > instead of an apache module.
> >
> > Thanks,
> > kk
> >


-- 
Karl Goetz, (Kamping_Kaiser / VK5FOSS)
Debian contributor / gNewSense Maintainer
http://www.kgoetz.id.au
No, I won't join your social networking group
[signature.asc (application/pgp-signature, attachment)]

Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Mon, 28 Sep 2009 07:39:07 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Sun Jul 2 02:01:12 2023; Machine Name: buxtehude

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.