I am now trying to install HtDig 3.1.5 and whatsnew.pl on an older ISP's
system - it is a Redhat 6.2 Linux system.
HtDig is working fine.
However, I am having trouble getting whatsnew.pl working on this system.
The Linux machine in question does not have Berkeley DB. Instead, it has
DB_File (which is older than BerkeleyDB as you probably know).
(I was going to install the BerekleyDB Perl support but it can only run
with db2 or db3. It says to use DB_File with db1, which I am doing).
I tried changing the references in whatsnew.pl from BerkeleyDB to DB_File,
and this does get me past the initial error, but then I get the following
error:
Can't locate object method "TIEHASH" via package "DB_File:BTREE" at
./whatsnew.pl line 108.
The line in question reads:
tie %docdb, 'BerkeleyDB::Btree', -Filename => $Index,
-Flags => DB_RDONLY || die "Error: $Index - $!";
I tried taking out the ::Btree, but then I get another error further down.
Are there any suggestions (an older version of whatsnew? I have already
searched and not found one that would help)?
Thanks.
Don
_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a
subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html