atom feed2 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Error compiling c...
FromSent OnAttachments
Mário GamitoFeb 9, 2007 12:24 pm 
Sam VarshavchikFeb 9, 2007 2:49 pm 
Subject:Re: [courier-users] Error compiling courier-imap
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Feb 9, 2007 2:49:37 pm
List:net.sourceforge.lists.courier-users

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.