In the vpopmail source code, copy the vlimits.h file
to the ~vpopmail/include directory.
I'll be releasing a new devel version of vpopmail 5.3.20 at
end of day tomorrow that automatically copies this file during
make install-strip
Ken Jones
On Monday 24 March 2003 02:13 pm, Christian Axelsson wrote:
> Trying out 1.0.15:
>
> lanil qmailadmin-1.0.15 # make
> gcc -I. -I/var/vpopmail/include -g -O2 -c qmailadmin.c
> qmailadmin.c:31:21: vlimits.h: No such file or directory
> qmailadmin.c:66: storage size of `Limits' isn't known
> make: *** [qmailadmin.o] Error 1
>
> 1.0.12 works fine.
>
> ./configure output:
>
> lanil qmailadmin-1.0.15 # ./configure --enable-modify-quota=y
> --enable-imagedir=/home/httpd/htdocs/qmailadmin/images/
> --enable-htmldir=/home/httpd/htdocs/qmailadmin/
> --enable-imageurl=/qmailadmin/images/
> loading cache ./config.cache
> checking for a BSD compatible install... (cached) /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... found
> 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 strerror in -lcposix... (cached) 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) yes
> 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 whether to require ip authentication... yes
> checking whether to display user index... yes
> checking whether to allow admins to modify user quotas... yes
> checking whether to show help pages... 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
>
> Current settings
> ---------------------------------------
>
> cgi-bin dir = /home/httpd/cgi-bin
> html dir = /home/httpd/htdocs/qmailadmin/
> image dir = /home/httpd/htdocs/qmailadmin/images/
> image URL = /qmailadmin/images/
> template dir = /usr/local/share/qmailadmin/
> qmail dir = /var/qmail
> vpopmail dir = /var/vpopmail
> ezmlm dir = /usr/bin
> ezmlm idx = yes
>
> Regards
>
> ---
> Christan Axelsson
> [EMAIL PROTECTED]