denise366:
To install PHP 4.0.4pl1 on your RaQ3 do the follow:
1) Login to telnet
2) Switch user to root: Enter "su -" and your password
3) Enter "wget
www.php.net/distributions/php-4.0.4pl1.tar.gz" (return) to download the PHP 4.0.4pl1 source
4) Enter the follow:
tar xvfz php-4.0.1pl1
cd php-4.0.1pl1
./configure --with-mysql --with-apxs --with-zlib
make
make install
5) You need to edit the configuration files. Enter the follow:
cd /etc/httpd/conf
pico srm.conf
6) In pico add the follow:
DirectoryIndex index.html index.htm index.shtml home.html home.htm index.php
AddType application/x-httpd-php .phtml
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
7) Press Control-x and save the file
8) Enter "pico httpd.conf" and replace the php4 LoadModule line with:
LoadModule php4_module /usr/bin/apache/libphp4.so
9) Press control-x and save the file
10) Enter "/etc/rc.d/init.d/httpd restart" to restart apache.
Done!
System Logic:
Check out my UBB 6 -> vB 2.0 Howto
http://www.vbulletin.com/forum/showt...threadid=15177