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. Warm Regards, Mário Gamito -- make[3]: Entering directory `/usr/local/src/courier-imap-4.1.2/tcpd' Linking couriertls/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0x38): In function `dlfcn_load
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.
pgpzeFtfEkBTM.pgp
Description: PGP signature
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
