you might be interested in my debian packages at
http://linux.myspinach.org/debian
On Thu, 14 Nov 2002 09:48, Eduardo wrote:
> Hi,
> I download vqadmin-2.3.2 and try to compile it on debian woody with
> vpopmail-4.9.10. INSTALL says 4.9.8 or higher required, is that the problem
> or is it a real bug? could be compatible in any way with vpopmail 4.9.10?
> What version could I use? upgrade INSTALL if this is the problem :)
> regards.
>
> root@host:~/vqadmin-2.3.2# ./configure --enable-cgibindir=/usr/lib/cgi-bin
> creating cache ./config.cache
> checking for a BSD compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking whether make sets ${MAKE}... 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... 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... yes
> checking whether gcc accepts -g... yes
> checking for ranlib... ranlib
> checking for strerror in -lcposix... no
> checking how to run the C preprocessor... gcc -E
> checking for AIX... no
> yes
> checking for dirent.h that defines DIR... yes
> checking for opendir in -ldir... no
> checking for ANSI C header files... yes
> checking for unistd.h... yes
> checking for working const... yes
> checking for size_t... yes
> checking whether struct tm is in sys/time.h or time.h... time.h
> checking for crypt in -lcrypt... yes
> checking for floor in -lm... yes
> checking for compress in -lz... yes
> updating cache ./config.cache
> creating ./config.status
> creating Makefile
> creating config.h
>
> Current settings
> ---------------------------------------
> vpopmail directory = /home/vpopmail
> uid = 1026
> gid = 1004
> cgi-bin dir = /usr/lib/cgi-bin
> vqadmin dir = /usr/lib/cgi-bin/vqadmin
> root@host:~/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/home/vpopmail/include -g -O2 -Wall -c vqadmin.c
> In file included from vqadmin.c:25:
> global.h:113: warning: `struct vqpasswd' declared inside parameter list
> global.h:113: warning: its scope is only this definition or declaration,
> which is probably not what you want.
> global.h:139: warning: `struct vqpasswd' declared inside parameter list
> gcc -I. -I/home/vpopmail/include -g -O2 -Wall -c cgi.c
> In file included from cgi.c:26:
> global.h:113: warning: `struct vqpasswd' declared inside parameter list
> global.h:113: warning: its scope is only this definition or declaration,
> which is probably not what you want.
> global.h:139: warning: `struct vqpasswd' declared inside parameter list
> gcc -I. -I/home/vpopmail/include -g -O2 -Wall -c template.c
> In file included from template.c:29:
> global.h:113: warning: `struct vqpasswd' declared inside parameter list
> global.h:113: warning: its scope is only this definition or declaration,
> which is probably not what you want.
> global.h:139: warning: `struct vqpasswd' declared inside parameter list
> gcc -I. -I/home/vpopmail/include -g -O2 -Wall -c global.c
> In file included from global.c:25:
> global.h:113: warning: `struct vqpasswd' declared inside parameter list
> global.h:113: warning: its scope is only this definition or declaration,
> which is probably not what you want.
> global.h:139: warning: `struct vqpasswd' declared inside parameter list
> gcc -I. -I/home/vpopmail/include -g -O2 -Wall -c acl.c
> In file included from acl.c:25:
> global.h:113: warning: `struct vqpasswd' declared inside parameter list
> global.h:113: warning: its scope is only this definition or declaration,
> which is probably not what you want.
> global.h:139: warning: `struct vqpasswd' declared inside parameter list
> gcc -I. -I/home/vpopmail/include -g -O2 -Wall -c misc.c
> In file included from misc.c:26:
> global.h:113: warning: `struct vqpasswd' declared inside parameter list
> global.h:113: warning: its scope is only this definition or declaration,
> which is probably not what you want.
> global.h:139: warning: `struct vqpasswd' declared inside parameter list
> gcc -I. -I/home/vpopmail/include -g -O2 -Wall -c domain.c
> In file included from domain.c:30:
> global.h:113: warning: `struct vqpasswd' declared inside parameter list
> global.h:113: warning: its scope is only this definition or declaration,
> which is probably not what you want.
> global.h:139: warning: `struct vqpasswd' declared inside parameter list
> domain.c: In function `post_domain_info':
> domain.c:325: too many arguments to function `open_big_dir'
> domain.c:331: warning: assignment from incompatible pointer type
> domain.c:332: dereferencing pointer to incomplete type
> domain.c: In function `list_domains':
> domain.c:471: warning: implicit declaration of function `vexit'
> domain.c: In function `add_alias_domain':
> domain.c:502: warning: implicit declaration of function `vaddaliasdomain'
> make[2]: *** [domain.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-recursive-am] Error 2
> root@host:~/vqadmin-2.3.2#