but when i compile courier-imap with following options:
./configure --with-authvchkpw --enable-workarounds-for-imap-client-bugs --without-authcustom --without-authcram --without-authuserdb --without-authpam --without-authshadow --without-authpwd --without-authldap
I get an error while doing a make of courier-imap:
Compiling authdaemonpwd.c
gcc -I/home/vpopmail/include -g -O2 -Wall -I.. -I./.. -o authdaemon.passwd a
uthdaemonpwd.o libauth.a ../numlib/libnumlib.a ../soxwrap/libsoxwrap.a `cat ../
soxwrap/soxlibs.dep`
Compiling modauthvchkpw.c
gcc -I/home/vpopmail/include -g -O2 -Wall -I.. -I./.. -o authvchkpw modauthv
chkpw.o libauthmod.a libauth.a ../numlib/libnumlib.a ../md5/libmd5.a ../sha1/lib
sha1.a -L/home/vpopmail/lib/libvpopmail.a -L/usr/lib/mysql -lmysqlclient -lz -lm
-lcrypt
libauth.a(authvchkpw.o): In function `auth_vchkpw_changepass':
/tmp/courier-imap-1.7.0/authlib/authvchkpw.c:141: undefined reference to `vget_a
ssign'
/tmp/courier-imap-1.7.0/authlib/authvchkpw.c:142: undefined reference to `vauth_
getpw'
/tmp/courier-imap-1.7.0/authlib/authvchkpw.c:159: undefined reference to `vpassw
d'
libauth.a(preauthvchkpw.o): In function `auth_vchkpw_pre':
/tmp/courier-imap-1.7.0/authlib/preauthvchkpw.c:54: undefined reference to `pars
e_email'
/tmp/courier-imap-1.7.0/authlib/preauthvchkpw.c:55: undefined reference to `vget
_assign'
/tmp/courier-imap-1.7.0/authlib/preauthvchkpw.c:56: undefined reference to `vaut
h_getpw'
/tmp/courier-imap-1.7.0/authlib/preauthvchkpw.c:59: undefined reference to `make
_user_dir'
/tmp/courier-imap-1.7.0/authlib/preauthvchkpw.c:60: undefined reference to `vaut
h_getpw'
/tmp/courier-imap-1.7.0/authlib/preauthvchkpw.c:63: undefined reference to `vset
_lastauth'
/tmp/courier-imap-1.7.0/authlib/preauthvchkpw.c:68: undefined reference to `vclo
se'
collect2: ld returned 1 exit status
make[2]: *** [authvchkpw] Error 1
make[2]: Leaving directory `/tmp/courier-imap-1.7.0/authlib'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/courier-imap-1.7.0/authlib'
make: *** [all-recursive] Error 1
Would be great if you could help with this one.
Regards,
Kevin
From: Jesse Cablek <[EMAIL PROTECTED]>
To: lao nightwolf <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED]
Subject: Re: [courier-users] howto compile vpopmail + courier imap with same mysql vpopmail database table
Date: Sat, 01 Feb 2003 11:38:30 -0500
lao nightwolf wrote:
Hello,[...]On the configure line, specify --with-authvchkpw - then it uses vpopmail's authentication.
Or could someone print a short installation instruction what options should be choosen while compiling? and if I need to change something in the mysql tables of vpopmail?
Big thanks in advance!
Regards,
Kevin
-jesse
_________________________________________________________________ ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
