Hi Folks,
Already searched through the archives and am having a dandy of problem getting PHP to install for me. Have tried both static and APXS DSO installs, neither of which seems to work. With the DSO, if I comment the LoadModule in for PHP, Apache runs without a hitch. Once I put it back in, no dice, I receive 'Floating point exception (core dumped)' (and I know I'm not the first to have this, but I haven't seen any info as how to fix this in my searches).
I'm running Apache 1.3.19, have tried the PHP4.0.4 tarball, as well as today's snapshot (4/19). I'm doing this on a Cobalt RaQ using Mips (save your comments!!) My configure's been stripped down just for testing purposes:
PHP
./configure --with-apxs=/usr/local/apache/bin/apxs --without-mysql
(I chose without mysql for now, just to rule out that as a problem, though I will most likely not be exploiting mysql any time soon)
Apache
./configure --enable-shared=max
(in reference to the above, no problems with any of the other mods)
There's obviously some weird hangup with the PHP mod, but damned if I know what it is or how I can fix it. Any clues?!
Thanks,
JD