Re: mod_perl and BerkeleyDB

2000-06-25 Thread Perrin Harkins
Geoffrey Gallaway wrote: > > I've been trying to get BerkeleyDB and mod_perl to work together for a > web database. I'm using BerkeleyDB version 3.1.14 on a RedHat 6.1 based > system with a stock kernel under apache 1.3.12 and mod_perl 1.21. I wrote > a simple script to open a berkeley database,

Re: mod_perl and BerkeleyDB

2000-06-25 Thread Vivek Khera
Are you sure that your mod_perl and command-line perl are the same versions? That is, is your mod_perl built after your latest upgrade to perl, and is there only one version of perl on your system?

mod_perl and BerkeleyDB

2000-06-25 Thread Geoffrey Gallaway
I've been trying to get BerkeleyDB and mod_perl to work together for a web database. I'm using BerkeleyDB version 3.1.14 on a RedHat 6.1 based system with a stock kernel under apache 1.3.12 and mod_perl 1.21. I wrote a simple script to open a berkeley database, read all variables then write one..