Re: Compiling Cyrus SASL 2.1.26 on Ubuntu 12.04 LTS
Edgar Pettijohn III <[email protected]>
| Newsgroups | gmane.comp.security.cyrus.sasl |
|---|---|
| Message-ID | <[email protected]> |
On Nov 14, 2014, at 6:37 PM, Edgar Pettijohn III wrote: > Supply the full output of configure and make and there should be a config.log somewhere also that may be useful. > Or was this an error from openldap? If so did you ln -s /usr/local/lib/sasl2 /usr/lib/sasl2? > On Nov 14, 2014, at 5:33 PM, Guruprasad Kulkarni wrote: > >> 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. >> >