From: Moriyoshi K. <mor...@at...> - 2005-09-28 16:22:00
|
> I have just tried all of the following > > ./configure --with-openssl=/ > ./configure --with-openssl=/usr > ./configure --with-openssl=/usr/include > ./configure --with-openssl=/usr/include/openssl How did you get your OpenSSL installed? Try /usr/local and /usr/local/ssl eitherway. > but I still get the lines: > > checking if md5.h is derived from Cyrus SASL Version 1... no > checking for md5.h usability... no > checking md5.h presence... no > checking for md5.h... no These lines report the availability of md5.h from Cyrus SASL. You won't see anything about the individual header files if OpenSSL is chosen. > It's OpenSSL 0.9.7g -- could this be the problem? I don't think that could be the problem. Regards, Moriyoshi |