GNOME Bugzilla – Bug 356614
Undefined symbols in libexchange-storage-1.2.so
Last modified: 2006-09-18 20:28:03 UTC
To reproduce: $ ldd -r /usr/lib/libexchange-storage-1.2.so | grep undefined undefined symbol: e_passwords_remember_password (/usr/lib/libexchange-storage-1.2.so) undefined symbol: e_passwords_get_password (/usr/lib/libexchange-storage-1.2.so) undefined symbol: e_passwords_forget_password (/usr/lib/libexchange-storage-1.2.so) undefined symbol: e_passwords_add_password (/usr/lib/libexchange-storage-1.2.so) undefined symbol: e_passwords_ask_password (/usr/lib/libexchange-storage-1.2.so) The "e_passwords" API is provided by libedataserverui, but it looks like libexchange-storage is only linking with libedataserver. See evolution-data-server/servers/exchange/storage/Makefile.am
Wow, this problem has been around for ages. Bug #342830 at least proposes a solution to this problem, but it looks hairy. *** This bug has been marked as a duplicate of 342830 ***