On Thu, Mar 19, 2009 at 10:40 AM, Harsha <[email protected]> wrote: > Hi Brad, > > On Wed, Mar 18, 2009 at 11:22 PM, Brad Hards <[email protected]> wrote: >> On Thursday 19 March 2009 10:15:11 am Harsha wrote: >>> I see the following problematic log - >>> Unable to open /usr/local/samba/modules/dcerpc_server/dcesrv_mapiproxy.so: >>> libdcerpc.so.0: cannot open shared object file: No such file or >>> directory >> It looks like you may have forgotten to run /sbin/ldconfig (as root) after >> you >> installed the libraries. >> >> This is most likely the case if you have >> /usr/local/samba/lib/libdcerpc.so.0.0.1 >> >> but do not have symlinks to it like: >> /usr/local/samba/lib/libdcerpc.so >> /usr/local/samba/lib/libdcerpc.so.0 > Thanks for the response. It looks like the libraries are right there- > > r...@harsha-amd64:/home/harsha/mapi/openchange# locate libdcerpc.so.0.0.1 > /home/harsha/mapi/samba-master/source4/bin/shared/libdcerpc.so.0.0.1 > /usr/local/samba/lib/libdcerpc.so.0.0.1 > /usr/local/samba/lib/libdcerpc.so.0.0.1.old > r...@harsha-amd64:/home/harsha/mapi/openchange# > > The dcesrv_mapiproxy.so libraries are also there- > > r...@harsha-amd64:/home/harsha/mapi/openchange# locate dcesrv_mapiproxy.so > /home/harsha/mapi/openchange/mapiproxy/dcesrv_mapiproxy.so > /usr/local/samba/modules/dcerpc_server/dcesrv_mapiproxy.so > r...@harsha-amd64:/home/harsha/mapi/openchange# > > I re-make installed openchange and I still get this message- > Unable to open /usr/local/samba/modules/dcerpc_server/dcesrv_mapiproxy.so: > libdcerpc.so.0: cannot open shared object file: No such file or > directory > > Here is the openchange configuration after 'make' openchange- > http://docs.google.com/Doc?id=dftrdgx_4gfss8tcf > > I don't see libmapi++, can this be a problem? OK I figured that since the libraries were there, it was just that it not able to locate it. The following did the trick-
r...@harsha-amd64:/home/harsha/mapi/openchange# echo "/usr/local/samba/lib" >> /etc/ld.so.conf r...@harsha-amd64:/home/harsha/mapi/openchange# /sbin/ldconfig /sbin/ldconfig.real: /usr/local/samba/lib/libnss_winbind.so is not a symbolic link r...@harsha-amd64:/home/harsha/mapi/openchange# Here is the new startup log- http://docs.google.com/Doc?id=dftrdgx_5ddbxj7gg The only problem I see is- dcesrv_init_context: failed to find endpoint server = 'harsha-amd64' task_server_terminate: [Failed to startup dcerpc server task] single_terminate: reason[Failed to startup dcerpc server task] Any suggestions/ pointers for what I am missing? Here is my smb.conf again- http://docs.google.com/Doc?id=dftrdgx_3cfzv86sn Sincerely, Harsha _______________________________________________ devel mailing list [email protected] http://mailman.openchange.org/listinfo/devel
