[vchkpw] 5.3.14 make errors

2003-01-16 Thread SoftHaus Webmaster
Hi,

When I try to compile Version 5.3.14 with mySQL support I get the following
make errors:
...
gcc -I. -I/usr/include/mysql  -g -O2 -Wall -c bigdir.c
gcc -I. -I/usr/include/mysql  -g -O2 -Wall -c vauth.c
vauth.c: In function `vget_limits':
vauth.c:1455: structure has no member named `disablepop'
vauth.c:1456: structure has no member named `disableimap'
vauth.c:1457: structure has no member named `disabledialup'
vauth.c:1458: structure has no member named `disablepasswordchanging'
vauth.c:1459: structure has no member named `disablewebmail'
vauth.c:1460: structure has no member named `disablerelay'
vauth.c: In function `vset_limits':
vauth.c:1504: structure has no member named `disablepop'
vauth.c:1505: structure has no member named `disableimap'
vauth.c:1506: structure has no member named `disabledialup'
vauth.c:1507: structure has no member named `disablepasswordchanging'
vauth.c:1508: structure has no member named `disablewebmail'
vauth.c:1509: structure has no member named `disablerelay'
...

My configure lines are these:
./configure --enable-roaming-users=y \
--enable-clear-passwd=y \
--enable-valias=y \
--enable-mysql=y \
--enable-mysql-limits=y \
--enable-vpopuser=vpopmail \
--enable-relay-clear-minutes=15

works without errors!

It all worked fine till version 5.3.11!
Can anyone tell me if this is a bug in this dev version or a wrong config at
my system.
Thanks.





Re: [vchkpw] 5.3.14 make errors

2003-01-16 Thread Bill Shupp
On Thursday, January 16, 2003, at 06:57  AM, SoftHaus Webmaster wrote:


Hi,

When I try to compile Version 5.3.14 with mySQL support I get the 
following
make errors:
...
gcc -I. -I/usr/include/mysql  -g -O2 -Wall -c bigdir.c
gcc -I. -I/usr/include/mysql  -g -O2 -Wall -c vauth.c
vauth.c: In function `vget_limits':
vauth.c:1455: structure has no member named `disablepop'
vauth.c:1456: structure has no member named `disableimap'
vauth.c:1457: structure has no member named `disabledialup'
vauth.c:1458: structure has no member named `disablepasswordchanging'
vauth.c:1459: structure has no member named `disablewebmail'
vauth.c:1460: structure has no member named `disablerelay'
vauth.c: In function `vset_limits':
vauth.c:1504: structure has no member named `disablepop'
vauth.c:1505: structure has no member named `disableimap'
vauth.c:1506: structure has no member named `disabledialup'
vauth.c:1507: structure has no member named `disablepasswordchanging'
vauth.c:1508: structure has no member named `disablewebmail'
vauth.c:1509: structure has no member named `disablerelay'
...

My configure lines are these:
./configure --enable-roaming-users=y \
--enable-clear-passwd=y \
--enable-valias=y \
--enable-mysql=y \
--enable-mysql-limits=y \
--enable-vpopuser=vpopmail \
--enable-relay-clear-minutes=15

works without errors!

It all worked fine till version 5.3.11!
Can anyone tell me if this is a bug in this dev version or a wrong 
config at
my system.

Don't use --enable-mysql-limits=y.  It's not finalized yet...

Regards,

Bill Shupp