Date: 11/23/99
- Next message: Sascha Schumann: "Re: [PHP-DEV] Should php3_fopen_for_parser change the current working directory?"
- Previous message: cleland <email protected>: "[PHP-DEV] PHP 4.0 Bug #2815: Can't Compile as DSO on MacOS X Server"
- In reply to: Rasmus Lerdorf: "Re: [PHP-DEV] [PHP3/4] Sybase-CT, Apache 1.3.9, RedHat 6.1 Seg fault"
- Next in thread: Jason Cornez: "Re: [PHP-DEV] [PHP3/4] Sybase-CT, Apache 1.3.9, RedHat 6.1 Seg fault"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Sascha Schumann: "Re: [PHP-DEV] Should php3_fopen_for_parser change the current working directory?"
- Previous message: cleland <email protected>: "[PHP-DEV] PHP 4.0 Bug #2815: Can't Compile as DSO on MacOS X Server"
- In reply to: Rasmus Lerdorf: "Re: [PHP-DEV] [PHP3/4] Sybase-CT, Apache 1.3.9, RedHat 6.1 Seg fault"
- Next in thread: Jason Cornez: "Re: [PHP-DEV] [PHP3/4] Sybase-CT, Apache 1.3.9, RedHat 6.1 Seg fault"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

