On Monday, 26 November 2001 at 20:20, 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

How about --with-sasl=/usr/local ?
If that fails (assuming sasl is installed in /usr/local), you'll have to take
a look at config.log and find the exact error.

-b

Reply via email to