Shepski
08-13-2001, 11:45 AM
Hi All,
I am currently trying to configure PhP on our RaQ3 with MySQL. I have installed the pkg for MySQL and tried many different attempts to install PhP but all have failed.
All I get when trying to run a .php page is the box popping up asking me to save it or open it from location!!
I enclose a pretty much standard help for installing PhP but with no success.
go to any directory /home/sites/home/ will work
type wget http://www.php.net/do_download.php?download_file=php-4.0.6.tar.gz&source_site=www.php.net
This will download the latest tar file
when it is done
type gunzip php-4.0.6.tar.gz
then type
tar xvf php-4.0.6.tar
cd to the directory it creates
in that directory
./configure --with-mysql
make
make install
Any help would be much appreciated.
regards
Simon Malings
I am currently trying to configure PhP on our RaQ3 with MySQL. I have installed the pkg for MySQL and tried many different attempts to install PhP but all have failed.
All I get when trying to run a .php page is the box popping up asking me to save it or open it from location!!
I enclose a pretty much standard help for installing PhP but with no success.
go to any directory /home/sites/home/ will work
type wget http://www.php.net/do_download.php?download_file=php-4.0.6.tar.gz&source_site=www.php.net
This will download the latest tar file
when it is done
type gunzip php-4.0.6.tar.gz
then type
tar xvf php-4.0.6.tar
cd to the directory it creates
in that directory
./configure --with-mysql
make
make install
Any help would be much appreciated.
regards
Simon Malings
