On Feb 12, 2008 8:01 PM, Rick Bilonick <[EMAIL PROTECTED]> wrote:

OK, I opened evolution in a terminal and here are the results:
>
> [EMAIL PROTECTED] ~]$ evolution &
> [1] 3822
> [EMAIL PROTECTED] ~]$ CalDAV Eplugin starting up ...
> evolution-shell-Message: Killing old version of evolution-data-server...
> ** (evolution:3822): DEBUG: mailto URL command: evolution
> --component=mail %s
> ** (evolution:3822): DEBUG: mailto URL program: evolution
> libnm_glib_nm_state_cb: dbus returned an error.
>  (org.freedesktop.DBus.Error.ServiceUnknown) The name
> org.freedesktop.NetworkManager was not provided by any .service files
> get rab45 imap://[EMAIL PROTECTED]/
> Find Items 0
>
> (evolution:3822): e-utils-WARNING **: can't load plugin 'libdcerpc.so.0:
> cannot open shared object file: No such file or directory'
>
> ** (evolution:3822): WARNING **: Exchange MAPI
> BBDB spinning up...
> (evolution:3822): e-data-server-DEBUG: Loading categories from
> "/home/chippy/.evolution/categories.xml"
> (evolution:3822): e-data-server-DEBUG: Loaded 29 categories
>
> Is libdcerpc.so.0 the problem?


Yes.. it is. You need to export these variables before running Evolution:

export PATH=<samba4 install dir>:$PATH
export PKG_CONFIG_PATH=<samba4 install dir>/lib/pkgconfig:$PKG_CONFIG_PATH

For example, assuming your samba4 installation directory is
'/usr/local/samba', you'll need to:

export PATH=/usr/local/samba:$PATH
export PKG_CONFIG_PATH=/usr/local/samba/lib/pkgconfig:$PKG_CONFIG_PATH

Thanks.
>
> Rick B.
>

HTH
-Suman

/me makes a mental note to add this to the MAPI FAQ
_______________________________________________
Evolution-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/evolution-list

Reply via email to