|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-11-23 22:46 UTC] wiseass at vianet dot ca
[2000-11-28 05:53 UTC] sniper@php.net
[2000-11-30 20:25 UTC] wiseass at vianet dot ca
[2000-11-30 21:40 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Tue Jun 30 15:00:02 2026 UTC |
'./configure' '--with-apxs=/usr/apache/bin/apxs' '--with-config-file-path=/usr/local/etc' '--with-gd' '--with-imap=/usr/src/apache/modules/php/depend/imap-2000' '--with-mysql' '--with-ldap' '--with-zlib' '--enable-track-vars' Script: <?php $link = mysql_connect("localhost", "dan", "password"); ?> or any variant thereof. Any script that calls mysql_connect executes properly and when exiting, gives this message in /var/log/httpd/error_log: [Thu Nov 23 20:32:48 2000] [notice] child pid 2876 exit signal Segmentation fault (11) gdb) run -X -f /usr/apache/conf/httpd.conf Starting program: /usr/apache/bin/httpd -X -f /usr/apache/conf/httpd.conf Program received signal SIGTRAP, Trace/breakpoint trap. 0x40001690 in _start () at rtld.c:138 138 rtld.c: No such file or directory. (gdb) bt #0 0x40001690 in _start () at rtld.c:138 That's all the info I can dig up.