Le 21/10/2011 01:35, Ludovic Marcotte a écrit :
> Inverse is proud to announce the second beta release of SOGo v2.0.0 with
> native Microsoft Outlook compatibility.

Thank you!

I tried to build it on CentOS 5 (to see whether it works), and after
compiling all components as described in the manual, the setup/provision
(in ./samba4/source) breaks and dumps core. It is the python2.7
interpreter who dumps core in ldb.c:


DSO at 0x7ffff7dd6000
Core was generated by `python ./setup/provision --realm=UNI-KONSTANZ.DE
--domain=UNI-KONSTANZ --adminp'.
Program terminated with signal 11, Segmentation fault.

#0  0x00002ae94c7dc561 in ldb_get_opaque (ldb=0x0, name=0x2ae94c39d2b5
"SAMBA_HANDLERS_REGISTERED") at ../common/ldb.c:1823

1823            for (o=ldb->opaque;o;o=o->next) {
(gdb)



It is part of this loop:

void *ldb_get_opaque(struct ldb_context *ldb, const char *name)
{
        struct ldb_opaque *o;
        for (o=ldb->opaque;o;o=o->next) {
                if (strcmp(o->name, name) == 0) {
                        return o->value;
                }
        }
        return NULL;
}



Did you do any special things to make your nightly RedHat packages which
is differently from the manual which describes the build process for Ubuntu?

Gnustep, SOPE and SOGo are working properly. For OpenChange I had to
compile the citadel freeassociation libical which was not a big thing.

Pascal
-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to