On Wednesday, November 24, 2010 08:22:44 am [email protected] wrote: > Quoting Brad Hards <[email protected]>: > > On Wednesday, November 24, 2010 08:09:42 am [email protected] wrote: > >> OpenChange is installed at: /opt/openchange/trunk/ > >> Samba is installed at: /usr/local/samba
> $ cd trunk > $ make samba-git > $ sudo ldconfig > Did I miss something? The caps were used only for clarity purposes, If I understand, you have the source code for openchange in /opt/openchange/trunk (and hence the git tree for samba in /opt/openchange/trunk/samba4). You've installed samba into /usr/local/samba. I don't see that you've installed openchange. That is, you've missed some or all of the following steps: $ ./autogen.sh && ./configure --prefix=/usr/local/samba $ make $ sudo make install $ sudo ldconfig After that, the libraries for openchange should be in the /usr/local/samba/lib/ directory, and the mapiproxy module should be found at /usr/local/samba/modules/dcerpc_server/dcesrv_mapiproxy.so Brad _______________________________________________ devel mailing list [email protected] http://mailman.openchange.org/listinfo/devel
