Date: Tue, 08 Aug 2006 10:19:10 +0200 From: cknipe@savage.za.org To: Andreas =?iso-8859-1?b?V2lkZXL4ZQ==?= Andersen <wodfer@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Need help! Apache core dumps when running startssl Message-ID: <1155025150.44d848feb0d28@196.22.132.16> In-Reply-To: <23ed14b80608080102h473f04bep7df472e060f79cab@mail.gmail.com> References: <20060808072303.21211.qmail@web35603.mail.mud.yahoo.com> <1155022022.44d83cc7014d8@196.22.132.16> <23ed14b80608080036g2c16d81er14de304febdda768@mail.gmail.com> <1155022747.44d83f9b6c0a9@196.22.132.16> <23ed14b80608080102h473f04bep7df472e060f79cab@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Quoting Andreas Widerĝe Andersen <wodfer@gmail.com>: > (no debugging symbols found)...(no debugging symbols found)...(no debugging > symbols found)... > Program received signal SIGPIPE, Broken pipe. > 0x2810b1e8 in writev () from /usr/lib/libc.so.4 > (gdb) And there's your problem. Some library did not link to libc properly. Do a backtrace and a step, it will tell you which module is failing. I've had numerous problems like this in the past (mostly with mod_php though), recompiling the modules that gave errors sorted them out. I doubt this is a mod_ssl issue. -- C
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1155025150.44d848feb0d28>