Hello all, I decided to try out QMailadmin on a FreeBSD 4.3 system that I just put up. I installed VPOPMail first, then tried to do QMailAdmin (Qmail is of course up and running). I tried it from the ports collection, but that wasn't working so I downloaded the source to try it out. At first it could find the .h files, so I put in the -I flag to point to the lib directory in /usr/local/vpopmail, however, I can't find the problem with the following: mail# make make all-recursive gcc -g -O2 -I/usr/local/vpopmail/include -o qmailadmin qmailadmin.o alias.o autorespond.o forward.o mailinglist.o sysadmin.o user.o util.o auth.o template.o command.o show.o cgi.o limits.o dotqmail.o -lm -lcrypt qmailadmin.o: In function `main': /root/qmailadmin-0.45/qmailadmin.c:122: undefined reference to `vauth_getpw' /root/qmailadmin-0.45/qmailadmin.c:125: undefined reference to `vget_assign' /root/qmailadmin-0.45/qmailadmin.c:164: undefined reference to `vget_assign' /root/qmailadmin-0.45/qmailadmin.c:194: undefined reference to `vget_assign' /root/qmailadmin-0.45/qmailadmin.c:206: undefined reference to `vauth_user' /root/qmailadmin-0.45/qmailadmin.c:225: undefined reference to `vget_assign' I presume it can't find the libraries, but with this I am stuck. Any help is much appriciated! Julian Zottl System Administrator, Vitreous State Laboratory (202)319-5522
