# ll /usr/lib/libdb-4.3*
-rw-r--r--  1 root root 1257288 Jun 10  2005 /usr/lib/libdb-4.3.a
-rw-r--r--  1 root root     789 Jun 10  2005 /usr/lib/libdb-4.3.la
-rw-r--r--  1 root root  931336 Jun 10  2005 /usr/lib/libdb-4.3.so

# strings /usr/lib/libdb-4.3* |grep 4.3.2
Sleepycat Software: Berkeley DB 4.3.28: (April 22, 2005)
Sleepycat Software: Berkeley DB 4.3.28: (April 22, 2005)

So it's 4.3.28 for the libs!

# grep -i version /usr/include/db.h
 * Berkeley DB version information.
 #define DB_VERSION_MAJOR        4
 #define DB_VERSION_MINOR        3
 #define DB_VERSION_PATCH        28
 #define DB_VERSION_STRING       "Sleepycat Software: Berkeley DB 4.3.28: 
(April 22, 2005)"

And 4.3.28 for the includes. WTF?

-- 
Ralf Hildebrandt (i.A. des IT-Zentrums)         [EMAIL PROTECTED]
Charite - Universitätsmedizin Berlin            Tel.  +49 (0)30-450 570-155
Gemeinsame Einrichtung von FU- und HU-Berlin    Fax.  +49 (0)30-450 570-962
IT-Zentrum Standort CBF                 send no mail to [EMAIL PROTECTED]

Reply via email to