From owner-freebsd-isp@FreeBSD.ORG Fri Feb 27 12:54:03 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 6B92D16A4CE for ; Fri, 27 Feb 2004 12:54:03 -0800 (PST) Received: from mordrede.visionsix.com (mordrede.visionsix.com [65.202.119.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82BCC43D31 for ; Fri, 27 Feb 2004 12:54:00 -0800 (PST) (envelope-from lists@visionsix.com) Received: from vsis169 (unverified [65.202.119.169]) by mordrede.visionsix.com for ; Fri, 27 Feb 2004 14:53:57 -0600 Message-ID: <07aa01c3fd73$ce2e40f0$df0a0a0a@visionsix.net> From: "Lewis Watson" To: Date: Fri, 27 Feb 2004 14:53:51 -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: 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 20:54:03 -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) All I could find by googling is that this perl module is generally supposed to be installed by default and there was another post where two people were troubleshooting Perl putting modules in wrong places.. http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&safe=off&th=c30fb8d16921fc3b&rnum=7 Can someone provide some insight on how to resolve this problem? Thanks! Thanks!