Hello,
I am installing vpopmail+courierimal+mysql, but when i 'make', i got:
make[1]: Entering directory `/home/zrx/courier-imap-1.3.8.2.20010708/authlib'
gcc -I/var/qmail/vpopmail/include -g -O2 -Wall -I.. -I./..
-L/var/qmail/vpopmail/lib -o authvchkpw modauthvchkpw.o libauthmod.a libauth.a
../md5/libmd5.a ../sha1/libsha1.a -lvpopmail -lm -lcrypt
/var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function `vauth_open':
/root/vpopmail-4.9.10/vauth.c:70: undefined reference to `mysql_init'
/root/vpopmail-4.9.10/vauth.c:72: undefined reference to `mysql_real_connect'
/root/vpopmail-4.9.10/vauth.c:74: undefined reference to `mysql_real_connect'
/root/vpopmail-4.9.10/vauth.c:81: undefined reference to `mysql_query'
/root/vpopmail-4.9.10/vauth.c:86: undefined reference to `mysql_store_result'
/root/vpopmail-4.9.10/vauth.c:87: undefined reference to `mysql_free_result'
/root/vpopmail-4.9.10/vauth.c:88: undefined reference to `mysql_select_db'
/var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
`vauth_adddomain_size':
/root/vpopmail-4.9.10/vauth.c:121: undefined reference to `mysql_query'
/root/vpopmail-4.9.10/vauth.c:125: undefined reference to `mysql_store_result'
/root/vpopmail-4.9.10/vauth.c:126: undefined reference to `mysql_free_result'
/var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
`vauth_adduser_size':
etc. etc.
Yes, I have tried as root :)
-zyrex