3 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Link errors on linux
FromSent OnAttachments
Bill SchindlerJun 24, 2006 9:46 am 
N.KhershbergJun 25, 2006 4:18 am 
Bill SchindlerJun 25, 2006 10:14 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] Link errors on linuxActions...
From:Bill Schindler (bill@epackage.net)
Date:Jun 25, 2006 10:14:17 am
List:net.sourceforge.lists.courier-users

1. Compile and install courier-auth first

The "install" part of that is the first problem. There's a running courier on both servers. And the older version of courier doesn't want to play well with the newer authlib. (And the newer courier obviously doesn't like the older authlib.) I'm not too keen on taking down a running courier just to be able to compile.

I've worked around the problem so far by setting LDFLAGS to -L <dir of built authlib>/.libs That, at least, gets things to link.

--Bill