Syntax error in the code. It will be fixed.
You can change it yourself for the moment:
vmysql.c line 830 change:
res = mysql_store_result(&mysql_update);
To:
res_update = mysql_store_result(&mysql_update);
also modify line 858 in the same way
Thanks for finding it ;)
Ken Jones
Ryan Duda writes:
> Under FreeBSD 4.3-S
>
> gcc -I. -I/usr/local/include/mysql -g -O2 -Wall -c vauth.c
> vauth.c: In function `vcreate_ip_map_table':
> vauth.c:830: `res' undeclared (first use in this function)
> vauth.c:830: (Each undeclared identifier is reported only once
> vauth.c:830: for each function it appears in.)
> vauth.c: In function `vget_ip_map':
> vauth.c:858: `res' undeclared (first use in this function)
> *** Error code 1
>
> Stop in /root/vpopmail-4.10.14.
> *** Error code 1
>
>
> ./configure [EMAIL PROTECTED]
> --enable-tcprules-prog=/usr/local/bin/tcprules
> --enable-logging=y
> --enable-log-name=vpopmail
> --enable-vpopuser=vpopmail
> --enable-vpopgroup=vchkpw
> --enable-sqlincdir=/usr/local/include/mysql
> --enable-sqllibdir=/usr/local/lib/mysql
> --enable-mysql=y
> --enable-valias=y
> --enable-large-site=y
> --enable-ip-alias-domains=y
> --enable-qmail-ext=n
> --enable-apop=n
> --enable-passwd=n
> --enable-tcpserver-file=~vpopmail/etc/tcp.smtp
>
> Thanks,
> -Ryan
>