Re: [OT] Re: DB_File needs compatible versions

2001-10-03 Thread Scott Alexander
On Wed, 3 Oct 2001 [EMAIL PROTECTED] wrote: 1) I changed the symlink of db.h under /usr/include (btw, I'm using redhat 7.1) and point it to db2/db.h i.e. lrwxrwxrwx1 root root8 Jul 12 11:05 db.h - db2/db.h 2) untar the source of db_file.pm and modify the config.in

[OT] Re: DB_File needs compatible versions

2001-10-02 Thread Robin Berjon
On Tuesday 02 October 2001 20:19, [EMAIL PROTECTED] wrote: When I go to start apache with my startup.pl file it fails and says DB_File needs compatible versions of libdb db.h you have db.h version 3.1.17 and libdb version 2.4.14 Go to http://www.sleepycat.com, grab the latest

Re: [OT] Re: DB_File needs compatible versions

2001-10-02 Thread victor
I have seen this one before, you will have to recompile DB_File.pm. Maybe someone can shade some light of why this happen, anyways here's how I fix it. 1) I changed the symlink of db.h under /usr/include (btw, I'm using redhat 7.1) and point it to db2/db.h i.e. lrwxrwxrwx1 root root

Re: [OT] Re: DB_File needs compatible versions

2001-10-02 Thread Adi Fairbank
I had this problem also with redhat 7.1, and I fixed it the same way. I believe it is caused by loading two different versions of the same shared object into the Apache webserver. In my case, I was loading one version (db2) of berkeley db with: LoadModule db_auth_module