2 messages in net.sourceforge.lists.courier-users[courier-users] Courier IMAP and Vpop...
FromSent OnAttachments
Unidux (S) - Han LinJul 19, 2002 12:38 am 
Marcello LupoJul 19, 2002 1:08 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:[courier-users] Courier IMAP and Vpopmail ProblemActions...
From:Unidux (S) - Han Lin (han@unidux.com.sg)
Date:Jul 19, 2002 12:38:42 am
List:net.sourceforge.lists.courier-users

Hi guys,

I find a problem between Vpopmail and Courier IMAP. I've installed Vpopmail without problem and running already with Qmail and MySQL, the problem comes when I've do a 'make check' in Courier IMAP, it returned this error :

gcc -I/home/vpopmail/include -g -O2 -Wall -I.. -I./.. -o authvchkpw modauthvchkpw.o libauthmod.a libauth.a ../md5/libmd5.a ../sha1/libsha1.a -L/home/vpopmail/lib -lvpopmail -L/usr/lib/mysql -lmysqlclient -lz -lm -lcrypt /usr/bin/ld: cannot find -lvpopmail collect2: ld returned 1 exit status make: *** [authvchkpw] Error 1

I've tried to do some possible thing : 1. Add /home/vpopmail/lib and /home/vpopmail/include in /etc/ld.so.conf entries. 2. Copy /home/vpopmail/lib/libvpopmail.a to /usr/lib and /lib etc.

One thing I've not understand here is why in compiling Vqsignup, I've got no error? I compile Vqsignup with Vpopmail support so it must be using Vpopmail library.

I've assumed that vpopmail doesn't used shared library, so I can't found any .so and .la files that I think it's needed by Courier IMAP.

Please Advise. Any help or suggestion would be appreciated.