From owner-freebsd-ports Mon Aug 27 13:48:13 2001 Delivered-To: freebsd-ports@freebsd.org Received: from rol.online.ro (rol.online.ro [193.226.111.2]) by hub.freebsd.org (Postfix) with SMTP id B5A2337B409 for ; Mon, 27 Aug 2001 13:48:04 -0700 (PDT) (envelope-from cbo@online.ro) Received: (qmail 12904 invoked by uid 89); 27 Aug 2001 20:48:01 -0000 Message-ID: <20010827204801.12903.qmail@rol.online.ro> From: Claudiu Bosioc To: freebsd-ports@freebsd.org Subject: re: qmailadmin Date: Mon, 27 Aug 2001 20:48:01 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hello! quick fix: mkdir -p /usr/local/vpopmail/etc cd /usr/local/vpopmail/etc echo "-I/usr/local/vpopmail/include" >inc_deps echo "-L/usr/local/vpopmail/lib -lvpopmail" >lib_deps this worked for me. or, at least, create the directory /usr/local/vpopmail/etc it appears that the configure script depends on the existance of this directory. this only happened to me with newer versions of vpopmail. you're welcome. Claudiu Bosioc -- http://www.uem.utt.ro/~cbo/ darren writes: > I am trying to install qmailadmin. When it got to the part where it tried to > install vpoppmail, it crapped out. So, I went to the > /usr/ports/mail/vpopmail directory and tried running make. It crapped out > again with the same errors (See below). So, should I try making the > directory and rerun make? Or, is there some command line option that I can > pass to make or ./configure? > > ./configure: cannot create /usr/local/vpopmail/etc/lib_deps: directory > nonexistent > ===> Script "configure" failed: here are the contents of "config.log" > This file contains any messages produced by compilers while > running configure, to aid debugging if configure makes a mistake. > > > > configure:1482: warning: implicit declaration of function `unlink' > (end of "config.log") > *** Error code 1 > > Stop in /usr/ports/mail/vpopmail. > *** Error code 1 > > Thanks, > > Darren > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message