4 messages in net.sourceforge.lists.courier-usersRE: [courier-users] Vchkpw and Courier
FromSent OnAttachments
Donnie MillerNov 20, 2000 1:15 pm 
Ben BeuchlerNov 20, 2000 5:02 pm 
Nick HeuserNov 21, 2000 3:44 am 
Donnie MillerNov 21, 2000 8:45 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] Vchkpw and CourierActions...
From:Donnie Miller (drmi@pldi.net)
Date:Nov 21, 2000 8:45:23 am
List:net.sourceforge.lists.courier-users

Hello,

I received several good tips and have finally gotten Courier to compile. I neglected to include my system information so here it is and the steps I took to get it to compile.

System: Red Hat Linx 6.1 (Intel) Vpopmail (4.9.6)

Courier: ./configure --without-authmysql Since I'm not using mysql directly, but thru vpopmail

edit authlib/Makefile change LDFLAGS to the following: LDFLAGS = -L/home/vpopmail/lib -lvpopmail -L /usr/local/lib/mysql -lmysqlclient

My mysql lib directory was under /usr/local/lib instead of /usr/lib like some other OSes or possibly the RPM install.

Then, it compiled. :-)

Hope this helps, Donnie M.