On Tue, 2008-02-12 at 20:32 +0530, Suman Manjunath wrote:

> 
> 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


> 
> HTH
> -Suman 
> 
> /me makes a mental note to add this to the MAPI FAQ

OK, I did "find" and samba4 is in /opt/samba4. So I exported the
following from my user (not root):

export PATH=/opt/samba4:$PATH
export PKG_CONFIG_PATH=/opt/samba4/lib/pkgconfig:$PKG_CONFIG_PATH

I can see libdcerpc.so.0 in /opt/samba4/lib:

-rwxr-xr-x 1 root root  4779660 2008-01-21 05:56 libdcerpc_samr.so.0.0.1
lrwxrwxrwx 1 root root       18 2008-02-12 01:15 libdcerpc.so ->
libdcerpc.so.0.0.1
lrwxrwxrwx 1 root root       18 2008-02-12 01:15 libdcerpc.so.0 ->
libdcerpc.so.0.0.1

But I still get the following when I run evolution from my user (not
root):

(evolution:12210): e-utils-WARNING **: can't load plugin
'libdcerpc.so.0: cannot open shared object file: No such file or
directory'

Thanks.

Rick B.


_______________________________________________
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list

Reply via email to