7 messages in net.sourceforge.lists.courier-usersRe: [courier-users] telnet to 993 (im...
FromSent OnAttachments
Richard MichaelNov 1, 2000 10:24 am 
Mike DentNov 1, 2000 1:15 pm 
Steve JacobsNov 1, 2000 8:04 pm 
Mike HorwathNov 1, 2000 9:53 pm 
Mike DentNov 2, 2000 12:40 am 
Mike DentNov 2, 2000 12:46 am 
Mike HorwathNov 2, 2000 7:04 am 
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] telnet to 993 (imap+ssl port)..Actions...
From:Mike Dent (mi@the-dents.org)
Date:Nov 2, 2000 12:40:53 am
List:net.sourceforge.lists.courier-users

Steve Jacobs wrote:

Did you specify the location of openssl at compile time? I saw this problem when I installed the new version and I didn't have openssl in my LD_LIBRARY_PATH / ld.so.conf... Make sure openssl is in a standard directory, or make sure that courier knows where to look for it.

Not sure but I did the before hand:-

export CPPFLAGS="-I/usr/local/ssl/include -I/usr/local/include/mysql -I/usr/local/include" export LDFLAGS="-L/usr/local/ssl/lib -L/usr/local/lib/mysql -L/usr/local/lib"

And ran configure like:- ./configure --without-authldap --with-waitfunc=wait3 --prefix=/usr/local --enable-workarounds-for-imap-client-bugs

Would that have the desired effect? thanks Mike