Re: Compiling Cyrus SASL 2.1.26 on Ubuntu 12.04 LTS
Guruprasad Kulkarni <[email protected]>
| Newsgroups | gmane.comp.security.cyrus.sasl |
|---|---|
| Message-ID | <CAB6=W2v-qoRLCa8DRO7S4FHFmFcM47-KgNVO+Kwoj2pMizt89g@mail.gmail.com> |
Hi, Thanks a lot for your reply. I had to use the option --without-saslauthd to make it work as well But now I ran into a problem with openldap2.4.40 which requires me to use cyrus-sasl The error I get is: error while loading shared libraries: libsasl2.so.3: cannot open shared object file: No such file or directory I guess I need to have the saslauthd enabled. Is there something else I can try to make this work? -Guruprasad On Fri, Nov 14, 2014 at 4:44 PM, Edgar Pettijohn III < [email protected]> wrote: > > On Nov 14, 2014, at 1:56 PM, Guruprasad Kulkarni wrote: > > Hi, > > I need to use Cyrus SASL in order to use openldap 2.4.40 > > I am trying out the installation on ubuntu 12.04lts > > I downloaded cyrus sasl 2.1.26 and followed the installation instructions > > I have attached the configure command output and the make command output > > I get errors while trying the make command. I do not understand the errors > and so need your help to figure out what I am doing wrong. > > Please advise. > > -Guruprasad > > <cyrus-sasl-2.1.26-configure.txt><cyrus-sasl-2.1.26-make-errors.txt> > > > > Looks like DIGEST-MD5 is your culprit. If you don't need it try building > with --disable-digest. >