Pebcak
03-26-2004, 07:11 AM
I searched around and found that someone was having this problem in RH and solved it by getting an updated version of qmailadmin. The problem is the version in qmailrocks and from Inter7 are the same and give me the same error when I go make && make install-strip.
make all-am
make[1]: Entering directory `/downloads/qmailrocks/qmailadmin-1.2.0'
source='alias.c' object='alias.o' libtool=no \
depfile='.deps/alias.Po' tmpdepfile='.deps/alias.TPo' \
depmode=gcc3 /bin/sh ./depcomp \
gcc -I. -I/home/vpopmail/include -I. -I. -I. -g -O2 -c `test -f 'alias.c' || echo './'`alias.c
alias.c: In function `show_dotqmail_lines':
alias.c:81: error: `MAXALIASESPERPAGE' undeclared (first use in this function)
alias.c:81: error: (Each undeclared identifier is reported only once
alias.c:81: error: for each function it appears in.)
alias.c:209: error: `CGIPATH' undeclared (first use in this function)
alias.c: In function `show_dotqmail_file':
alias.c:291: error: `CGIPATH' undeclared (first use in this function)
alias.c:304: error: `IMAGEURL' undeclared (first use in this function)
make[1]: *** [alias.o] Error 1
make[1]: Leaving directory `/downloads/qmailrocks/qmailadmin-1.2.0'
make: *** [all] Error 2
Up until this point everything was installing fine. Does anyone have anyideas what may be wrong and how to fix it?
Thanks
make all-am
make[1]: Entering directory `/downloads/qmailrocks/qmailadmin-1.2.0'
source='alias.c' object='alias.o' libtool=no \
depfile='.deps/alias.Po' tmpdepfile='.deps/alias.TPo' \
depmode=gcc3 /bin/sh ./depcomp \
gcc -I. -I/home/vpopmail/include -I. -I. -I. -g -O2 -c `test -f 'alias.c' || echo './'`alias.c
alias.c: In function `show_dotqmail_lines':
alias.c:81: error: `MAXALIASESPERPAGE' undeclared (first use in this function)
alias.c:81: error: (Each undeclared identifier is reported only once
alias.c:81: error: for each function it appears in.)
alias.c:209: error: `CGIPATH' undeclared (first use in this function)
alias.c: In function `show_dotqmail_file':
alias.c:291: error: `CGIPATH' undeclared (first use in this function)
alias.c:304: error: `IMAGEURL' undeclared (first use in this function)
make[1]: *** [alias.o] Error 1
make[1]: Leaving directory `/downloads/qmailrocks/qmailadmin-1.2.0'
make: *** [all] Error 2
Up until this point everything was installing fine. Does anyone have anyideas what may be wrong and how to fix it?
Thanks