That did the trick ... but now guess what? Seg Fault :(
--
Jeffrey A Singleton
Systems Technologist III
Motorola
AirDefense Solutions
4800 North Point Parkway
Alpharetta, GA 30022
1
(800) 913-1257
Support AirDefense Net
-----Original
Message-----
From: Suman Manjunath [mailto:manjunath suman gmail com]
Sent:
Thursday, November 20, 2008 1:46 PM
To: Jeff Singleton
Cc:
evolution-list gnome org
Subject: Re: [Evolution] can't load plugin:
liborg-gnome-exchange-mapi.so
On Thu, Nov 20, 2008 at 11:13 PM, Jeff
Singleton
<JSingleton airdefense net> wrote:
>
----Error----
> (evolution:16548): e-utils-WARNING **: can't load plugin
'/usr/local/lib/evolution/2.26/plugins/liborg-gnome-exchange-mapi.so':
libexchangemapi-1.0.so.0: cannot open shared object file: No such file or
directory
>
> ** (evolution:16548): WARNING **: Exchange
MAPI
> ----End Error ----
>
> The file is there, ld is
updated, PKG_CONFIG_PATH is accurate - What else am I missing?
The
PKG_CONFIG_PATH is useless during runtime. Your built packages are
installed
in /usr/local/ (from the above warning). Can you
export
LD_LIBRARY_PATH=/usr/local/lib:/usr/lib/:$LD_LIBRARY_PATH
and then run
Evolution?
[You need to export the path even if you have built the
evolution-mapi
module against Evolution 2.24 now bundled in a few
distros.]
-Suman