From owner-freebsd-questions Fri Jan 19 20: 7: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from jenkins.web.us.uu.net (jenkins.web.us.uu.net [208.240.88.32]) by hub.freebsd.org (Postfix) with ESMTP id AEC8437B404 for ; Fri, 19 Jan 2001 20:06:49 -0800 (PST) Received: by jenkins.web.us.uu.net (Postfix, from userid 515) id E0F2312686; Fri, 19 Jan 2001 23:06:48 -0500 (EST) To: fastresolve-bugs@web.us.uu.net, scrappy@hub.org Subject: Re: fastresolve 2.8 with DB_File / Berkeley DB3 ... Cc: freebsd-questions@freebsd.org Message-Id: <20010120040648.E0F2312686@jenkins.web.us.uu.net> Date: Fri, 19 Jan 2001 23:06:48 -0500 (EST) From: djm@web.us.uu.net (David J. MacKenzie) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You do need to have a perl DB_File module linked against the same version of Berkeley DB that the C program dns-terror is using. At our site, by default DB_File is linked against DB 2.x, but we wanted to access old DB 1.x files from perl also. So we made a DB1_File module by copying the sources to DB_File and renaming the files and doing a search and replace. And of course we compile and link it against the desired version of DB. You could do the same to make a DB3_File module. It is kind of odd that perl doesn't come with this ability. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message