Re: courier imap 1.2.2

2000-11-07 Thread Sumith Ail
close': /usr/src/redhat/SOURCES/vpopmail-4.9.5/vauth.c:676: undefined reference to ysql_close' collect2: ld returned 1 exit status make[2]: *** [authdaemond.ldap] Error 1 make[2]: Leaving directory /home/sumith/courier-imap-1.2.2/authlib' make[1]: *** [make-authdaemond] Error 2 make[1]: Leaving

Re: courier imap 1.2.2

2000-11-07 Thread Michael T. Babcock
If your vpopmail is configured to use a dynamically linked mysqlclient, you'll have to add "-L/usr/lib/mysql -lmysqlclient" to the authlib directory's Makefile. I've reported this numerous times but nobody seems to care. Sumith Ail wrote: Does courier imap 1.2.2 work with vpop

Re: courier imap 1.2.2

2000-11-07 Thread Sumith Ail
ly linked mysqlclient, you'll have to add "-L/usr/lib/mysql -lmysqlclient" to the authlib directory's Makefile. I've reported this numerous times but nobody seems to care. Sumith Ail wrote: Does courier imap 1.2.2 work with vpopmail 4.9.5 + mysql . I tried compiling but make fa

Fwd: Courier IMAP 1.2.2 + vpopmail 4.9.5 + MySQL

2000-11-06 Thread Sumith Ail
Courier IMAP 1.2.2 with the following options env LIBS="-L/usr/lib/mysql -lmysqlclient" ./configure \ --enable-sqlincdir=/usr/include/mysql \ --enable-sqllibdir=/usr/lib/mysql \ --without-authpam \ --without-authuserdb \ --without-authpwd \ --without-authshadows \ --without-authmysql \ --enab

courier imap 1.2.2

2000-11-06 Thread Sumith Ail
Dear All, Does courier imap 1.2.2 work with vpopmail 4.9.5 + mysql . I tried compiling but make fails giving undefined reference to mysql errors I even tried replacing preauthvchkpw.c given on inter7.com/vpopmail web site but same error. Can anybody please help me... - Sumith