From owner-freebsd-questions Tue Oct 3 8:26: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 7BFD437B66D; Tue, 3 Oct 2000 08:25:59 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id KAA18641; Tue, 3 Oct 2000 10:25:40 -0500 (CDT) (envelope-from dan) Date: Tue, 3 Oct 2000 10:25:40 -0500 From: Dan Nelson To: Artem Koutchine Cc: xuyifeng , questions@FreeBSD.ORG, freebsd-database@FreeBSD.ORG Subject: Re: Where is Berkley DB libdb? Message-ID: <20001003102539.B8413@dan.emsphone.com> References: <037201c02a10$e72e7a00$0c00a8c0@ipform.ru> <20000929095555.A14858@dan.emsphone.com> <00dd01c02ac4$8280a740$0c00a8c0@ipform.ru> <20000930142736.A13227@dan.emsphone.com> <006201c02d3a$ddd12c00$1801a8c0@xyf> <00c301c02d4b$7d445040$0c00a8c0@ipform.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.9i In-Reply-To: <00c301c02d4b$7d445040$0c00a8c0@ipform.ru>; from "Artem Koutchine" on Tue Oct 3 19:06:16 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Oct 03), Artem Koutchine said: > Solution: > install db 2.7.7 from ports > install DB_File 1.73 from CPAN (supposed to support db up to 3.x) > try to build DB_File linked agains the 2.7.7 version of DB: > 1) perl Makefile.PL complains: > Note (probably harmless): No library found for -ldb > 2) try a little hack and make a link from db2 to db > still 'Note (probably harmless): No library found for -ldb' > 3) hell with it, open generate Makefile, add -ldb2 to LDFLAGS > make > make test > make install > try to open the - no luck , which means db lib is still taken from libc Most likely, it means you are still using the DF_File that came with the system. Try removing /usr/libdata/perl/5.6.0/mach/auto/DB_File/ and /usr/libdata/perl/5.6.0/mach/DB_File.pm . This is really more of a perl module-compiling problem than a FreeBSD one. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message