Hi there,
i've a problem compiling qmailadmin 1.0.
I'm using Vpopmail 4.9.10, before i tried qmailadmin 1.0 i've
successfully use qmailadmin 0.45 without compile problems.
i've delete qmailadmin (0.45) in my cgi-bin dir. Is there anything else
i must do before i can update to 1.0 ?
Please help, now i'm without WebAdministration ;-)
Thx. a lot.
Dirk.
---
[root@mail qmailadmin-1.0]# ./configure
--enable-htmldir=/var/www/qmailadmin --enable-maxpopusers=-1
--enable-maxaliases=-1 --enable
-maxautoresponders=-1 --enable-maxmailinglists=-1
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking host system type... i686-unknown-linux
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for POSIXized ISC... no
checking how to run the C preprocessor... (cached) gcc -E
checking for AIX... no
checking for crypt in -lcrypt... (cached) yes
checking for crypt in -lshadow... (cached) no
checking for floor in -lm... (cached) yes
checking for gethostbyaddr in -lnsl... (cached) yes
checking for getsockname in -lsocket... (cached) no
checking whether we should prohibit caching... no
checking for ezmlm-idx... yes
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking for ANSI C header files... (cached) yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for size_t... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking for getcwd... (cached) yes
checking for mkdir... (cached) yes
checking for strdup... (cached) yes
checking for strstr... (cached) yes
creating ./config.status
creating Makefile
creating config.h
config.h is unchanged
[root@mail qmailadmin-1.0]# make
make all-recursive
make[1]: Wechsel in das Verzeichnis Verzeichnis
�/home/dschlueter/qmailadmin-1.0�
make[2]: Wechsel in das Verzeichnis Verzeichnis
�/home/dschlueter/qmailadmin-1.0�
gcc -I. -I/home/vpopmail/include -g -O2 -c qmailadmin.c
qmailadmin.c: In function `main':
qmailadmin.c:136: warning: assignment from incompatible pointer type
qmailadmin.c:216: warning: assignment from incompatible pointer type
qmailadmin.c:224: dereferencing pointer to incomplete type
qmailadmin.c:228: dereferencing pointer to incomplete type
make[2]: *** [qmailadmin.o] Fehler 1
make[2]: Verlassen des Verzeichnisses Verzeichnis
�/home/dschlueter/qmailadmin-1.0�
make[1]: *** [all-recursive] Fehler 1
make[1]: Verlassen des Verzeichnisses Verzeichnis
�/home/dschlueter/qmailadmin-1.0�
make: *** [all-recursive-am] Fehler 2