From owner-freebsd-questions@FreeBSD.ORG Thu Dec 7 13:59:58 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3E79D16A40F for ; Thu, 7 Dec 2006 13:59:58 +0000 (UTC) (envelope-from LConrad@Go2France.com) Received: from mgw1.MEIway.com (mgw1.meiway.com [81.255.84.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 933DF43CA2 for ; Thu, 7 Dec 2006 13:58:21 +0000 (GMT) (envelope-from LConrad@Go2France.com) Received: from VirusGate.MEIway.com (virusgate.meiway.com [81.255.84.76]) by mgw1.MEIway.com (Postfix Relay Hub) with ESMTP id ECC76471955 for ; Thu, 7 Dec 2006 14:59:01 +0100 (CET) (envelope-from LConrad@Go2France.com) Received: from localhost (localhost.MEIWay.com [127.0.0.1]) by VirusGate.MEIway.com (Postfix) with SMTP id 66EA538676B for ; Thu, 7 Dec 2006 14:59:02 +0100 (CET) (envelope-from LConrad@Go2France.com) X-AV-Checked: Thu Dec 7 14:59:02 2006 virusgate.meiway.com Received: from mail.Go2France.com (ms1.meiway.com [81.255.84.73]) by VirusGate.MEIway.com (Postfix) with ESMTP id 4211E386724 for ; Thu, 7 Dec 2006 14:59:02 +0100 (CET) (envelope-from LConrad@Go2France.com) Received: from TX2.Go2France.com [66.90.247.9] by mail.Go2France.com with ESMTP (SMTPD32-7.07) id AAD2F2E02A2; Thu, 07 Dec 2006 14:44:50 +0100 X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.6 (Beta) Date: Thu, 07 Dec 2006 07:58:56 -0600 To: freebsd-questions@freebsd.org From: Len Conrad In-Reply-To: <200612071538.02662.jonathan@hst.org.za> References: <200612071352562.SM00292@TX2.Go2France.com> <200612071538.02662.jonathan@hst.org.za> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Message-Id: <200612071444796.SM00292@TX2.Go2France.com> Subject: Re: pb installing P5-BerkeleyDB 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: Thu, 07 Dec 2006 13:59:58 -0000 pkg_info shows: db41-4.1.25_4 The Berkeley DB package, revision 4.1 p5-BerkeleyDB-0.31 Perl5 interface to the Berkeley DB package but I still get: %/usr/local/etc/rc.d/postgrey.sh start Can't locate BerkeleyDB.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.8.2/mach /usr/local/lib/perl5/site_perl/5.8.2 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.2/BSDPAN /usr/local/lib/perl5/5.8.2/mach /usr/local/lib/perl5/5.8.2) at /usr/local/bin/postgrey.pl line 14. BEGIN failed--compilation aborted at /usr/local/bin/postgrey.pl line 14. Len