On 09/12/12 01:34, Julien Kerihuel wrote:
On Sat, 2012-12-08 at 19:05 +0000, Rowland Penny wrote:
Hello, I am trying to install samba4 and openchange as per the
instructions on the openchange.org website. Everything compiles &
installs ok until I get to the SOGo OpenChange plugin when I get the
following error:

Compiling file MAPIStoreSOGo.m ...
MAPIStoreSOGo.m: In function ‘mapistore_init_backend’:
MAPIStoreSOGo.m:1537:34: error: assignment from incompatible pointer
type [-Werror]
MAPIStoreSOGo.m:1538:34: error: assignment from incompatible pointer
type [-Werror]
cc1obj: all warnings being treated as errors
make[3]: *** [obj/MAPIStoreSOGo.obj/MAPIStoreSOGo.m.o] Error 1
make[2]: *** [internal-library-all_] Error 2
make[1]: *** [MAPIStoreSOGo.all.library.variables] Error 2
make: *** [internal-all] Error 2

This is on Ubuntu 12.04 server, fully updated and using Samba4 RC6

Anybody got any ideas where I am going wrong?
Hi,

There was a pending commit to merge into master. It has now been
processed.

Run git pull in openchange source tree and recompile openchange. Should
fix the compilation issue with SOGo OpenChange backend.


Kind Regards,
Julien.

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

Thanks, that worked, but I had a few further problems:
The instructions don't tell you to create the user 'openchange'
I had to install slapd, then remove it, alter /etc/default/slapd, then reinstall slapd before slapd would install correctly, I presume that's because samba4 is using port 389 The ldapadd commands tried to add to the samba4 ldap database (and failed) until I added '-h localhost -p 3389'

Rowland


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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

Reply via email to