Hello, I have VPopMail 5.2 with these Options compiled: ./configure --prefix=/www/vpopmail \ --enable-roaming-users=y \ --enable-relay-clear-minutes=15 \ --enable-learn-passwords=y \ --enable-auth-logging=y \ --enable-mysql-logging=y \ --enable-clear-passwd=y \ --enable-logging=e \ --enable-libdir=/usr/local/mysql/lib/mysql \ --enable-incdir=/usr/local/mysql/include/mysql \ --enable-libs=/usr/local/mysql \ --enable-mysql=y \ --enable-valias=y
This setup works with qmail's pop3d very fine! And then I will compile Courier IMAP 1.4.2 with these options: ./configure \ --prefix=/usr/local/courier-imap But when I do this, I get the following error message: gcc -DHAVE_CONFIG_H -I. -I. -I. -I/www/vpopmail/include -g -O2 -Wall -I.. -I./.. -c authmod.c gcc -DHAVE_CONFIG_H -I. -I. -I. -I/www/vpopmail/include -g -O2 -Wall -I.. -I./.. -c authmodclient.c gcc -DHAVE_CONFIG_H -I. -I. -I. -I/www/vpopmail/include -g -O2 -Wall -I.. -I./.. -c authmodfail.c gcc -DHAVE_CONFIG_H -I. -I. -I. -I/www/vpopmail/include -g -O2 -Wall -I.. -I./.. -c authmoduser.c gcc -DHAVE_CONFIG_H -I. -I. -I. -I/www/vpopmail/include -g -O2 -Wall -I.. -I./.. -c authmoduser2.c gcc -DHAVE_CONFIG_H -I. -I. -I. -I/www/vpopmail/include -g -O2 -Wall -I.. -I./.. -c authmoduser3.c rm -f libauthmod.a ar cru libauthmod.a authmod.o authmodclient.o authmodfail.o authmoduser.o authmoduser2.o authmoduser3.o ranlib libauthmod.a gcc -DHAVE_CONFIG_H -I. -I. -I. -I/www/vpopmail/include -g -O2 -Wall -I.. -I./.. -c authdaemonpwd.c gcc -I/www/vpopmail/include -g -O2 -Wall -I.. -I./.. -o authdaemon.passwd authdaemonpwd.o libauth.a ../numlib/libnumlib.a ../soxwrap/libsoxwrap.a `cat ../soxwrap/soxlibs.dep` gcc -DHAVE_CONFIG_H -I. -I. -I. -I/www/vpopmail/include -g -O2 -Wall -I.. -I./.. -c modauthcustom.c gcc -I/www/vpopmail/include -g -O2 -Wall -I.. -I./.. -o authcustom modauthcustom.o libauthmod.a libauth.a ../libhmac/libhmac.a ../md5/libmd5.a ../sha1/libsha1.a -lcrypt gcc -DHAVE_CONFIG_H -I. -I. -I. -I/www/vpopmail/include -g -O2 -Wall -I.. -I./.. -c modauthcram.c gcc -I/www/vpopmail/include -g -O2 -Wall -I.. -I./.. -o authcram modauthcram.o libauthmod.a libauth.a ../libhmac/libhmac.a ../userdb/libuserdb.a ../gdbmobj/libgdbmobj.a ../md5/libmd5.a ../sha1/libsha1.a -lgdbm gcc -DHAVE_CONFIG_H -I. -I. -I. -I/www/vpopmail/include -g -O2 -Wall -I.. -I./.. -c modauthuserdb.c gcc -I/www/vpopmail/include -g -O2 -Wall -I.. -I./.. -o authuserdb modauthuserdb.o libauthmod.a libauth.a ../userdb/libuserdb.a ../gdbmobj/libgdbmobj.a ../libhmac/libhmac.a -lgdbm ../md5/libmd5.a ../sha1/libsha1.a -lcrypt gcc -DHAVE_CONFIG_H -I. -I. -I. -I/www/vpopmail/include -g -O2 -Wall -I.. -I./.. -c modauthvchkpw.c gcc -I/www/vpopmail/include -g -O2 -Wall -I.. -I./.. -o authvchkpw modauthvchkpw.o libauthmod.a libauth.a ../md5/libmd5.a ../sha1/libsha1.a -L/www/vpopmail/lib -lvpopmail -L/usr/local/mysql/lib/mysql -lmysqlclient -lz -lm -lcrypt /usr/i486-suse-linux/bin/ld: cannot find -lvpopmail collect2: ld returned 1 exit status make[1]: *** [authvchkpw] Error 1 make[1]: Leaving directory `/www/src/qmail/courier-imap/courier-imap-1.4.2/authlib' make: *** [all-recursive] Error 1 I also have probe these Options: ./configure \ --prefix=/usr/local/courier-imap \ --x-libraries=/usr/local/mysql/lib/mysql \ --x-includes=/usr/local/mysql/include/mysql But it don't work! Can anybody help me? Thanks in advance Jan Lange _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
