From owner-freebsd-questions@FreeBSD.ORG Fri Jan 23 16:57:44 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4298E16A4CE for ; Fri, 23 Jan 2004 16:57:44 -0800 (PST) Received: from rdsnet.ro (smtp.rdsnet.ro [62.231.74.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A16643D3F for ; Fri, 23 Jan 2004 16:56:48 -0800 (PST) (envelope-from itetcu@apropo.ro) Received: (qmail 30512 invoked from network); 24 Jan 2004 00:56:31 -0000 Received: from unknown (HELO it.buh.cameradicommercio.ro) (81.196.25.19) by mail.rdsnet.ro with SMTP; 24 Jan 2004 00:56:31 -0000 Date: Sat, 24 Jan 2004 02:57:51 +0200 From: Ion-Mihai Tetcu To: Jason Williams Message-Id: <20040124025751.653161e4@it.buh.cameradicommercio.ro> In-Reply-To: <5.2.1.1.0.20040123162710.00a9c128@pop.courtesymortgage.com> References: <5.2.1.1.0.20040123162710.00a9c128@pop.courtesymortgage.com> X-Mailer: Sylpheed version 0.9.8claws (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Help figuring out port install...(custom install) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jan 2004 00:57:44 -0000 On Fri, 23 Jan 2004 16:30:18 -0800 Jason Williams wrote: > I was going to test installing Horde's IMP3 through the FreeBSD ports tree. > I wanted to test it out to see if it was a viable option for our company. > Before I go on, I should mention that I installed apache and mod_ssl by > hand before hand (For a lot of reasons really :) ). > > Anyway, I navigated to the port and quickly glanced at the make file. > Everything appeared to be working well, except it could not find the apache > install on my server: > > scarydaemon# make -DWITHOUT_LDAP -DWITH_CYRUS-IMAPD install clean > ===> Installing for imp-3.2.2 > ===> imp-3.2.2 depends on file: /usr/local/www/horde/turba/index.php - > not found > ===> Verifying install for /usr/local/www/horde/turba/index.php in > /usr/ports/mail/turba > ===> Installing for turba-1.2.1 > ===> turba-1.2.1 depends on file: /usr/local/www/horde/index.php - not found > ===> Verifying install for /usr/local/www/horde/index.php in > /usr/ports/www/horde2 > ===> horde-2.2.4_1 depends on executable: pear - not found > ===> Verifying install for pear in /usr/ports/lang/php4-horde > ===> php4-horde-4.3.4_5 depends on file: /usr/local/sbin/apxs - not found > ===> Verifying install for /usr/local/sbin/apxs in /usr/ports/www/apache13 > ===> Extracting for apache-1.3.29_1 > > It was not able to find /usr/local/sbin/apxs. But it is not located in that > part of my system: > > scarydaemon# find / -type f -name apxs -print > /usr/local/apache/bin/apxs > > > With that in mind, I was wondering if it is possible to some how hack the > Makefile so it will find apxs on my system. > I've skimmed over the makefile, but have not found anything that will help > me in figuring this out... Didn't try, but ln -s ... ? > > I thought i'd ask here, and get some help hopefully. :) -- IOnut Unregistered ;) FreeBSD user