I wish to use Mysql for authentication, however I still get this error when
attempting to start:

Starting Scalable OpenGroupware.Org (Inverse edition):
/usr/GNUstep/System/Tools/Admin/sogod: error while loading shared libraries:
libldap-2.3.so.0: cannot open shared object file: No such file or directory
  sogo                                                     [FAILED]

    NSGlobalDomain = {
    };
    sogod = {
        SOGoACLsSendEMailNotifications = YES;
        SOGoAppointmentSendEMailNotifications = YES;
        SOGoDraftsFolderName = Drafts;
        SOGoFoldersSendEMailNotifications = YES;
        SOGoIMAPServer = mail"*****.com;
        SOGoLanguage = English;
        SOGoMailDomain = "*****.com";
        SOGoMailingMechanism = smtp;
        SOGoSMTPServer = ""*****.com";
        SOGoSentFolderName = Sent;
        SOGoTimeZone = America/Montreal;
        SOGoTrashFolderName = Trash;
        SOGoUserSources = (
            {
                id = directory;
                viewURL = "mysql://****:**...@********:3306/sogo/sogo_view";
                canAuthenticate = YES;
                isAddressBook = YES;
                userPasswordAlgorithm = md5;
            }
        );
        WOApplicationRedirectURL = "http://openg."*****.com";;
    };
}

I do have ldap available, however that obviously is not going to work if SOGo
can't find ldap libraries. However I still wish to use MySql as the
authentication. The machine this is installed on is ClearOS (based on CentOS).
I downloaded this from the El5 Yum repo and installed. I have installed what I
believed where the necessary ldap and mysql support rpms, but now I am not so
sure.

Any help?
-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to