Date: Sat, 24 Jan 2004 02:57:51 +0200 From: Ion-Mihai Tetcu <itetcu@apropo.ro> To: Jason Williams <jwilliams@courtesymortgage.com> Cc: freebsd-questions@freebsd.org Subject: Re: Help figuring out port install...(custom install) 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>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 23 Jan 2004 16:30:18 -0800 Jason Williams <jwilliams@courtesymortgage.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040124025751.653161e4>