Jon Roberts escreveu:
I built OpenSSL with:
./config --prefix=/usr/local --openssldir=/usr/local/openssl
which puts the libs in /usr/local/lib, the includes in
/usr/local/include/openssl (which I believe configure can find), and
paths man, misc, certs, private in /usr/local/openssl along with
openssl.cnf.
Again, Heimdal and Cyrus-SASL both compiled with the same libraries
and environment and they depend on OpenSSL, too. OpenLDAP's configure
even reports finding ssl.h (see output in original post), but I'm not
config literate enough to determine what exactly it's looking for when
it finally balks.