Install PHP 3 on a MIPS based RAQ
Login as root onto your Qube2 / RaQ2 and type the following:
rpm -Uvh http://cobalt.webtrafficstats.com/downloads/mod_php3- 3.0.7-1C2.mips.rpm
OR Download mod_php3- 3.0.7-1C2.mips.rpm Here
rpm -Uvh http://cobalt.webtrafficstats.com/downloads/mod_php3- doc-3.0.7-1C2.mips.rpm
OR Download mod_php3-doc-3.0.7-1C2.mips.rpm Here
The first rpm installation must restart your public web server.
To Test:
1. create a sample php3 file on your cobalt-server
In the web directory, create a file, test.php3, that includes this:
<?php
phpinfo()
>
2. Download the sample file
Bring up the page in a browser to see PHP information. If you see information about php, you are set..
Note: Installation does not support the gd graphics library because of copyright issues. please visit (http://www.boutell.com/gd/)for more info.