Quoting Brad Hards <[email protected]>:

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

Correct.


You've installed samba into /usr/local/samba.

Yes, it gets installed there when you run the autogen.sh && ./configure --prefix=/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

I did do the above.


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

I have everything that you have listed above except I am missing the /usr/local/samba/modules/dcerpc_server directory. I used 'find' to look for the dcesrv_mapiproxy.so and found it in /usr/modules/dcerpc_server.

find / -iname dcesrv_mapiproxy.so
/usr/modules/dcerpc_server/dcesrv_mapiproxy.so
/opt/openchange/trunk/mapiproxy/dcesrv_mapiproxy.so

So I made a link to the /usr/modules/dcerpc_server directory and placed it in /usr/local/samba/modules/ and it works!

I think I am going to do this all over again starting with a fresh install of FC13. I am not sure at this point what issues installing OpenChange using 'yum' has caused but I suspect all of them.

Everybody has been very gracious with me and I appreciate all of your help.

Thank you very much!

Jon


_______________________________________________
devel mailing list
[email protected]
http://mailman.openchange.org/listinfo/devel

Reply via email to