ID: 34987 Updated by: [EMAIL PROTECTED] Reported By: michal_czerniak at o2 dot pl -Status: Open +Status: Feedback Bug Type: Compile Failure Operating System: AIX 5.2L PHP Version: 5.0.5 New Comment:
How about the *backtrace* ? Typ `bt` when you got the segfault. Previous Comments: ------------------------------------------------------------------------ [2005-11-17 13:08:37] michal_czerniak at o2 dot pl GNU gdb 6.2.1 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "powerpc-ibm-aix5.1.0.0"... (gdb) run -X Starting program: /usr/local/apache/bin/httpd -X Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1] 0xd127d4a8 in tds_alloc_context () from /usr/local/freetds/lib/libsybdb.a(libsybdb.so.5) (gdb) ------------------------------------------------------------------------ [2005-11-03 01:00:06] php-bugs at lists dot php dot net No feedback was provided for this bug for over a week, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open". ------------------------------------------------------------------------ [2005-10-26 09:58:41] [EMAIL PROTECTED] Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. ------------------------------------------------------------------------ [2005-10-26 09:56:08] michal_czerniak at o2 dot pl 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 this bug report at http://bugs.php.net/?id=34987&edit=1