On Tuesday, November 13, 2001, 9:57:42 AM, vchkpw wrote:

>   --enable-vpopmaildir=../vpopmail
> or
>   --enable-vpopmaildir=/usr/local/src/mail/work/vpopmail

> (Absolute or relative path) both give me failures during make that
> seem to start with:

> mske[2]: Entering directory '/usr/local/src/mail/work/wmailadmin-1.0'
> 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
Oh man.... why are you trying to put in --enable-vpopmaildir variable
a path to source of vpopmail ?
Since all headers are in i.e. /home/vpopmail/include (or whatever you
wrote when you were configuring vpopmail package) you should use this
path (in my example: /home/vpopmail)

If you don't know what have you typed when you were installing
vpopmail, try to do:

cd /usr/local/src/mail/work/vpopmail;
head -10 config.status

You should get sth like this:
[root@areion vpopmail-5.0pre5]# head -10 config.status
#! /bin/sh
# Generated automatically by configure.
# Run this file to recreate the current configuration.
# This directory was configured as follows,
# on host areion.obeer.com:
#
# ./configure  --prefix=/home/vpopmail --enable-qmaildir=/var/qmail 
[EMAIL PROTECTED]
--enable-logging=y --enable-default-domain=obeer.com --enable-mysql=y 
--enable-large-site=y
[..]
--enable-libs=mysqlclient

find --prefix swith and it will be this what you are looking for :)

-- 
pozdrawiam,
Sylwester Biernacki <[EMAIL PROTECTED]>

Reply via email to