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

yeah, slackware has multiple versions of db
from a `locate libdb|egrep so`
/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:07 UTC
    hmm, not sure if that is good or not... but what about the .h files, the problem comes from the combination of the two, so you need to look for those as well.
                    - Ant
      sorry about the repost; had inet connection problems
      anyway, there's
      /usr/include/db.h /usr/include/db1/db.h /usr/include/db2/db.h /usr/include/db3/db.h
      funky, IMHO