Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Mar 2006 09:28:36 +0000
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        Pgold <pgoldone@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Apache
Message-ID:  <440D5244.8030909@infracaninophile.co.uk>
In-Reply-To: <96341e070603061555rd800381gae7a0fcfc49487c8@mail.gmail.com>
References:  <96341e070603061555rd800381gae7a0fcfc49487c8@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enig1C8A609E7BC125C95D980942
Content-Type: text/plain; charset=ISO-8859-15
Content-Transfer-Encoding: quoted-printable

Pgold wrote:
> Hi guys, i'm trying to start apache using: apachectl start. But apache
> simply won't start, configurations files seems ok. If I try httpd -X i
> receive a Segmentation fault(core dumped).
> Anyone know what this could be? Nor help debugging the core output?

segfaults on apache startup are usually due to loading DSO modules either=

linked against a different set of shlibs or to a DSO that assumes threadi=
ng
when the base apache doesn't (or vice versa).

You should try a binary search amongst the modules you load into apache t=
o
see if you can isolate the one that is triggering the problem.  (You can =
pretty
much assume that any DSOs installed from the same package as the base apa=
che
will be OK)

Another thing to try is to make sure that all the apache related stuff is=
 either
installed from packages downloaded from the FTP servers or locally compil=
ed from
ports.  That includes any PHP modules. While a mixture of the two *should=
* work,
it is possible to end up for example with different modules linked agains=
t different
versions of OpenSSL libs quite easily.

	Cheers,

	Matthew

--=20
Dr Matthew J Seaman MA, D.Phil.                       Flat 3
                                                      7 Priory Courtyard
PGP: http://www.infracaninophile.co.uk/pgpkey         Ramsgate
                                                      Kent, CT11 9PW, UK


--------------enig1C8A609E7BC125C95D980942
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.1 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEDVJK8Mjk52CukIwRAw3EAJ45Sp390j5NtDtAmrm62zH0h4zEVACgimJs
iSGHSxYu0LqjyMbAxllCYvU=
=tjn/
-----END PGP SIGNATURE-----

--------------enig1C8A609E7BC125C95D980942--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?440D5244.8030909>