Hi all,
I have the following problem while installing vqadmin 2.3.2: If I run ./configure it tells me
checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes /root/vqadmin-2.3.2/missing: Unknown `--run' option Try `/root/vqadmin-2.3.2/missing --help' for more information configure: WARNING: `missing' script is too old or missing
missing --help doesnt get me any further either as the problem appears to be missing itself. Missing -v returns missing - GNU libit 0.0. Dont know if this any good, or where to download a more recent version. Tried gnu.org, but that didnt help. I installed libit 0.7 as this kinda pointed me in the right direction, but didnt solve it.
The rest of configure goes well. After that I run make, which dies reporting the below failure:
[EMAIL PROTECTED]:~/vqadmin-2.3.2# make
make all-recursive
make[1]: Entering directory `/root/vqadmin-2.3.2'
make[2]: Entering directory `/root/vqadmin-2.3.2'
gcc -I. -I/server/vpopmail//include -I. -I. -I. -g -O2 -Wall -c template.c
In file included from template.c:31:
/server/vpopmail/include/vpopmail_config.h:215:1: warning: "PACKAGE" redefined
In file included from template.c:30:
config.h:61:1: warning: this is the location of the previous definition
In file included from template.c:31:
/server/vpopmail/include/vpopmail_config.h:221:1: warning: "PACKAGE_NAME" redefined
In file included from template.c:30:
config.h:67:1: warning: this is the location of the previous definition
In file included from template.c:31:
/server/vpopmail/include/vpopmail_config.h:224:1: warning: "PACKAGE_STRING" redefined
In file included from template.c:30:
config.h:70:1: warning: this is the location of the previous definition
In file included from template.c:31:
/server/vpopmail/include/vpopmail_config.h:227:1: warning: "PACKAGE_TARNAME" redefined
In file included from template.c:30:
config.h:73:1: warning: this is the location of the previous definition
In file included from template.c:31:
/server/vpopmail/include/vpopmail_config.h:230:1: warning: "PACKAGE_VERSION" redefined
In file included from template.c:30:
config.h:76:1: warning: this is the location of the previous definition
In file included from template.c:31:
/server/vpopmail/include/vpopmail_config.h:308:1: warning: "VERSION" redefined
In file included from template.c:30:
config.h:85:1: warning: this is the location of the previous definition
template.c: In function `t_code':
template.c:43: error: `VQA_PACKAGE' undeclared (first use in this function)
template.c:43: error: (Each undeclared identifier is reported only once
template.c:43: error: for each function it appears in.)
template.c:43: error: `VQA_VERSION' undeclared (first use in this function)
make[2]: *** [template.o] Error 1
make[2]: Leaving directory `/root/vqadmin-2.3.2'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/vqadmin-2.3.2'
make: *** [all] Error 2
Any clues on what could be causing this? Any help/hints are most appreciated.
Thanks Patrick
