Re: [exim] Cannot open exim_dbmbuild database in perl

2005-10-07 Thread Daniel Tiefnig
Bernd Holzinger wrote: > [ perl ] > use BerkeleyDB; > [..] > BDB version: 3.2 ^^^ > - Exim version 4.50 uid=0 gid=0 pid=12707 D=fbb95dfd > Berkeley DB: Sleepycat Software: Berkeley DB 4.2.52: ^^ > Is this a version conflict? Yes. I

[exim] Cannot open exim_dbmbuild database in perl

2005-10-06 Thread Bernd Holzinger
Hi, I created a database with # exim_dbmbuild domains domains.db" # 2 entries written Problem: I cannot access this database with the following perl script: #!/usr/bin/perl -w # use BerkeleyDB; print "BDB version: $BerkeleyDB::db_version \n"; my $database = 'domains.db'; tie my %hash, 'Berkele