[PHP-INST] Floating Point Exception on First Use

2001-02-01 Thread Extends Internet
I get a "Floating point exception - core dumped" on my first attempt to start the Apache server once I've added php. Any help is greatly appreciated! Thanks, Steve Amerige OS: FreeBSD 3.4 (Intel) Apache: 1.3.14 (latest production version) PHP:4.0.4pl1 MySQL: 3.23.32 I started with ta

Re: [PHP-INST] Floating Point Exception on First Use

2001-02-01 Thread Extends Internet
I did some more gdb checking and see that the #if HAVE_SRAND48 is true. When I manually change the main/php_config.h file to define this as: #define HAVE_SRAND48 0 the problem goes away and all is well. I guess the configure script got this wrong. Can anyone confirm this? Thanks! S