if u see the gcc compile lines 

> gcc  -I/var/qmail/vpopmail/include -g -O2 -Wall -I.. -I./..
> -L/var/qmail/vpo pmail/lib  -o authvchkpw  modauthvchkpw.o libauthmod.a
> libauth.a
> ../md5/libmd5.a ../sha1/libsha1.a -lvpopmail  -lm -lcrypt

there is no -lmysqlclient in it...thats why u get those errors...
make sure u have the mysql shared library and edit the make file..there
should some variable thats specifies the library's to use ...add
-lmysqlclient to it...

this should do
regards
dushyanth



-- 
Dushyanth Harinath
Archean Infotech Limited
Ph No:091-040-3228666,6570704,3228674
http://www.archeanit.com



Reply via email to