On Sun, 29 Jul 2001, Heikki Korpela wrote:

> with mysql first in loaded modules, but crash when recode is loaded first.

I specified these the wrong way around. Sorry. :-) Recode first works ok,
mysql first doesn't.

// /////////////////////////////////////////////////////////////////////

Further on the subject:

Recompile HTTPD with -ggdb2, PHP with --disable-inline-optimization,
--enable-debug, and -ggdb2. Now I get:

$ gdb httpd
GNU gdb 4.16.1
Copyright 1996 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 "i386-unknown-openbsd2.9"...
(gdb) set args -DHAVE_PHP
(gdb) run
Starting program: /usr/sbin/httpd -DHAVE_PHP

Program received signal SIGSEGV, Segmentation fault.
0x0 in ?? ()
(gdb) bt
#0  0x0 in ?? ()

Uh-oh..

// /////////////////////////////////////////////////////////////////////

I also forgot to send my php.ini, of course.

[PHP]

expose_php      =       Off
max_execution_time = 30
memory_limit = 8M
error_reporting =       2047
display_errors  =       Off
display_startup_errors = Off
log_errors              =       On
track_errors    =       On
error_log       = /var/log/httpd/php/error.log
include_path            = 
".:/usr/local/lib/php:/usr/local/lib/php/fp:/var/www/hosting/style-common"
extension_dir   =       /usr/local/lib/php/20001222
enable_dl               = On
extension=libmysql.so
extension=librecode.so
register_globals = Off
file_uploads = 0
short_open_tag = Off

-- 
<---------------------------------------------------------------------->
          Heikki Korpela -- [EMAIL PROTECTED] -- http://iki.fi/heko/


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to