Matt Nuzum in reply to own message: > > I'm searching for a PHP4-pkg-file, but can't find one! > > Is it possible, that PHP4 doesn't run on a raq2 ??? > > > > So, who knows how to install PHP4 on a raq2 ??? > > > > PHP 4 works fine on a Raq2, but you must compile it yourself. It's > actually very easy to do a simple installation following the > instructions on www.php.net. > > Alternatively, you can probably find numerous people on this list that > would be willing to do it for you for a small fee. If you'd like, send > me a private email and I'll recommend someone. ;-)
PS. I should note, that if you would like to compile it yourself, you should use PHP 4.1 or PHP 4.0.3 or earlier. 4.0.4 -> 4.0.6 had a nasty little bug on Mips based Cobalt Raq servers. If you would like the source to PHP 4.0.3, send me an email and I'll send it to you. Here are the compile options that I use on a **very plain** and basic install of PHP4 for the Raq: ./configure --prefix=/usr \ --with-apxs=/usr/sbin/apxs \ --enable-safe-mode \ --with-config-file-path=/etc/httpd \ --with-exec-dir=/usr/bin \ --enable-magic-quotes \ --with-regex=system \ --enable-track-vars \ --disable-debug \ --with-libdir=/usr/lib \ --with-mysql=shared Matthew Nuzum followers.net _______________________________________________ cobalt-developers mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers
