Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Oct 2000 10:25:40 -0500
From:      Dan Nelson <dnelson@emsphone.com>
To:        Artem Koutchine <matrix@ipform.ru>
Cc:        xuyifeng <xuyifeng@stocke.com>, questions@FreeBSD.ORG, freebsd-database@FreeBSD.ORG
Subject:   Re: Where is Berkley DB libdb?
Message-ID:  <20001003102539.B8413@dan.emsphone.com>
In-Reply-To: <00c301c02d4b$7d445040$0c00a8c0@ipform.ru>; from "Artem Koutchine" on Tue Oct  3 19:06:16 GMT 2000
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>

next in thread | previous in thread | raw e-mail | index | archive | help
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-database" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001003102539.B8413>