Erwin LEUBAZ wrote:

> > > Failed to start apache :
> > > Starting httpd: Syntax error on line 256 of
> > /etc/httpd/conf/httpd.conf:
> > > Cannot load /etc/httpd/modules/libphp4.so into server:
> > undefined symbol:
> > > __setjmp
> > > [FAILED]
> >
> > Did you recently upgrade gcc or libc? What platform is this on?
> 
> No, This is a fresh install of Redhat 7.0
> 
> On the Php4.0.4pl1 from
> http://www.php.net/do_download.php?download_file=php-4.0.4pl1.tar.gz&source_
> site=www.php.net I didn't have this error.

That's one of the benefits of our new approach -- we can fend off more
bugs to PHP :) But seriously, I would expect __setjmp to be part of
libc. It's not something that's called directly by any (sane) code.
Anyhow, since we don't call setjmp at all, this is one for php-bugs.

Emile


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to