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

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



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I've resolved this problem by remove php4 pakage and all his dependencies and 
reinstall them.
apt-get remove --purge php4 php4-mhash php4-snmp php4-mysql php4-ldap 
php4-pgsql php4-imap php4-gd
apt-get install php4 php4-mhash php4-snmp php4-mysql php4-ldap php4-pgsql 
php4-imap php4-gd

Le Vendredi 15 Août 2003 18:48, Philipp Meier a écrit :
> 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.

- -- 
Commendatore.
"Si personne ne prenait son temps, comment ferait-on pour avoir du temps"
La réplique la plus ringarde de toute l'histoire du cinéma, extraite de 
- -Matrix Reloaded-.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/PRwrBcKOpSYOXZMRAmFFAJkBIUJYMyriF5dffzbGQAbOJyAsbACeJf4S
V5dm0LAyPSr6W85a3JxlOF0=
=8YkG
-----END PGP SIGNATURE-----



Reply to: