Re: [PHP-DEV] [PHP3/4] Sybase-CT, Apache 1.3.9, RedHat 6.1 Seg fault From: Jason S. Cornez (jcornez <email protected>)
Date: 11/23/99

I found the solution. I needed to unset LANG and LC_ALL in the
environment where httpd was being started. Apparently this is a sybase
on linux problem.

Thanks for your help.

-Jason

Rasmus Lerdorf wrote:
>
> On Mon, 22 Nov 1999, Jason S. Cornez wrote:
> > Does anyone know how to resolve this problem? I've seen other people
> > mention similar problem in this space, but I have yet to see a solution.
>
> Which version of Apache?
>
> > #2 0x400e3f66 in _IO_vfprintf (s=0x4018bfc0,
>
> Whenever I see an _IO_* function in a core dump, I immediately suspect the
> linking problem that was present in all versions of Apache up to
> 1.3.9. So, if you are not using Apache-1.3.9, please upgrade and try
> again. Even if you are, make very sure that the apxs script you are
> running the PHP configure against is the one that came from your 1.3.9
> install. The think to look for the that it uses "gcc -shared" to link as
> opposed to "ld -Bshareable".
>
> -Rasmus

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>