Posted by deko on 06/08/07 05:43
> I'd recommend removing php4-common and libapache2-mod-php4, and then
> installing libapache2-mod-php5 if such a beast exists. Then try.
After using 'dpkg -r' and 'dpkg --purge', I ended up with this
bubba [/root] # dpkg -l | grep php
ii libapache-mod-php5 5.2.0-8+etch4
ii php5-common 5.2.0-8+etch4
ii php5-gd 5.2.0-8+etch4
ii php5-mcrypt 5.2.0-8+etch4
ii php5-mysql 5.2.0-8+etch4
ii phpmyadmin 2.9.1.1-3
There is a libapache2-mod-php5, but not sure if I need this:
http://packages.debian.org/unstable/net/libapache2-mod-php5
How do I add php5 to apache? If I issue the a2enmod command, I get a list of
module names that I could enable - the problem is I don't see php5 in the list.
[Back to original message]
|