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

[cobalt-users] Re:[2] PHP via cronjob



>> If you need more details mail me.
>
>I'd appreciate the information on the script version of PHP also.

Hi Thom !

Install is not too difficult -  a quick description follows:
/* Disclaimer - no warranty ! */

ssh in                                  // (or su to root if you're 
using telnet) 

cd /usr/local
tar xzvf php-xxxxxxx.tar.gz  // take the latest version
ln -s php-xxxxxxx php         // make a symbolic link for easy access
cd php
/configure --with-mysql=/pathToMySQL --enable-track-vars
make
make install

If you play around a bit you can include more features like:
--enable-ftp                       // which is VERY usefull

It works fine. The important point is: Don't use --with-apxs !
You can have both on your system at the same time. The 'normal'
Apache-version and the script-version which doubles the fun.

Thomas

--
InternAd.de
Internet Advertising
Thomas Prosi
tp@xxxxxxxxxxx