Hi,
>gcc -I.       -g -O2 -c qmailadmin.c
>qmailadmin.c:30: vpopmail.h: No such file or directory
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>qmailadmin.c:31: vauth.h: No such file or directory
                  ^^^^^^^^^^^^  
>make[2]: *** [qmailadmin.o] Error 1

On your system, there is no vpopmail.h and vauth.h file.
try to get these files first(you may find in vpopmail src) and include 
it in proper path, may be /usr/include
Regards,
Santosh Pasi



---------------Original Message------------------
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
>Precedence: bulk
>From: "Mike Jimenez" <[EMAIL PROTECTED]>
>To: "Qmail" <[EMAIL PROTECTED]>
>Subject: Qmail ADMIN!!! Please Help
>Date: Wed, 13 Jun 2001 12:18:42 -0700
>Content-Transfer-Encoding: 7bit
>Importance: Normal
>
>Using the new vpopmail vpopmail-4.9.10.tar and the Qmail Admin
>qmailadmin-0.45.tar . I cannot get Qmail admin to compile?
>Here is the error message I recieve.
>What in the heck is going on ? I can compile qmailadmin-0.26.tar with no
>errors but I dont want to use that.
>Thanks
>Mike
>
>qmailadmin-0.45]#
>./configure --enable-vpopuser=vpopmail 
--enable-cgibindir=/apache/cgi-bin -->enable-htmldir=/usr/local/share 
--enable-vpopmaildir=/home/vpopmail/
>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... found
>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 POSIXized ISC... no
>checking how to run the C preprocessor... gcc -E
>checking for AIX... no
>checking for crypt in -lcrypt... yes
>checking for crypt in -lshadow... no
>checking for floor in -lm... yes
>checking for gethostbyaddr in -lnsl... yes
>checking for getsockname in -lsocket... no
>cat: /home/vpopmail//etc/inc_deps: No such file or directory
>cat: /home/vpopmail//etc/lib_deps: No such file or directory
>checking for ezmlm-idx... no
>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 getcwd... yes
>checking for mkdir... yes
>checking for strdup... yes
>checking for strstr... yes
>updating cache ./config.cache
>creating ./config.status
>creating Makefile
>creating config.h
>qmailadmin-0.45]# make
>make  all-recursive
>make[1]: Entering directory `/installers/qmailadmin-0.45'
>make[2]: Entering directory `/installers/qmailadmin-0.45'
>gcc -I.       -g -O2 -c qmailadmin.c
>qmailadmin.c:30: vpopmail.h: No such file or directory
>qmailadmin.c:31: vauth.h: No such file or directory
>make[2]: *** [qmailadmin.o] Error 1
>make[2]: Leaving directory `/installers/qmailadmin-0.45'
>make[1]: *** [all-recursive] Error 1
>make[1]: Leaving directory `/installers/qmailadmin-0.45'
>make: *** [all-recursive-am] Error 2
>
>==========================================================
>Mike Jimenez
>System Administrator
>Visual Perspectives Internet, Inc. (VPI.Net)
>Tel: (949) 595-8622 -- Fax: (949) 595-8629
>http://www.vpi.net
>==========================================================
>
>
>

Reply via email to