Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 27882 invoked by uid 500); 10 Dec 2001 22:58:59 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 27865 invoked from network); 10 Dec 2001 22:58:59 -0000 Received: from unknown (HELO david.petroleumdata.net) (207.108.138.140) by daedalus.apache.org with SMTP; 10 Dec 2001 22:58:59 -0000 Received: from mikeybox ([207.108.138.190]) by david.petroleumdata.net (Post.Office MTA v3.5.3 release 223 ID# 35-71373U200L2S100V35) with SMTP id net for ; Mon, 10 Dec 2001 15:52:43 -0700 From: "Mike Walker" To: Subject: RE: httpd not running Date: Mon, 10 Dec 2001 15:52:43 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 In-Reply-To: <3C14F703.D3FFAE10@bourse.ch> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Ok, I'm gonna try installing the newest glibc and gcc, then the newest shared memory libraries, then I'll recompile and try to run it. -----Original Message----- From: obo@bourse.ch [mailto:obo@bourse.ch] Sent: Monday, December 10, 2001 10:55 AM To: users@httpd.apache.org Subject: Re: httpd not running Mike Walker wrote: > > OK, but I did compile apache on this kernel! I compiled 2 different > versions and also tried to run binaries. Neither one works. Do I need to > install new libc or something else? That's weird... Then it could be a library routine that apache pulls in at run-time which is causing the seg fault. That would imply recompiling libc... To check, do you have "truss" on your system? If so, try "# truss httpd ..etc" to trace apache's demise. Or recompile apache with debug on so you can gdb the core file to see where it is dying. But all this is getting a bit messy :-( How did you upgrade your kernel? Did you install off a CD? If so, go back to the CD and see if you can install libc too. Do "gcc -v" to check that gcc is OK for your kernel... I'm clutching at straws here - it is really tough to fix these kinds of bugs by e-mail! Rgds, owen Boyle PS - signing off for the night (it is 19h here). --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org