Author |
Message |
i88gerbils Oldbie Server Help

Gender: Joined: Dec 13 2002 Posts: 423 Location: OH Offline
|
Posted: Wed May 26, 2004 1:56 am Post subject: bdb |
 |
|
|
|
Hey everybody, it's your favorite i88gerbils!
So I decided to compile asss again from my experiments w/ it since 1.0 because I had some free time. I was looking at the Makefile, new & improved with actual directions, and I still had a problem with BDB versions.
It looks like dbtool.c is loading up /usr/include/db.h (BDB 3.3 on my system) when it should be loading up /usr/local/BerkeleyDB-4.2/include/db.h. I can edit the source files manually, but I was wondering if I should simlink the latter to the former?
The answer is re-install BDB with better lib & include prefixes. :D _________________ Oldbie Server Help |
|
Back to top |
|
 |
-Smong- Guest
Offline
|
Posted: Wed May 26, 2004 12:53 pm Post subject: |
 |
|
|
|
So editing the makefile didn't work? Quote: | # change this to the directory of your bdb 4.x install
DB_HOME = /usr/local/BerkeleyDB-4.2 |
|
|
Back to top |
|
 |
i88gerbils Oldbie Server Help

Gender: Joined: Dec 13 2002 Posts: 423 Location: OH Offline
|
Posted: Wed May 26, 2004 2:00 pm Post subject: |
 |
|
|
|
Even though I did ldconfig it couldn't find the new version of bdb so I just recompiled bdb over the old version. It's odd because mysql is in the same boat, and that works fine. I think it has something to do with -ldb-4 (or db4), but I'm not sure.
I also had to, as with the first time I compiled it maybe a year ago, had to change mysqlclient_r to mysqlclient. |
|
Back to top |
|
 |
|