привет! Вот пытаюсь make'нуть Courier-Imap а он мне:
make[1]: Leaving directory `/home/klexx/courier-imap-1.5.3/libhmac'
Making all in userdb
make[1]: Entering directory `/home/klexx/courier-imap-1.5.3/userdb'
make[1]: Leaving directory `/home/klexx/courier-imap-1.5.3/userdb'
Making all in authlib
make[1]: Entering directory `/home/klexx/courier-imap-1.5.3/authlib'
gcc -I/home/vpopmail/include -g -O2 -Wall -I.. -I./.. -o authvchkpw modauthvc
hkpw.o libauthmod.a libauth.a ../numlib/libnumlib.a ../md5/libmd5.a ../sha1/libs
ha1.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/klexx/courier-imap-1.5.3/authlib'
make: *** [all-recursive] Error 1
хочу его посадить на authvchkpw авторизацию.
конфигурирую так: ( ошибок не выдает )
./configure \
--prefix=/usr/local/courier-imap \
--disable-root-check \
--without-authpam \
--without-authldap \
--without-authpwd \
--without-authmysql \
--without-authpgsql \
--without-authshadow \
--without-authuserdb \
--without-authcustom \
--without-authcram \
--without-authdaemon \
--with-authvchkpw \
Все команды от обычного юзверя.
Vpopmail стоит по умолчанию. /home/vpopmail.
Подскажите.
Заранее thx!