hello! need your help!
i've found the compilation error as below when i do (make):
gcc -I/home/vpopmail/include -g -O2 -Wall -I.. -I./.. -L/home/vpopmail/lib
-o authvchkpw modauthvchkpw.o libauthmod.a libauth.a
../md5/libmd5.a -lvpopmail -lm -lcrypt
libauth.a(preauthvchkpw.o): In function `auth_vchkpw_pre':
/opt/installer/sqwebmail-1.2.0/authlib/preauthvchkpw.c:70: undefined
reference to `vclose'
/opt/installer/sqwebmail-1.2.0/authlib/preauthvchkpw.c:86: undefined
reference to `open_smtp_relay'
collect2: ld returned 1 exit status
make[1]: *** [authvchkpw] Error 1
make[1]: Leaving directory `/opt/installer/sqwebmail-1.2.0/authlib'
your help is much appreciated!
thanks!