|
Posted by Toby A Inkster on 06/08/07 09:46
deko wrote:
> 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
dpkg -l | grep apache
See which version of Apache you are using. Apache 1.3 and Apache 2.x are
both fairly common -- Debian provides packages of each. (Most distros do.)
If you're running Apache 1.x, then use libapache-mod-php5;
if you're running Apache 2.x, then use libapache2-mod-php5.
If you seem to have both Apache 1.3 *and* Apache 2.x installed, then
uninstall one of them -- you'll only end up confusing yourself!
--
Toby A Inkster BSc (Hons) ARCS
[Geek of HTML/SQL/Perl/PHP/Python/Apache/Linux]
[OS: Linux 2.6.12-12mdksmp, up 104 days, 17:28.]
URLs in demiblog
http://tobyinkster.co.uk/blog/2007/05/31/demiblog-urls/
[Back to original message]
|