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'
There's a bug in vpopmail 5.2.2's installation process (a bug that doesn't exist in the current development version). If you're installing for the first time, it can't create two files in ~vpopmail/etc because that directory doesn't exist yet.
There's an easy solution though, go into your vpopmail source directory (the one you compiled and installed from) and type `./config.status --recheck`. That will re-run the configuration program with your original options, and create the files in ~vpopmail/etc that qmailadmin needs to compile correctly.
-- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/
