[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] (RaQ3) Installing PHP4.0.3pl1 step-by-step guide



Dear,

I tried this and it works fine
Only the combination with MySQL 3.22 does not worki anymore
Andy suggestion ???

Thanks in advance

Steven

--__--__--

Message: 2
Date: Sat, 04 Nov 2000 21:21:43 +0100
To: cobalt-users@xxxxxxxxxxxxxxx
From: Linking Internet - Peter Batenburg <peter@xxxxxxxxxx>
Subject: [cobalt-users] (RaQ3) Installing PHP4.0.3pl1 step-by-step guide
Reply-To: cobalt-users@xxxxxxxxxxxxxxx

no need to recompile apache..

## installation php4.0.3pl1 for raq3
cd /root
tar zxvf php4.0.3pl1.tar.gz
cd php-4.0.3pl1
./configure --with-mysql --with-apxs
make
make install
cd /etc/httpd/conf
pico srm.conf
## add to srm.conf:
DirectoryIndex index.html index.htm index.shtml home.html home.htm index.php

^^^^^^^^^^^^
## you can also add index.php4 and index.phtml there if you want..
AddType application/x-httpd-php .php .php4 .phtml
## save file
pico httpd.conf
## change the php4 LoadModule, thats allready added to httpd.conf:
LoadModule php4_module        /usr/lib/apache/libphp4.so
## save file
/etc/rc.d/init.d/httpd restart
echo "<? phpinfo(); ?>">/home/sites/home/web/test.php
## test if it works in your browser



At 21:52 4-11-00 +0500, you wrote:
>Any one installed php4 (PHP 4.0.3pl1 ) on the raq3? If yes please could some
>one let me know how exactly it was done? (commands etc (also was apache
>recompiled ?))
>
>Arsalan Mahmud
>Nexus Technologies