From owner-freebsd-isp@FreeBSD.ORG Fri Feb 27 13:17:19 2004 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB3DA16A4CF for ; Fri, 27 Feb 2004 13:17:19 -0800 (PST) Received: from mordrede.visionsix.com (mordrede.visionsix.com [65.202.119.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54E7743D2D for ; Fri, 27 Feb 2004 13:17:19 -0800 (PST) (envelope-from lists@visionsix.com) Received: from vsis169 (unverified [65.202.119.169]) by mordrede.visionsix.com (Vircom SMTPRS 3.0.273) with SMTP id ; Fri, 27 Feb 2004 15:17:18 -0600 Message-ID: <07b201c3fd77$10fce2d0$df0a0a0a@visionsix.net> From: "Lewis Watson" To: "Lewis Watson" , References: <07aa01c3fd73$ce2e40f0$df0a0a0a@visionsix.net> Date: Fri, 27 Feb 2004 15:17:12 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Re: FreeBSD 4.9 and perl LWP... X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2004 21:17:19 -0000 > Hi folks, > I have a client trying to run a perl script on our web server. FreeBSD 4.9 > w/ Apache 1.3.29/ modphp/ SSL. > > They are getting this error in the httpd errorlog .... > > Can't locate LWP/Simple.pm in @INC (@INC contains: > /usr/local/lib/perl5/site_perl/5.005/i386-freebsd > /usr/local/lib/perl5/site_perl/5.005 > /usr/local/lib/perl5/site_perl/5.005/i386-freebsd > /usr/local/lib/perl5/site_perl/5.005 . /usr/libdata/perl/5.00503/mach > /usr/libdata/perl/5.00503) For some reason it was not installed, I did a make make install for p5-www and now all is okee dokee. Lewis