in reply to Re: Re: Re: need help with DB_File
in thread need help with DB_File

yeah, slackware has multiple versions on there... apparently they're supposed to peacefully co-exist (:
(argv)[luser(/home/luser)] locate libdb|egrep so|egrep -v aout /lib/libdb-3.1.so /lib/libdb.so /lib/libdb.so.2 /lib/libdb.so.3 /lib/libdb1.so.2 /lib/libdb1.so.2.1.3 /lib/libdb2.so.3 /usr/i386-slackware-linux-gnulibc1/lib/libdb.so.1 /usr/i386-slackware-linux-gnulibc1/lib/libdb.so.1.85.4 /usr/lib/libdb1.so /usr/lib/libdb2.so

Replies are listed 'Best First'.
Re: lots of Re's: need help with DB_File
by suaveant (Parson) on May 16, 2001 at 23:24 UTC
    hmm, sounds like you are looking at libdb.so.3 and /db2/db.h
    dunno how to fix that, though...
                    - Ant
      hmm, i think i got it.
      i'll just either build the latest DB, and put it somewhere safe, for File_DB to use... or point it at /usr/include/db1 and hope i can fool it into using the 1.85 libs (:

      thanks!