Hello I have tried testing the MAPI plugin with Ubuntu Hardy/Evolution 2.22.1.
These are the steps I've taken to install: - Download all rpms from http://download.opensuse.org/repositories/home:/jjohnny:/evolution-exchange-mapi-provider/openSUSE_10.3/i586/ - Converted rpms to debs with alien - Fix incompability with 2.22 (2.12 supported) cd /usr/lib/evolution/2.22/plugins sudo ln -s ../../2.12/plugins/* . - Exported some debug variables + LD_LIBARY_PATH for samba4 libs $ LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/samba4/lib/ $ CAMEL_DEBUG=all $ GROUPWISE_DEBUG=1 $ E2K_DEBUG=2 $ export CAMEL_DEBUG GROUPWISE_DEBUG E2K_DEBUG LD_LIBRARY_PATH - Started Evo with 'evolution --component=mail' I get the plugin in Evolution, I select it but I can see in the debug that the plugin cannot be loaded. (evolution:22093): e-utils-WARNING **: can't load plugin 'libmapi.so.0: cannot open shared object file: No such file or directory' BBDB spinning up... If I check that library it seems to be OK. $ ldd /opt/samba4/lib/libmapi.so linux-gate.so.1 => (0xb7f55000) libdcerpc.so.0 => /opt/samba4/lib/libdcerpc.so.0 (0xb7aa7000) libndr.so.0 => /opt/samba4/lib/libndr.so.0 (0xb7a6e000) libsamba-config.so.0 => /opt/samba4/lib/libsamba-config.so.0 (0xb7a48000) libldb.so.0 => /opt/samba4/lib/libldb.so.0 (0xb7a14000) libtalloc.so.1 => /opt/samba4/lib/libtalloc.so.1 (0xb7a0e000) libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb78b1000) libpam.so.0 => /lib/libpam.so.0 (0xb78a7000) libcrypt.so.1 => /lib/tls/i686/cmov/libcrypt.so.1 (0xb7874000) libgnutls.so.13 => /usr/lib/libgnutls.so.13 (0xb77ff000) libresolv.so.2 => /lib/tls/i686/cmov/libresolv.so.2 (0xb77ec000) libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb77e8000) /lib/ld-linux.so.2 (0xb7f56000) libtasn1.so.3 => /usr/lib/libtasn1.so.3 (0xb77d8000) libz.so.1 => /usr/lib/libz.so.1 (0xb77c3000) libgcrypt.so.11 => /lib/libgcrypt.so.11 (0xb7775000) libgpg-error.so.0 => /lib/libgpg-error.so.0 (0xb7771000) What do I need to do here to avoid the libmapi.so.0 error? Rgds, Thomas -- Thomas Novin <[EMAIL PROTECTED]> Cell +46 730 665423 Viskgatan 6A 25247 Helsingborg Sweden _______________________________________________ Evolution-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/evolution-list
