Greetings list,
I am trying to compile courier-imap for the first time. Below is the
error I get when running make:
make[1]: Entering directory
`/home/dschaibl/courier-imap-1.5.3.20020819/authlib'
gcc -I/home/vpopmail/include -g -O2 -Wall -I.. -I./..
-L/home/vpopmail/lib -o authvchkpw modauthvchkpw.o libauthmod.a
libauth.a ../numlib/libnumlib.a ../md5/libmd5.a ../sha1/libsha1.a
-L/home/vpopmail/lib -lvpopmail -lm -lcrypt
/usr/bin/ld: cannot find -lvpopmail
collect2: ld returned 1 exit status
make[1]: *** [authvchkpw] Error 1
make[1]: Leaving directory
`/home/dschaibl/courier-imap-1.5.3.20020819/authlib'
make: *** [all-recursive] Error 1
[dschaibl@ns2 courier-imap-1.5.3.20020819]$
Vpopmail is installed in the /home/vpopmail directory. I added
/home/vpopmail/lib to /etc/ld.so.conf file and ran ldconfig. After that
produced no change, I tried the steps outlined in the FAQ:
CPPFLAGS="-I/usr/local/ssl/include"
LDFLAGS="-L/usr/local/ssl/lib"
export CPPFLAGS
export LDFLAGS
./configure [ options ]
Which of course pertain to ssl, et al, but I thought it seemed to be a
similar error so I made the necessary adjustments to the above steps.
But my problem is still the same. Now, I do realize that the error is
actually concerning the vpopmail file. There does not appear to be such
a file on my machine. Vpopmail was installed with qmail using the
qinstall program so maybe this should be something out of the
vpopmail/bin dir?
[root@ns2 vpopmail]# ls bin
clearopensmtp valias vdelivermail vipmap vpasswd
vuserinfo
vaddaliasdomain vchkpw vdeloldusers vkill vpopbull
vadddomain vconvert vdeluser vmkpasswd vqmaillocal
vadduser vdeldomain vdominfo vmoduser vsetuserquota
Any ideas how to overcome this issue? Any help is appreciated! Also, if
this is a FAQ or previously answered in the archives I'd love to know.
I tried to find a way to search the archives of this list but all I
could find was a very long list of emails and no search engine. I'd
love to know if there is an easy way to search the archives!
Thanks in advance,
- Derek