[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#205592: apache: Apache won't start because of segfault



reassign 205592 libkrb5-17-heimdal
thanks

On Fri, Aug 15, 2003 at 06:48:45PM +0200, Philipp Meier wrote:
> On Fri, Aug 15, 2003 at 11:34:58AM -0500, Steve Langasek wrote:
> > On Fri, Aug 15, 2003 at 06:27:24PM +0200, Philipp Meier wrote:
> > > On Fri, Aug 15, 2003 at 10:51:31AM -0500, Steve Langasek wrote:
> > > 
> > > > What PHP extensions do you have loaded in your configuration?  There is
> > > > a known problem when trying to load both the pgsql and the imap
> > > > extensions in Apache, due to symbol collisions between two sets of
> > > > Kerberos libraries.  This is currently a bug in Heimdal for not
> > > > providing versioned symbols.
> > 
> > > Removed php4 from http.conf and apache starts.
> > 
> > Yes, this is fairly obvious, given that the segfault happened somewhere
> > inside of php, but doesn't actually help us identify the bug.  Can you
> > tell me which php *extensions* you have installed (grep ^extension
> > /etc/php4/apache/php.ini)?

> Oh, I see.

> billy@farpoint:~/ > grep '^extension' /etc/php4/apache/php.ini
> extension=mysql.so
> extension=ldap.so
> extension=mhash.so

> extension=pgsql.so
> extension=imap.so

Ok, yes, this is the same as bug #184509.  Currently, you cannot have
both pgsql and imap loaded at the same time without crashes.  If you
aren't using both, you can just remove the one you don't need.  If you
need both, you will need to either downgrade to an earlier version of
php4-pgsql that doesn't link to Kerberos, or remove both extensions from
your php.ini and only load them as-needed using dl() in individual php
scripts.

Reassigning to the Heimdal package.

-- 
Steve Langasek
postmodern programmer

Attachment: pgpjTGYxYKyYt.pgp
Description: PGP signature


Reply to: