On Fri, Jun 27, 2008 at 11:03 AM, Daniel Brown <[EMAIL PROTECTED]> wrote:
> On Fri, Jun 27, 2008 at 11:57 AM, Tim Rupp <[EMAIL PROTECTED]> wrote:
>>
>> ./configure  --enable-force-cgi-redirect --enable-debug
>> --disable-rpath --enable-inline-optimization --with-bz2
>> --with-db4=/usr --with-curl --with-gd --enable-gd-native-ttf
>> --without-gdbm --with-gettext --with-ncurses --with-gmp --with-iconv
>> --with-openssl --with-regex=system --with-zlib --with-layout=GNU
>> --enable-bcmath --enable-exif --enable-ftp --enable-magic-quotes
>> --enable-safe-mode --enable-sockets --enable-sysvsem --enable-sysvshm
>> --enable-wddx --with-kerberos --with-ldap=shared --with-mysql=shared
>> --enable-mbstring=all --with-apxs2=/usr/sbin/apxs --with-pgsql=shared
>> --with-mysqli --with-freetype-dir=/usr/include/freetype2 --with-mcrypt
>> --enable-soap --enable-sigchild --enable-pcntl
>>
>> it was compiled on a RHEL 4.2 machine. I compiled 5.2.6 to see if that
>> would fix it, but no change.
>
>    This is just a way outside guess, but try recompiling (either
> version) with the same ./configure, but removing
> '--enable-inline-optimization'.
>
> --
> </Daniel P. Brown>
> Dedicated Servers - Intel 2.4GHz w/2TB bandwidth/mo. starting at just
> $59.99/mo. with no contract!
> Dedicated servers, VPS, and hosting from $2.50/mo.
>

Well, no luck with the removal of inline, but I'll leave it removed
since it appears to be an artifact from way back when (we tend to keep
dragging this config file with us through the generations).

Now, here's something weird, maybe someone can explain this.

When compiled with --enable-debug, I don't see the "Segmentation
fault" message on the cli. When I compile with --disable-debug, I see
the error message. gdb too reports no error when debug is enabled.

-Tim

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to