Noka Fahimi,hi:
You can compile sqwebmail as these steps:
1../configure --enable-authvchkpw --without-authpam --without-authuserdb
--enable-webpass=no --without-authpwd --without-authshadow --without-authmysql
*************************************************************
2.edit authlib/Makefile
Replace
CRYPTLIBS = -lcrypt
With
CRYPTLIBS = -lcrypt -L/usr/lib/mysql -lmysqlclient
3.edit sqwebmail/Makefile
replace
LIBS = -lcrypt
with
LIBS = -lcrypt -L/usr/lib/mysql -lmysqlclient
**************************************************************
4.make
5.make install-strip
�� 2000-10-2 14:03:00 �����
>i try to compile sqwebmail on my existing vpopmail using mysql,
>but there is error message, and when i try to compile it on vpopmail
>that does not using mysql, it's ok,..
>
>this is a part of the error message.
>
>thank's
>make[1]: Entering directory `/home/noka/sqwebmail/sqwebmail-1.0/authlib'
>gcc -I/home/vpopmail/include -g -O2 -Wall -I.. -I./.. -L/home/vpopmail/lib -
>L/usr/lib/mysql -o authvchkpw modauthvchkpw.o libauthmod.a
>libauth.a ../md5/libmd5.a -lvpopmail -lm -lcrypt
>/home/vpopmail/lib/libvpopmail.a(vauth.o): In function `vauth_open':
>/home/noka/vpopmail/vpopmail-4.9/vauth.c:59: undefined reference to `mysql_init'
>/home/noka/vpopmail/vpopmail-4.9/vauth.c:61: undefined reference to
>`mysql_real_connect'
>/home/noka/vpopmail/vpopmail-4.9/vauth.c:63: undefined reference to
>`mysql_real_connect'
>/home/noka/vpopmail/vpopmail-4.9/vauth.c:70: undefined reference to
>`mysql_query'
>/home/noka/vpopmail/vpopmail-4.9/vauth.c:75: undefined reference to
>`mysql_store_result'
>/home/noka/vpopmail/vpopmail-4.9/vauth.c:76: undefined reference to
>`mysql_free_result'
>/home/noka/vpopmail/vpopmail-4.9/vauth.c:77: undefined reference to
>`mysql_select_db'
>
>
>
>
>noka fahimi
>--a simple work philosopy of mine :
>--work smart for the best effective result that working efficiently
>
>-------------------------------------------------
>This mail sent through IMP: sadewa.indosat.com
��
��
oneflower
[EMAIL PROTECTED]