At 04.14 20/09/2005, you wrote:
Hi Bill. Thanks so much for your very detailed guide. I've managed to get qMail and vpopmail installed a few other times, but I've always had trouble getting SMTP AUTH going, so I'm giving your instructions a shot.

Everything in your guide goes smoothly up to and including the install of vpopmail. At this stage in the process :
(Note, I've got my sources in /usr/local/src instead of /var/src.)

   # add qmail toaster patch now that vpopmail is installed
   cd /usr/local/src/netqmail-1.05/netqmail-1.05
   bunzip2 -c ../../tar/qmail-toaster-0.8.patch.bz2 | patch -p0
   make clean
   make
   qmailctl stop
   make setup check

I get the following errors from 'make setup check'...

   ./compile chkuser.c
   chkuser.c:37:22: vpopmail.h: No such file or directory

Do you have vpopmail installed in standard location "/home/vpopmail")?

If not, you have to change the following line within Makefile with the correct value:

VPOPMAIL_HOME=/home/vpopmail

Tonino

   chkuser.c:38:19: vauth.h: No such file or directory
   chkuser.c:39:29: vpopmail_config.h: No such file or directory
   chkuser.c: In function `realrcpt':
   chkuser.c:682: warning: comparison between pointer and integer
   chkuser.c:803: warning: assignment makes pointer from integer
   without a cast
   chkuser.c:824: error: dereferencing pointer to incomplete type
   chkuser.c:824: error: `BOUNCE_MAIL' undeclared (first use in this
   function)
   chkuser.c:824: error: (Each undeclared identifier is reported only once
   chkuser.c:824: error: for each function it appears in.)
   chkuser.c:829: error: dereferencing pointer to incomplete type
   chkuser.c:830: error: dereferencing pointer to incomplete type
   chkuser.c:834: error: dereferencing pointer to incomplete type
   make: *** [chkuser.o] Error 1

What could be causing this error? Any insight you can provide would be just wonderful.

thanks,
alex


Reply via email to