From: [EMAIL PROTECTED] Operating system: Solaris 8 PHP version: 4.2.0 PHP Bug Type: *Compile Issues Bug description: __floatdidf: symbol not found when attempting to load module in apache
4.2.0 on solaris 8 with apache 1.3.24. Configured with: ./configure --with-apxs=/usr/local/apache/bin/apxs --with-mysql=/usr/local/mysql --with-interbase Builds fine. When attempting to start apache I get the following error: Cannot load /usr/local/apache/libexec/libphp4.so into server: ld.so.1: /usr/local/apache/bin/httpd: fatal: relocation error: file /usr/local/apache/libexec/libphp4.so: symbol __floatdidf: referenced symbol not found Adding the following onto the final build line: -L/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/ -lgcc produces a build that seems to work ok. Thanks in advance. -- Edit bug report at http://bugs.php.net/?id=16826&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=16826&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=16826&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=16826&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=16826&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=16826&r=support Expected behavior: http://bugs.php.net/fix.php?id=16826&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=16826&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=16826&r=submittedtwice
