Mário Gamito writes:
Hi,
I'm getting several errors compiling courier-imap (they follow my
signature).
They're SSL/TLS related.
I have openssl installed in /usr/local/ssl
Before running make, i'v executed:
$ export CPPFLAGS="-I/usr/local/ssl/include"
$ export LDFLAGS="-L/usr/local/ssl/lib"
Any help would be appreciated.
You did not build OpenSSL correctly. You built it as a static object, when
it needs to be build as a shared object.
And you really should not be building OpenSSL in the first place. You
should be using the pre-built openssl packages, for your system.