PDA

View Full Version : Qmailadamin on Mandrake 9.2


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

dugo16
04-17-2004, 08:52 PM
I have this same problem. Anyone else?

superyupkent
04-20-2004, 09:29 PM
Hi people..

Here I have the exact same error code.. I am using Mandrake 10 Official edition and my error code is the following:



[root@domain.tld qmailadmin-1.2.0]# 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

Pebcak
04-22-2004, 08:57 AM
I got it fixed and I'm up and running. As I recall I went did a search for qmailadmin on google and found a more updated version then the one listed on Inter7. Still done by them but it wasn't available on their site at the time I was looking.

Bookworm
04-23-2004, 01:56 AM
Right - the newest versions seem to be on SourceForge

BW