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

Re: [cobalt-users] php 4.2.2



Just for future other php newbie's reference:

While already running apache & php422 as a module install, i did the following to get php422 installed as an executable as well (providing both a module install and an executable):

cd existign_php_dir
rm config.cache
cd /

mkdir php422cgi
cd php422cgi
wget "php_ver_from_php.net"
tar -xvzf php-4.2.2.tar.gz
rm config.cache
make clean
./configure --with-mysql
make
make install

While still in the new php dir, type:
        php < /dev/null
and you should get something like:
        X-Powered-By: PHP/ver
        Content-type: text/html


Hope this helps someone else !
Best,
Kam.


At 06:58 AM 10/7/2002 -0400, you wrote:
On Mon, 7 Oct 2002, Kameel wrote:

> Do you know if this version is safe to install onto RaQ 3's ?
> I have a raq 3 running 4.2.2 compiled from source.
>

  recompile it as a cgi instead of an apache module!

--
http://frontstreetnetworks.com | http://raqware.com
Front Street Networks LLC  | Phone: +1 203-785-0699
229 Front Street, Ste. C, New Haven, CT. 06513-3203

_____________________________________
cobalt-users mailing list
cobalt-users@xxxxxxxxxxxxxxx
To subscribe/unsubscribe, or to SEARCH THE ARCHIVES, go to:
http://list.cobalt.com/mailman/listinfo/cobalt-users