Date: 11/23/99
- Next message: Sascha Schumann: "Re: [PHP-DEV] PHP 4.0 Bug #2795: Memory Leak in base64_encode()"
- Previous message: tohare <email protected>: "[PHP-DEV] Bug #2802: com_propget does not support passing arguments"
- In reply to: Jason S. Cornez: "[PHP-DEV] [PHP3/4] Sybase-CT, Apache 1.3.9, RedHat 6.1 Seg fault"
- Next in thread: Jason S. Cornez: "Re: [PHP-DEV] [PHP3/4] Sybase-CT, Apache 1.3.9, RedHat 6.1 Seg fault"
- Reply: Jason S. Cornez: "Re: [PHP-DEV] [PHP3/4] Sybase-CT, Apache 1.3.9, RedHat 6.1 Seg fault"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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] PHP 4.0 Bug #2795: Memory Leak in base64_encode()"
- Previous message: tohare <email protected>: "[PHP-DEV] Bug #2802: com_propget does not support passing arguments"
- In reply to: Jason S. Cornez: "[PHP-DEV] [PHP3/4] Sybase-CT, Apache 1.3.9, RedHat 6.1 Seg fault"
- Next in thread: Jason S. Cornez: "Re: [PHP-DEV] [PHP3/4] Sybase-CT, Apache 1.3.9, RedHat 6.1 Seg fault"
- Reply: Jason S. Cornez: "Re: [PHP-DEV] [PHP3/4] Sybase-CT, Apache 1.3.9, RedHat 6.1 Seg fault"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

