Hi
I hope that someone is able to help me.
I want to use LDAP with vpopmail and qmailadmin. The Vpopmail seems to work
OK and I can create domains and users to the LDAP database.
When I'm compiling the qmailadmin (ver qmailadmin-1.0.6 ), I get following
errors. I don't know what to define and where to get the qmailadmin
compiled.
gcc -g -O2 -o qmailadmin qmailadmin.o alias.o autorespond.o forward.o
mailinglist.o user.o util.o auth.o template.o command.o show.o cgi.o
limits.o dotqmail.o -lnsl -lm -lcrypt
qmailadmin.o(.text+0xcf): In function `main':
/usr/local/src/qmailadmin-1.0.6/qmailadmin.c:240: undefined reference to
`vclose'
qmailadmin.o(.text+0x14d):/usr/local/src/qmailadmin-1.0.6/qmailadmin.c:199:
undefined reference to `vget_assign'
qmailadmin.o(.text+0x195):/usr/local/src/qmailadmin-1.0.6/qmailadmin.c:210:
undefined reference to `vauth_user'
qmailadmin.o(.text+0x234):/usr/local/src/qmailadmin-1.0.6/qmailadmin.c:231:
undefined reference to `vget_assign'
qmailadmin.o(.text+0x257):/usr/local/src/qmailadmin-1.0.6/qmailadmin.c:234:
undefined reference to `vclose'
qmailadmin.o(.text+0x3ff):/usr/local/src/qmailadmin-1.0.6/qmailadmin.c:175:
undefined reference to `vget_assign'
qmailadmin.o(.text+0x45a):/usr/local/src/qmailadmin-1.0.6/qmailadmin.c:180:
undefined reference to `vclose'
qmailadmin.o(.text+0x578):/usr/local/src/qmailadmin-1.0.6/qmailadmin.c:133:
undefined reference to `vauth_getpw'
qmailadmin.o(.text+0x59a):/usr/local/src/qmailadmin-1.0.6/qmailadmin.c:136:
undefined reference to `vget_assign'
I have compiled the qmailadmin-1.0.6 with following options
./configure \
--enable-htmldir=/var/www/qmailadmin/html \
--enable-cgibindir=/var/www/qmailadmin/html/cgi \
--enable-cgipath=/cgi/qmailadmin.cgi \
--enable-no-cache=y
I have compiled the vpopmail-5.2.2 with following options
vpopmail-5.2.2
./configure \
--enable-roaming-users=y \
--enable-default-domain=pp.netsol.fi \
[EMAIL PROTECTED] \
--enable-relay-clear-minutes=360 \
--enable-logging=p \
--enable-defaultquota=20000000S \
--enable-ip-alias-domains=n \
--enable-passwd=n \
--enable-clear-passwd=y \
--enable-ldap=y
Best Regards
Timo Virtaneva