Try the vpopmail-4.10.14 release. I just tested it with the
same options you used and it compiles cleanly. 

btw: I think this version is about the cleanest we can
have with mysql replication. 

There is one update server defined. All sql that will
cause the database to be modified is sent to that server. 

There is on read only server defined, where all the
reads go to. If the connection to the read server fails
then as a last resort it will try to connect to the
update server. 

I think a few more code reviews are needed to make sure
everything is as optimized as is reasonable. And to make
sure none of the sql queries step on each other. 

Ken 

oldarnie writes: 

> Roger Arnold wrote: 
> 
> I seem to have stumbled into a major problem while trying to compile Vpopmail and 
>would be obliged if someone could help ASAP please. 
> 
> I used the following configuration: 
> 
> --mandir=/usr/share/man --enable-roaming-users=y --enable-auth-logging=y
> --enable-logging=v --enable-mysql=y --enable-valias=y --enable-hardquota=3000000 
> 
> I got the following error: 
> 
> vdeloldusers.c:143:2: #else without #if
> vdeloldusers.c:150:2: #endif without #if
> make[2]: *** [vdeloldusers.o] Error 1
> make[2]: leaving directory '/usr/src/vpopmail-4.10.9'
> make[1]: *** [all-recursive] Error 1
> make[1]: leaving directory '/usr/src/vpopmail-4.10.9'
> make: *** [all-recursive-am] Error 2 
> 
> I am compiling on a Redhat 7.1 box with an AMD K6-2 550 and 64MB Ram 
> 
> Any and all help would be appreciated ASAP Please 
> 
> Thanks in advance
> Regards
> Roger 
> 
 

Reply via email to