From owner-freebsd-questions@FreeBSD.ORG Tue Aug 8 09:03:59 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5869D16A4DE for ; Tue, 8 Aug 2006 09:03:59 +0000 (UTC) (envelope-from wodfer@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5143043D53 for ; Tue, 8 Aug 2006 09:03:56 +0000 (GMT) (envelope-from wodfer@gmail.com) Received: by nf-out-0910.google.com with SMTP id g2so195087nfe for ; Tue, 08 Aug 2006 02:03:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=H82wPgJWCi4QNq0YHFh3+3v4lft7m4NxzreZo1hv2w9Yikf8Zqb4f1vZI189Km+aQR2tHBOigdSPsBGs7BGYaMnHURtV2VWN1E7HZm6AULn5jbi1mAoeiHBHHZ+O8Dm0q+jB4iE/R29IDwWSGZAnQXkYlByHcucMVn0o9gv65PQ= Received: by 10.78.158.11 with SMTP id g11mr2671692hue; Tue, 08 Aug 2006 02:03:54 -0700 (PDT) Received: by 10.78.169.7 with HTTP; Tue, 8 Aug 2006 02:03:54 -0700 (PDT) Message-ID: <23ed14b80608080203x39e97896me126959955ec00f3@mail.gmail.com> Date: Tue, 8 Aug 2006 11:03:54 +0200 From: "=?ISO-8859-1?Q?Andreas_Wider=F8e_Andersen?=" To: freebsd-questions@freebsd.org In-Reply-To: <23ed14b80608080203s17c8089fi278b9338df37f39b@mail.gmail.com> MIME-Version: 1.0 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> <1155025150.44d848feb0d28@196.22.132.16> <23ed14b80608080203s17c8089fi278b9338df37f39b@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Need help! Apache core dumps when running startssl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 09:03:59 -0000 On 8/8/06, Andreas Wider=F8e Andersen wrote: > > > > On 8/8/06, cknipe@savage.za.org wrote: > > > Quoting Andreas Wider=F8e Andersen : > > > > > (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. > > Thanks. How do I find out which module is creating these problems? and can = I just recompile? I mean, what if it's a system module... Sorry for all these questions, but this is a little above my head. :-) Best regards, Andreas