Web Hosting Talk







View Full Version : Installing qmail


MikeM
01-01-2004, 02:40 AM
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??

choon
01-01-2004, 02:53 AM
Is this qmail or vpopmail? Platform?

MikeM
01-01-2004, 03:20 AM
sorry .. my head is spinning ..

Vpop ... for administering Qmail

choon
01-01-2004, 04:12 AM
from the configuration...
configure: error: Unable to find your inc dir, specify --enable-incdir.
And you mentioned that you have tried:
--enable-incdir-inc=/usr/local/inc

Notice the bold?

BTW, kindly please let us know what you have done so far? Have you install qmail already before trying to install vpopmail? Your linux distribution please...

Generally you just need to run the following:
cd /path/to/your/vpopmail-xxxx
./configure --enable-logging=p
make
make install-strip
Provided you have install qmail first as I never try without qmail being install first.

qm8309
01-01-2004, 05:44 AM
MikeM:

i'd suggest that u start over and follow this guide STEP BY STEP:

http://www.pipeline.com.au/staff/mbowe/isp/webmail-server.htm

its really everything u need 2 set up a complete qmail based mail server.

MikeM
01-01-2004, 12:58 PM
Originally posted by qm8309
MikeM:

i'd suggest that u start over and follow this guide STEP BY STEP:

http://www.pipeline.com.au/staff/mbowe/isp/webmail-server.htm

its really everything u need 2 set up a complete qmail based mail server.

qm8309, thanx foir the link, this was actually what i am using..

this is a home machine. redhat 7.0
Qmail is installed using var-qmail-1.03-2-gnu-linux-i686.tar.gz from
http://www.qmail.org/rpms/var-qmail/ and is running. in addition i used http://www.lifewithqmail.org/lwq.html for a guide as well.


after loading the Mysql permissions, I try yo build the program, and get the error as listed above.