FS#17372 - [claws-mail] links against libdb-4.7.so

Attached to Project: Arch Linux
Opened by Lukas Grässlin (lukasg) - Friday, 04 December 2009, 10:03 GMT
Last edited by Ionut Biru (wonder) - Friday, 04 December 2009, 15:12 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Andreas Radke (AndyRTR)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

The current claws-mail package (3.7.3-1) links against libdb-4.7, but the current db package is 4.8.

[lukas@gibson2:~]$ ldd `which claws-mail` | grep libdb
libdbus-glib-1.so.2 => /usr/lib/libdbus-glib-1.so.2 (0xb78a7000)
libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0xb6f36000)
libdb-4.7.so => not found

(As a very very dirty workaround for me I created a symlink from libdb-4.8.so to libdb-4.7.so)
This task depends upon

Closed by  Ionut Biru (wonder)
Friday, 04 December 2009, 15:12 GMT
Reason for closing:  Not a bug
Comment by Gerardo Exequiel Pozzi (djgera) - Friday, 04 December 2009, 13:08 GMT
some library in your system is out-of-date claws-mail-3.7.3-1 is linked to libdb-4.8.so on both archs.

User always use ldd, but the information for determining deps is not correct. Use

LD_DEBUG=files claws-mail 2>&1 | grep libdb-

In this way you can see what file is requesting the old library.
Comment by Lukas Grässlin (lukasg) - Friday, 04 December 2009, 13:21 GMT
Oh ok you're right,

libetpan was out of date.
Thanks alot!

Loading...