Installing qmail

trying to install Qmail I get the following error


[root@xxx vpopmail-5.3.30]# ./configure \
> --enable-roaming-users=n \
> --enable-logging=p \
> --enable-defaultquota=20971520S \
> --enable-ip-alias-domains=n \
> --enable-passwd=n \
> --enable-clear-passwd=y \
> --enable-domain-quotas=n \
> --enable-mysql=y \
> --enable-many-domains=n \
> --enable-auth-logging=y \
> --enable-mysql-logging=y \
> --enable-valias=y \
> --enable-mysql-limits=n \
> --enable-mysql-limits=n

loading 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... i586-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 floor in -lm... yes
checking for compress in -lz... yes
configure: error: Unable to find your inc dir, specify --enable-incdir.
[root@xxxx vpopmail-5.3.30]#


I tried adding the following line at the end ..

> --enable-incdir-inc=/usr/local/inc \


but still get the same error .. any idea what i am doing wrong??

 

 

 

 

Top