On Mon, Nov 26, 2001 at 20:20:01 +0100, Volker Jahns wrote: > I would like to configure mutt compile to include imap support w/ sasl > authentication: > > > configure --enable-pop --enable-imap --with-sasl > terminates w/ error message: > <snip> > checking for sasl_client_init in -lsasl... no > configure: error: could not find libsasl > pegasus# ./configure --help > <snap> > > what are the correct options for configure to finish w/o errors? > > I also tried: > configure --enable-imap --with-sasl=/usr/local/lib > configure --enable-imap --with-sasl=/usr/local/lib/libsasl.so > configure --enable-imap --with-sasl=/usr/local/lib/libsasl.so.8 > configure --enable-imap --with-sasl=/usr/local/lib/libsasl.a >
This all is not sufficient, because the security/cyrus-sasl port installs the header files in /usr/local/include/sasl, so we need a little change to configure.in. I emailed Volker a patch, if it works it will get committed. (By the way: "configure --enable-imap --with-sasl=/usr/local" would have been the next best try ;-) Best regards -- Udo Schweigert, Siemens AG | Voice : +49 89 636 42170 CT IC 3, Siemens CERT | Fax : +49 89 636 41166 D-81730 Muenchen / Germany | email : [EMAIL PROTECTED]