Date: Sun, 19 Sep 2004 00:07:38 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." <kdk@daleco.biz> To: Matthew Seaman <m.seaman@infracaninophile.co.uk> Cc: freebsd-questions@freebsd.org Subject: Re: Apache+mod_ssl + mod_php segfault (culprit found!) Message-ID: <414D141A.2050700@daleco.biz> In-Reply-To: <20040910135111.GA50475@happy-idiot-talk.infracaninophile.co.uk> References: <535FEA17-02B4-11D9-A03B-000A2791B6EC@illusionart.com> <20040910135111.GA50475@happy-idiot-talk.infracaninophile.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
Matthew Seaman wrote: >This sounds to me very much like you've got the mod_php loadable >object linked against an incompatible version of a shlib which >apach+mod_ssl is also linked to. At a guess: > > i) I'd finger the OpenSSL libs as a prime suspect: particularly if > you've also installed OpenSSL from ports. It's not necessary > to install OpenSSL from ports as the version in the base system > is perfectly OK. > > > <snip other good stuff> It certainly seems that you are right as usual, Matthew. Removing "openssl.so" from /usr/local/lib/php/20020429 and restarting Apache works (no core dump!) ... albeit PHP doesn't have OpenSSL support in it now, I guess ... After checking with ldd(1) as you suggested ... how should we fix this if we want PHP to have support for OpenSSL? It's not that critical in my case ... but PHP is ;-) RTFM pointers accepted :-) Kevin Kinsey DaleCo, S.P.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?414D141A.2050700>