Re: [vchkpw] Ldap problem

2002-11-11 Thread Matteo Ridolfi
On Mon, 11 Nov 2002 10:25:28 +0900 Sunagawa Koji / º½Àî ¹§»ù [EMAIL PROTECTED] wrote: Hi Matteo, Matteo Ridolfi [EMAIL PROTECTED] wrote: after a while, here's the make problem. gcc -I/home/vpopmail/include -g -O2 -Wall -I.. -I./.. -o authvchkpw modauthvchkpw.o libauthmod.a

Re: [vchkpw] Ldap problem

2002-11-10 Thread Mark Persohn
Make sure your ~vpopmail/lib directory and files is readable by the user you are compiling courier as. By default the vpopmail libraries are only readable by root. Mark Matteo Ridolfi wrote: I installed vpopmail 5.3.9 with ldap support withouth problems. Now I want to install courier-imap

Re: [vchkpw] Ldap problem

2002-11-10 Thread Sunagawa Koji / $B:=@n(B $B9';y(B
Hi Matteo, Matteo Ridolfi [EMAIL PROTECTED] wrote: after a while, here's the make problem. gcc -I/home/vpopmail/include -g -O2 -Wall -I.. -I./.. -o authvchkpw modauthvchkpw.o libauthmod.a libauth.a ../numlib/libnumlib.a ../md5/libmd5.a ../sha1/libsha1.a -L/home/vpopmail/lib -lvpopmail -L

[vchkpw] Ldap problem

2002-11-09 Thread Matteo Ridolfi
I installed vpopmail 5.3.9 with ldap support withouth problems. Now I want to install courier-imap to authenticate against vpopmail, with the vchkpw module. So I compiled the 1.6.0 version of courier-imap with these flags: ./configure --with-authvchkpw=yes --with-authshadow=yes