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

RE: [cobalt-users] PHP4 RPMS?



At 09:24 PM 8/22/00 +0200, you wrote:
Hi,

> Anyone seen PHP4 RPMS for the cobalt RAQ3i anywhere?

Anyone seen PHP4 on a Cobalt RAQi at all (-; Just kidding...
It's just not working, if I enable mySQL-Support )-:

If I can get it compiled on a i386 the mips will follow
Although I don't have access to a Qube 1 I do have a 2.

RPMS of php modules are almost not available with mysql support built in.
I suggest getting the php source at www.php.net.
Extract it on the machine with "tar -xvzf php-4.0.1pl2.tar.gz"
cd in to the dir and execute the following .configure command located below.
READ THE INSTALL FILE. (it will tell you how to activate it in apache)
After that do "make && make install"
Activate php in the /etc/httpd/conf/srm.conf.master and srm.conf file.
Restart apache with "/etc/rc.d/init.d/apache restart"

I can't compile php4 any more because off an Internal compiler error in the gcc snapshot I used ;-)
That version of gcc (2.96) is known to be buggy on mips.

php configure command for php-4.0.1pl2
Note that you should check if you have installed gd on your machine.
Otherwise take it out :-)
Can our expert php compiler test this minimal php config. My gcc is not OK anymore.
(it is for compiling the module version)

./configure  --with-mysql --with-apxs \
--enable-track-vars --enable-magic-qoutes --with-gd \
--with-zlib --with-imap

Good Luck.
*knuffie went out to get a CVS snapshot of gcc

--
Seth
"Have you gone mad?"
"Well, yes, but that's beyond the scope of this email."