Helo all,

I compiled the vpopmail with this option:

#./configure --enable-default-domain=my.domain.com
--enable-ldap=y 

...
            Current settings
---------------------------------------
vpopmail directory = /home/vpopmail
               uid = 510
               gid = 506
     roaming users = OFF
        user quota = OFF
    tcpserver file = /etc/tcp.smtp
    open_smtp file = /home/vpopmail/etc/open-smtp
      auth logging = OFF
        pop syslog = show only failure attempts
    default domain = my.domain.com


But when I "make" it :

#make
make  all-recursive
make[1]: Entering directory
`/home/jose/vpopmail-4.9.10'
Making all in cdb
make[2]: Entering directory
`/home/jose/vpopmail-4.9.10/cdb'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/jose/vpopmail-4.9.10/cdb'
make[2]: Entering directory
`/home/jose/vpopmail-4.9.10'
gcc -I. -I/usr/local/include      -g -O2 -Wall -c
vauth.c
vauth.c: In function `vauth_getpw':
vauth.c:80: warning: too many arguments for format
vauth.c: In function `vauth_getall':
vauth.c:307: warning: too many arguments for format
vauth.c: In function `vauth_adduser':
vauth.c:482: dereferencing pointer to incomplete type
vauth.c: In function `vauth_adddomain':
vauth.c:557: warning: too many arguments for format
vauth.c:572: dereferencing pointer to incomplete type
vauth.c: In function `vauth_deldomain':
vauth.c:604: warning: too many arguments for format
vauth.c: At top level:
vauth.c:842: conflicting types for
`vwrite_dir_control'
vauth.h:81: previous declaration of
`vwrite_dir_control'
make[2]: *** [vauth.o] Error 1
make[2]: Leaving directory
`/home/jose/vpopmail-4.9.10'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/jose/vpopmail-4.9.10'
make: *** [all-recursive-am] Error 2

#uname -a
Linux mymachine.mydomain.com 2.2.12-20smp #1 SMP Mon
May 17 10:34:45 EDT 1999 i686 unknown

How to cope with such error (get rid of unnecessary
arguments as told)?


thanx in advance,
Jose

ps: I am using vpopmail-4.9.10




__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

Reply via email to