Ok, I compiled PHP with --enable-debug. Now I'm getting another error... Do I have to compile Midgard with debuf enabled? How can I do that?
Thanks, Luis # /etc/rc.d/init.d/httpd start PHP Warning: midgard: Unable to initialize module Module compiled with module API=20020429, debug=0, thread-safety=0 PHP compiled with module API=20020429, debug=1, thread-safety=0 These options need to match in Unknown on line 0 Unknown(0) : Warning - midgard: Unable to initialize module Module compiled with module API=20020429, debug=0, thread-safety=0 PHP compiled with module API=20020429, debug=1, thread-safety=0 These options need to match /etc/rc.d/init.d/httpd start: httpd started -----Original Message----- From: Emiliano [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 10:28 PM To: [EMAIL PROTECTED] Subject: Re: [midgard-user] Segmentation fault with Midgard and Asgard Luis Gonzaga wrote: > Program received signal SIGSEGV, Segmentation fault. 0x4014be4a in > zend_hash_find () from /www/libexec/libphp4.so > (gdb) bt > #0 0x4014be4a in zend_hash_find () from /www/libexec/libphp4.so #1 > 0x08104fe8 in ?? () Cannot access memory at address 0x9ae758e8 PHP is probably compiled without debugging info. It's next to impossible to get reliable backtraces from PHP without it. Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
