From: michal_czerniak at o2 dot pl Operating system: AIX 5.2L PHP version: 5.0.5 PHP Bug Type: Compile Failure Bug description: AIX 5.2, APACHE 1, PHP4-5, FREETDS
Description: ------------ I'm trying to build php with mssql support. I've tried almost all possible combinations of arguments, but after successfull compilation apache segfaults. My last try was with apache 1.3.34 (I have tried with 1.3.32,33, 2.0.48) ./configure --enable-module=so make make install -OK, runs fine php5-200510200830 (prievously almost all versions from 4.3 to 5.1RC): ./configure --prefix=/usr/local/php51 --with-apxs=/usr/local/apache/bin/apxs --with-mssql=/usr/local/freetds --disable-all make make instal -OK root /usr/local/apache/bin > ./apachectl start ./apachectl[86]: 311404 Segmentation fault(coredump) ./apachectl start: httpd could not be started When I remove freetds from php configuration, everything works fine. Freetds tested manualy from command line also works fine. -- Edit bug report at http://bugs.php.net/?id=34987&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=34987&r=trysnapshot4 Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=34987&r=trysnapshot50 Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=34987&r=trysnapshot51 Fixed in CVS: http://bugs.php.net/fix.php?id=34987&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=34987&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=34987&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=34987&r=needscript Try newer version: http://bugs.php.net/fix.php?id=34987&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=34987&r=support Expected behavior: http://bugs.php.net/fix.php?id=34987&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=34987&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=34987&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=34987&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=34987&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=34987&r=dst IIS Stability: http://bugs.php.net/fix.php?id=34987&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=34987&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=34987&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=34987&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=34987&r=mysqlcfg
