On Fri, Aug 01, 2008 at 11:19:20AM +0100, mbm wrote:
Can anyone tell me why debian apt-get insists on installing apache when I only want to install php5 and php5-cgi (I already have lighttpd installed and prefer to use that)?
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.
J.