Dan, Thanks for help but still don't work The file /usr/local/ssl/include/openssl/evp.h is there On file <sasl source>/cmulocal/openssl.m4 I see CPPFLAGS="${CPPFLAGS} -I${with_openssl}/include" Still using ./configure --with-openssl=/usr/local/ssl Any idea? Marcelo José Xavier -----Mensagem original----- De: Dan White [mailto:dwhite@xxxxxxx] Enviada em: terça-feira, 5 de janeiro de 2010 21:44 Para: Marcelo José Xavier Cc: cyrus-sasl@xxxxxxxxxxxxxxxxxxxx Assunto: Re: Compile syrus-sasl On 05/01/10 20:57 -0200, marcelo.xavier@xxxxxxxxxxxx wrote: >Help! > >I need a clean install of cyrus-sasl 2.1.23 on Debian Lenny. >I need the libraries for OpenLDAP. > >Any help would be appreciated. > >I'm using ./configure --with-openssl=/usr/local/ssl > >OpenSSL installed at /usr/local/ssl but seems that it is not there! > >checking LOGIN... disabled >configure: WARNING: OpenSSL not found -- NTLM will be disabled >checking NTLM... disabled >configure: WARNING: OpenSSL not found -- PASSDSS will be disabled From a fresh compile of 2.1.24rc1 on lenny, with openssl in it's standard location: rm config.cache ./configure --with-openssl=/usr ... checking openssl/evp.h usability... yes checking openssl/evp.h presence... yes checking for openssl/evp.h... yes checking for EVP_DigestInit in -lcrypto... yes checking for OpenSSL... yes ... With your ssl location, it'll look for /usr/local/ssl/include/openssl/evp.h See <sasl source>/cmulocal/openssl.m4 for details. -- Dan White