On Thu, 19 Jun 2003 16:48:19 -0700 (PDT) jrn@oregonhanggliding.com (Jim Norton) wrote:
Hello all:
I am trying to run a Cyrus Admin tool that requires the use of Berkeley DB files I believe.
When I run a perl script I get an error indicating that "db_version()" is unresolved. Some research has led me to the possibility that I may
Any ideas?
I would get the Berkeley Database Source from http://sleepycat.com and compile it yourself. It is a very clean package and should compile without problems. After you compile the c package, install it, then build the perl component in the perl subdirectory. It's easy, perl Makefile.pl make make test make install P.S. (Some other considerations) You may run into problems later with errors around "db.h", because suse's db.h is in /usr/include where the new db.h will be in /usr/local/BerkeleyDb4.1/include. So you may need to adjust your incude paths when compiling, or just copy the new one over the old. So just "remember" you installed a new db package. It might work better just to uninstall SuSE's Berkeleydb rpm first. -- use Perl; #powerful programmable prestidigitation