Hello,
I've tryed to compile pre 0.40 on my FreeBSD 4.2 STABLE boxes (using
vpopmail-4.9.6-1). Configuring using

./configure --enable-cgibindir=/home/web/a/admin/web/cgi-alias \
--enable-htmldir=/home/web/a/admin/web/public_html \
--with-htmllibdir=/home/web/a/admin/web/qmailadmin_html_libs \
--enable-cgipath=/cgi-alias/qmailadmin \
--enable-vpopuser=vpopmail \
--enable-vpopmaildir=/home/vpopmail

works perfectly smooth (as always), however, make breaks because it
can't find vpopmail.h and vauth.h which both are correctly installed
in /home/vpopmail/include. Copying them from there to the
builddirectory leads to the following error message:

gcc -I.     -g -O2 -c qmailadmin.c
gcc -I.     -g -O2 -c alias.c
alias.c: In function `show_dotqmail_lines':
alias.c:68: `MAXALIASESPERPAGE' undeclared (first use in this function)
alias.c:68: (Each undeclared identifier is reported only once
alias.c:68: for each function it appears in.)
alias.c:148: `CGIPATH' undeclared (first use in this function)
alias.c: In function `show_dotqmail_file':
alias.c:241: `CGIPATH' undeclared (first use in this function)
*** Error code 1

Stop in /root/src/qmailadmin-0.40.
*** Error code 1

Stop in /root/src/qmailadmin-0.40.
*** Error code 1

Anyone any idea of what goes wrong?

I've also tryed to install 0.39 but this fails as make install-strip
attempts to do
test ! -w /etc || chown root /home/web/a/admin/web/cgi-alias/qmailadmin
test ! -w /etc || chgrp root /home/web/a/admin/web/cgi-alias/qmailadmin
for some reason (from my understanding, qmailadmin doesn't need to do
anything under /etc anyway?!?), unfortunately, under FreeBSD, there's no root group
at all (uid 0 is named wheel in that case)...

  


Best regards,
 Gabriel


Reply via email to