Hi!
Quoting Sam Varshavchik <mrs...@stop.mail-abuse.org>:
On Sun, 27 Aug 2000, Chen Shiyuan wrote:
Hello!
I currently have openssl-0.9.5a installed under /usr/local/ssl
and is
trying to get Courier to compile with SSL support.
After untarring the source, I change to the directory and
type ./configure followed by make, make check, make install and
the
normal imapd works fine.
But I have this feeling that Courier is not seeing my openssl
as
couriertls is not built.
Does anyone have any idea how I can get it compiled?
Determine what additional compiler flags you need in order to
have your
compiler search the non-standard directory where you have openssl
installed. Then initialize the CPPFLAGS, CFLAGS, and/or LDFLAGS
environment variables prior to running configure.
Errm... do you have any idea what those values might be? I am pretty new
to compilers and variable initialisations and such...
I have tried telling :-
./configure --includedir=/usr/local/ssl --libdir=/usr/local/ssl
But to no avail...
Thanks alot for your prompt response.