I am running FreeBSD 3.5-RELEASE and I have attempted to compile PHP 4.0.4 as a CGI Binary. My Configure line looks like:
./configure --with-mysql --with-msql --enable-discard-path --disable-debug
It compiles just fine and when I run the command 'php -v' i get "Floating point exception (core dumped)".
Any ideas why it is doing this?