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

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



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
extension=gd.so

billy@farpoint:~/ > grep '^extension' /etc/php4/apache/php.ini | cut -d=
-f2 | cut -d. -f1 | while read ext; do dpkg -s php4-$ext | grep -e
'^\(Package\|Version\)' ; done
Package: php4-mysql
Version: 4:4.3.2+rc3-1
Package: php4-ldap
Version: 4:4.3.2+rc3-1
Package: php4-mhash
Version: 4:4.3.2+rc3-1
Package: php4-pgsql
Version: 3:4.2.3-1
Package: php4-imap
Version: 4:4.3.2+rc3-1
Package: php4-gd
Version: 4:4.3.2+rc3-1

-billy.

-- 
Meisterbohne   Meisterbohne GbR, Küfner, Mekle, Meier   Tel: +49-731-399 499-0
   eLösungen   Söflinger Straße 100                     Fax: +49-731-399 499-9
               89077 Ulm                           http://www.meisterbohne.de/

Attachment: pgp78bLnCM3NK.pgp
Description: PGP signature


Reply to: