Ask a Question related to PERL Modules, Design and Development.
-
njaggan@gmail.com #1
DB_File needs compatible versions of libdb & db.h
Hello all,
When I try to use DB_File, I get the following error:
DB_File needs compatible versions of libdb & db.h
you have db.h version 4.1.24 and libdb version 4.1.25
Compilation failed in require at
/apollo/env/BBS-michalek/perl/lib/Amazon/Personalization/BDBStruct.pm
line 19.
BEGIN failed--compilation aborted at
/apollo/env/BBS-michalek/perl/lib/Amazon/Personalization/BDBStruct.pm
line 19.
Compilation failed in require at ./keyword-browse-ftc.pl line 26.
BEGIN failed--compilation aborted at ./keyword-browse-ftc.pl line 26.
I use perl-std-5.6.1 and RHEL3. I have installed CPAN BerkeleyDB-0-27.
Can someone help me reg this.
njaggan@gmail.com Guest
-
DB_File problem
I am working on a script to base64 encode a file and then scramble the lines but also keep track of the order in which these lines were scrambled.... -
DB_File problems (again)
Hi Rich/Dave, The deletion problem exists for me too .... There are around 90000 keys in my dbf file ... The key i found two days back doesn't... -
DB_File question
I have built perl5.8.2 with gcc 3.3.1 on solaris 8. It found the libdb in the gnu/lib and included DB_File from the ext package for me. However,... -
db_file
anyone seen this error before: I'm just trying to run this script: #!/usr/bin/perl -w use strict; use DB_File; -
using 'DB_File' versus just plain tie() ?
can anyone shed some light on the pros and cons of tie() ing to a hash using 'DB_FILE' rather than just a plain tie? What I have been playing with... -
Charles DeRykus #2
Re: DB_File needs compatible versions of libdb & db.h
[email]njaggan@gmail.com[/email] wrote:
You may have multiple versions of Berkeley DB around.> Hello all,
> When I try to use DB_File, I get the following error:
> DB_File needs compatible versions of libdb & db.h
> you have db.h version 4.1.24 and libdb version 4.1.25
> Compilation failed in require at
> /apollo/env/BBS-michalek/perl/lib/Amazon/Personalization/BDBStruct.pm
> line 19.
> BEGIN failed--compilation aborted at
> /apollo/env/BBS-michalek/perl/lib/Amazon/Personalization/BDBStruct.pm
> line 19.
> Compilation failed in require at ./keyword-browse-ftc.pl line 26.
> BEGIN failed--compilation aborted at ./keyword-browse-ftc.pl line 26.
>
> I use perl-std-5.6.1 and RHEL3. I have installed CPAN BerkeleyDB-0-27.
> Can someone help me reg this.
Take a look at the section "Incompatible versions of db.h and libdb" in
the source README.
hth,
--
Chales DeRykus
Charles DeRykus Guest



Reply With Quote

