12 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Courier-0.99 & IM...
FromSent OnAttachments
Chen ShiyuanAug 27, 2000 7:42 am 
Chen ShiyuanAug 27, 2000 4:00 pm 
Chen ShiyuanAug 28, 2000 12:47 am 
Chen ShiyuanAug 28, 2000 5:31 am 
Chen ShiyuanAug 28, 2000 3:50 pm 
Chen ShiyuanAug 28, 2000 3:56 pm 
Chen ShiyuanAug 28, 2000 7:54 pm 
Chen ShiyuanAug 28, 2000 10:02 pm 
Chen ShiyuanAug 28, 2000 10:53 pm 
Chen ShiyuanAug 28, 2000 10:55 pm 
Chen ShiyuanAug 29, 2000 2:20 am 
Chen ShiyuanSep 7, 2000 11:51 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Courier-0.99 & IMAP-SSLActions...
From:Chen Shiyuan (cs@hjc.edu.sg)
Date:Aug 27, 2000 4:00:37 pm
List:net.sourceforge.lists.courier-users

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.