Hi folks,
I've Problems compiling vpopmail with openldap-2.0.7-15 on Redhat 7.1
Is there anybody who has install vpopmail with openldap2?
Please Help.
Greetings
Christian
I made following steps:
# ./configure --enable-ldap=y --enable-roaming-users=y --enable-hardquota=5000000
It shows:
Current settings
---------------------------------------
vpopmail directory = /home/vpopmail
uid = 89
gid = 89
roaming users = ON
user quota = 5000000
tcpserver file = /home/vpopmail/etc/tcp.smtp
open_smtp file = /home/vpopmail/etc/open-smtp
auth logging = OFF
pop syslog = show only failure attempts
default domain =
# make clean
# make
make[2]: Wechsel in das Verzeichnis Verzeichnis �/usr/local/src/vpopmail-4.9.10�
gcc -I. -I/usr/local/include -g -O2 -Wall -c safestring.c
gcc -I. -I/usr/local/include -g -O2 -Wall -c vpopmail.c
gcc -I. -I/usr/local/include -g -O2 -Wall -c md5.c
gcc -I. -I/usr/local/include -g -O2 -Wall -c bigdir.c
gcc -I. -I/usr/local/include -g -O2 -Wall -c vauth.c
vauth.c: In function `vauth_adduser':
vauth.c:445: warning: format argument is not a pointer (arg 3)
vauth.c:482: dereferencing pointer to incomplete type
vauth.c: In function `vauth_adddomain':
vauth.c:572: dereferencing pointer to incomplete type
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] Fehler 1
make[2]: Verlassen des Verzeichnisses Verzeichnis �/usr/local/src/vpopmail-4.9.10�
make[1]: *** [all-recursive] Fehler 1
make[1]: Verlassen des Verzeichnisses Verzeichnis �/usr/local/src/vpopmail-4.9.10�
make: *** [all-recursive-am] Fehler 2
----------------------------------------------------------------