hii
where is the archives of this list
whet i want to compile sqwebmail with vpopmail(mysql supported)
./configure --with-htmllibdir=/usr/local/sqwebmail
--enable-webpass=vpopmail --enable-cgibindir=/export/home/httpd/cgi-bin/
--enable-imagedir=/export/home/httpd/htdocs/sqimage
--enable-mimetypes=/export/home/httpd/conf/mime.types --with-authvchkpw
--without-authldap --without-authmysql
i set in authlib/Makefil
authvchkpw_LDADD = libauthmod.a libauth.a ../md5/libmd5.a -lvpopmail -lm
$(CRYPTLIBS) -lmysqlclient -lsocket -lnsl -lauth
LDFLAGS = -L/export/home/vpopmail/lib -lvpopmail -L/usr/local/mysql/lib
-lmysqlclient -L/usr/lib -lsocket -L/usr/lib -lnsl
LIBS = -L/usr/local/mysql/lib -lmysqlclient
i get following error
gcc -I/export/home/vpopmail/include -g -O2 -Wall -I.. -I./..
-L/export/home/vpopmail/lib -lvpopmail -L/usr/local/mysql/lib
-lmysqlclient -L/usr/lib -lsocket -L/usr/lib -lnsl -o authvchkpw
modauthvchkpw.o libauthmod.a libauth.a ../md5/libmd5.a -lvpopmail -lm
-lcrypt -lmysqlclient -lsocket -lnsl -lauth -L/usr/local/mysql/lib
-lmysqlclient
Undefined first referenced
symbol in file
open_smtp_relay libauth.a(preauthvchkpw.o)
ld: fatal: Symbol referencing errors. No output written to authvchkpw
collect2: ld returned 1 exit status
make[1]: *** [authvchkpw] Error 1
make[1]: Leaving directory `/export/home/yenigul/sqwebmail-1.2.0/authlib'
what is probleem ??
i