Have you tried compiling with a conifgure line like this: env LIBS="-L/usr/lib/mysql -lmysqlclient -lz" ./configure --your-options-here Just replace -L/usr/lib/mysql with the location of your mysql libs. That should take care of the problem below. Mark
----- Original Message ----- From: Said Madrus Sent: Friday, January 26, 2001 4:22 PM To: [EMAIL PROTECTED] Subject: how to install vpopmail + courier imap
Dear all, how to install courier-imap and vpopmail ?? i have already installed vpopmail-4.9.6-1 and courier-imap-1.3.1, but still error like this : ===== /home/vpopmail/lib/libvpopmail.a(vauth.o): In function `vauth_open': /source/vpopmail-4.9.6-1/vauth.c:59: undefined reference to `mysql_init' /source/vpopmail-4.9.6-1/vauth.c:61: undefined reference to `mysql_real_connect' /source/vpopmail-4.9.6-1/vauth.c:63: undefined reference to `mysql_real_connect' /source/vpopmail-4.9.6-1/vauth.c:70: undefined reference to `mysql_query' /source/vpopmail-4.9.6-1/vauth.c:75: undefined reference to `mysql_store_result' /source/vpopmail-4.9.6-1/vauth.c:76: undefined reference to `mysql_free_result' /source/vpopmail-4.9.6-1/vauth.c:77: undefined reference to `mysql_select_db' /home/vpopmail/lib/libvpopmail.a(vauth.o): In function `vauth_adddomain_size': ....... ....... /source/vpopmail-4.9.6-1/vauth.c(.text+0x110e): undefined reference to `mysql_close' *** Error code 1 Stop in /source/imap/courier-imap-1.3.1/authlib. *** Error code 1 Stop in /source/imap/courier-imap-1.3.1. ===== what version should i install ?? thanks in advance.
said madrus
|