On Fri, Aug 01, 2008 at 11:28:26AM +0100, mbm wrote:
On Fri, 1 Aug 2008 11:24:51 +0100 Jonathan McDowell noodles@earth.li allegedly wrote:
How are you actually installing it? php5 will by default want to pull in libapache2-mod-php5 though php5-cgi should meet the dependency instead if necessary.
"aptitude install php5" wants to pull in Apache here (Debian/sid) but "aptitude install php5 php5-cgi" only wants to install php5, php5-cgi and php5-common.
I'm using "apt-get install php5 php5-cgi"
Try "apt-get install php5-cgi php5". aptitude is obviously smarter about checking all packages to be installed for meeting deps earlier in the list.
J.