From owner-freebsd-current@FreeBSD.ORG Wed Apr 23 15:00:59 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 371D71065670 for ; Wed, 23 Apr 2008 15:00:59 +0000 (UTC) (envelope-from jaffern@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.188]) by mx1.freebsd.org (Postfix) with ESMTP id 266ED8FC1E for ; Wed, 23 Apr 2008 15:00:57 +0000 (UTC) (envelope-from jaffern@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so2445168mue.3 for ; Wed, 23 Apr 2008 08:00:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to:subject:date:mime-version:content-type:x-priority:x-msmail-priority:x-mailer:x-mimeole; bh=2IF4vKOUn69kJm3f7eKnn7K750uASMqgbzGQ5CK3SrA=; b=N/w+A45k2jp7vrbv+gzhOMwpkmw5UoA6eYDHnAjYXfNzfCevzqHuLKHiFC4Z0gjEhPrjI5JEixTYm3HTGkVjJkmMqeBCtDlrTapRLhGIC/baCsZmFgShTxZILSEoQ6o/hbSd/c+RoatwmHmqbDM1ycdI3As93nYFceYlPlyAE2w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:subject:date:mime-version:content-type:x-priority:x-msmail-priority:x-mailer:x-mimeole; b=ZcK2Wr7wnQpKgwHdcD5kIc85LP51I+FAO2W3DATQfrIi/psz3DxST2iqlAyWJUCVVU7PEdTgf4VouRgWo+yQTGTTmjOm5UHzQqGR7SQxRA6AkTLPhdWkLlEbQe2JYysLTUh5BazYiw2t+t3IV2uM4uHVR2SCdenoVnBcQ9q5qc8= Received: by 10.82.153.5 with SMTP id a5mr1064549bue.48.1208961335585; Wed, 23 Apr 2008 07:35:35 -0700 (PDT) Received: from Nasier ( [196.23.54.250]) by mx.google.com with ESMTPS id x6sm218990gvf.0.2008.04.23.07.35.29 (version=SSLv3 cipher=RC4-MD5); Wed, 23 Apr 2008 07:35:31 -0700 (PDT) Message-ID: <000c01c8a54f$472537c0$086517ac@Nasier> From: "Nasier Jaffer" To: Date: Wed, 23 Apr 2008 16:35:24 +0200 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1914 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Berkeley DB package compatibility issue X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2008 15:00:59 -0000 Hello=20 I am trying to install Apache, OpenlDAP and p5-BerkeleyDB-0.32 on = FreeBSD 7.0-RELEASE #0:. These are all done from the package system. ie pkg_add -r package_name apache-2.2.6_2 Version 2.2 of Apache web server with prefork MPM openldap-client-2.3.41 Open source LDAP client implementation openldap-server-2.3.41 Open source LDAP server implementation p5-BerkeleyDB-0.32 Perl5 interface to the Berkeley DB package The resultant dependencies of these packages regarding Berkeley DB is as = follows db41-4.1.25_4 The Berkeley DB package, revision 4.1 db42-4.2.52_5 The Berkeley DB package, revision 4.2 db44-4.4.20.4 The Berkeley DB package, revision 4.4 apache-2.2.6_2 requires db42-4.2.52_5 p5-BerkeleyDB-0.32 requires db41-4.1.25_4 openldap-server-2.3.41 requires db44-4.4.20.4=20 This is causing some serious issues when running some perl modules in = apache.=20 [Wed Apr 23 15:24:03 2008] [error] \nBerkeleyDB needs compatible = versions of libdb & db.h\n\tyou have db.h version 4.1.25 and libdb = version 4.4.20\nCompilation failed in require at = /usr/local/lib/perl5/site_perl/Seshat.pm line 4, line 228.\nBEGIN = failed--compilation aborted at /usr/local/lib/perl5/site_perl/Seshat.pm = line 4, line 228.\nCompilation failed in require at = /var/www/cgi-bin/rs/logon.pl line 32, line 228.\nBEGIN = failed--compilation aborted at /var/www/cgi-bin/rs/logon.pl line 32, = line 228.\n Can someone please assist me with solving this problem. Your help is = greatly appreciated. Nasier