From owner-freebsd-questions@FreeBSD.ORG Thu Apr 1 00:57:15 2004 Return-Path: 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 34E3816A4CF for ; Thu, 1 Apr 2004 00:57:15 -0800 (PST) Received: from asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EA2743D1F for ; Thu, 1 Apr 2004 00:57:13 -0800 (PST) SRS0=opIOBTrz=G5=asarian-host.net=admin@asarian-host.net) Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email accounts can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by mail.asarian-host.net (8.12.11/8.12.11) id i318vCnd060562 for questions@freebsd.org; Thu, 1 Apr 2004 10:57:12 +0200 (CEST) (envelope-from admin@asarian-host.net) From: Mark Received-SPF: pass (asarian-host.net: domain of admin@asarian-host.net designates sender IP as SASL permitted sender) Message-Id: <200404010857.I318V6ID060549@asarian-host.net> Date: Thu, 01 Apr 2004 08:57:06 GMT X-Authenticated-Sender: admin@asarian-host.net X-Trace: UaRD9rWTC9ROKAhs4XrgFu1kqZ79y1cwe6X5/W5Hdv6PP2FinFPcItiOZD7MNokaGPBFZfXcuNwMXTJ/fFrntg== X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers, otherwise we are unable to process your complaint Organization: Asarian-host To: References: <003301c417bd$9e008af0$0a01a8c0@something> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Auth: Asarian-host PGP signature iQEVAwUAQGvZYzFqW1BleBN9AQFT6Af/Tjk0OQgOBkxp4G6WD5dactH+t0ARSi3s 9foKbYld2pE45Mjok1Syd9njrLfS2KKKGEQHOlnbossXmhkISnQ+6I57UWUbGrYF 8J/n1aSBQw5gkMTvhpCmZ5YxRC2gTvZGBdy9H0MEGQ/i8z2OOC5W7BEu6iCCMp3Q KLumaFZg3RAQE4sRJsiJg82i7KyTIP0gWK0Qk6FepSeepOYvqnAbCbWwcw/HiR7H OQX6hQtXotlr+UiT97b6a7IPa58yaMMpXswVjf9pN1fXa92jK/RtP0SL+wY8o9Wk fYNd686oS14wJMw4LRpHAY3G38AkX5uin5Jer7soKL76uAcZE8fT/g== =ifYl Subject: Re: Apache dies for the second night in a row at the same time. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Apr 2004 08:57:15 -0000 Kevin Greenidge wrote: > Wanted to see if anyone can point me in the right direction. This is > the second night that apache went down at the same exact time. I used > portupgrade to upgrade a few things about 3 days ago which most likely > upgraded perl in the process. A simple restart of Apache fixes the > issue but how can I fix it for good? Below is an excerpt from my > error_log. > > System: FreeBSD 4.9 > Current Perl Version: 5.8.2 > > Can't locate Cwd.pm in @INC (@INC contains: > /usr/local/lib/perl5/site_perl/5.8.0/mach Your obvious Perl problems notwithstanding, why would a Perl program crash your Apache? (you would expect a child to die, not the parent). See, this is why I hate fully automated portupgrades. First order of business, methinks, is to go to: /usr/ports/lang/perl5.8 And reinstall it. Then I would go to: /usr/ports/www/mod_perl And reinstall that too (provided, of course, you use mod_perl; but it seems like you do). - Mark