|
Posted by Toby A Inkster on 06/07/07 12:22
deko wrote:
> Apparently, PHP5 does not come with Debian Etch by default,
Really?
What sources have you got configured for packages? Are they all "stable"?
If so, add some "testing" sources in, and see if PHP5 is available for
install.
Debian is notorious for including fairly old versions of packages in its
"stable" branch. The "testing" branch has a lot more polish and stability
than its name gives it credit for, and is perfectly suitable for a
production server.
Try:
apt-get install apache2 libapache2-mod-php5 php5-cli php5-common php5-cgi
--
Toby A Inkster BSc (Hons) ARCS
[Geek of HTML/SQL/Perl/PHP/Python/Apache/Linux]
[OS: Linux 2.6.12-12mdksmp, up 103 days, 19:57.]
URLs in demiblog
http://tobyinkster.co.uk/blog/2007/05/31/demiblog-urls/
[Back to original message]
|