[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Compiling PHP on RaQ4
- Subject: RE: [cobalt-users] Compiling PHP on RaQ4
- From: BSmith@xxxxxxxxxxx
- Date: Tue Aug 26 12:41:02 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
-----Original Message-----
I've found one in /usr/lib/php/extensions/no-debug-non-zts-20020429/
and one in 'PHPSRC'/modules/
Will that do?
René
-----Original Message-----
type this in:
mkdir /root/php-tmp
mv /usr/lib/apache/php/* /root/php-tmp
mv /usr/lib/php/extensions/no-debug-non-zts-20020429/* /usr/lib/apache/php/
Restart Apache (do not do a reload, wont work with PHP reloading)
/etc/rc.d/init.d/httpd restart
You should be good to go!
~Brian