Hello, I am trying to install qmailadmin on a debian linux box runing qmail + vpopmail + MySQL, etc.
When I run the configure scrip I get no errors. However, when I go to compile I get the following: make all-recursive make[1]: Entering directory `/usr/local/src/qmailadmin-1.0.6' make[2]: Entering directory `/usr/local/src/qmailadmin-1.0.6' gcc -I. -g -O2 -c qmailadmin.c qmailadmin.c:29: vpopmail.h: No such file or directory qmailadmin.c:30: vauth.h: No such file or directory make[2]: *** [qmailadmin.o] Error 1 make[2]: Leaving directory `/usr/local/src/qmailadmin-1.0.6' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/qmailadmin-1.0.6' make: *** [all-recursive-am] Error 2 I then tried to specify the location of vpopmail (which is in the default /home/vpopmail) and got the folowing errors with configure: cat: /home/vpopmail/etc/inc_deps: No such file or directory cat: /home/vpopmail/etc/lib_deps: No such file or directory I Am running as root and the vpopmail include files are there. On the assumption that I was using incompatible versions, I have attempted to set this up with the following combinations: vpopmail 5.3.26 + qmailadmin 1.0.6, vpopmail 5.3.26 + qmailadmin 1.0.25, vpopmail 5.2.1 + qmailadmin 1.0.6, vpopmail 5.2.1 + qmailadmin 1.0.25. I realy am at a loss here. Any suggestions would be apreciated.
