From owner-freebsd-ports@FreeBSD.ORG Tue Feb 15 17:48:30 2005 Return-Path: Delivered-To: freebsd-ports@www.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97B6616A4CF for ; Tue, 15 Feb 2005 17:48:30 +0000 (GMT) Received: from ack.Berkeley.EDU (ack.Berkeley.EDU [128.32.206.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C21E43D2F for ; Tue, 15 Feb 2005 17:48:30 +0000 (GMT) (envelope-from mhunter@ack.Berkeley.EDU) Received: (from mhunter@localhost) by ack.Berkeley.EDU (8.11.3/8.11.3) id j1FHmMX06014; Tue, 15 Feb 2005 09:48:22 -0800 (PST) Date: Tue, 15 Feb 2005 09:48:22 -0800 From: Mike Hunter To: freebsd-ports@www.freebsd.org Message-ID: <20050215174822.GA1140@ack.Berkeley.EDU> References: <20050214193701.GA23360@ack.Berkeley.EDU> <20050214204341.GB82128@graf.pompo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=unknown-8bit Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20050214204341.GB82128@graf.pompo.net> User-Agent: Mutt/1.5.6i Subject: More PHP issues (Was: php4-pear / phpize problem) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2005 17:48:30 -0000 On Feb 14, "Thierry Thomas" wrote: > Le Lun 14 fév 05 à 20:37:01 +0100, Mike Hunter > écrivait : > > Hi, > > Hello, > > > I'm trying to build /usr/ports/devel/php4-pear, but I'm having issues: > > > > Any suggestions? > > > > make goes ok, but make install won't work: > > > > ===> Installing for php4-pear-4.3.10_2 > > ===> php4-pear-4.3.10_2 depends on file: /usr/local/include/php/main/php.h - not found > > ===> Verifying install for /usr/local/include/php/main/php.h in /usr/ports/lang/php4 > > ===> Returning to build of php4-pear-4.3.10_2 > > ===> php4-pear-4.3.10_2 depends on file: /usr/local/lib/php/20020429/pcre.so - not found > > ===> Verifying install for /usr/local/lib/php/20020429/pcre.so in /usr/ports/devel/php4-pcre > > ===> php4-pcre-4.3.10_2 depends on executable: phpize - not found > > ===> Verifying install for phpize in /usr/ports/lang/php4 > > ===> Returning to build of php4-pcre-4.3.10_2 > > ===> php4-pcre-4.3.10_2 depends on file: /usr/local/bin/automake15 - found > > ===> php4-pcre-4.3.10_2 depends on file: /usr/local/bin/autoconf253 - found > > ===> php4-pcre-4.3.10_2 depends on file: /usr/local/bin/libtool13 - found > > ===> PHPizing for php4-pcre-4.3.10_2 > > env: /usr/local/bin/phpize: No such file or directory > > *** Error code 127 > > Your PHP4 installation is broken: /usr/local/bin/phpize should have been > installed by lang/php4. Could you try to reinstall it? Thanks for your help. I managed to sidestep that problem, but I'm stuck in a dependency loop of some sort that I cannot escape. I'm trying to setup stager, a netflow database gui thing: Stager: http://stager.uninett.no/ FreeBSD instructions are here: http://snickers.org/~nistor/stager/ The list of pre-reqs is this: * apache 2.0.52 * mod_php4 4.3.9 (php4-pgsql php4-session php4-pcre php4-gd) * gd-2.0.28 * jpgraph-1.16 * pear-PEAR-1.3.3 * pear-DB-1.6.5 * smarty-2.6.5 * postgresql 7.4.6 * perl 5.8.5 * p5-DBI-1.45 * p5-DBD-Pg-1.32 * p5-Time-HiRes-1.65 When I try to install /usr/ports/www/mod_php4, I end up not being able to install pear, because pear says that it needs /usr/local/bin/php, but I can't install /usr/ports/lang/php4 because it conflicts with mod_php :( When I try installing /usr/ports/devel/pear-PEAR first (via `make clean && make && make install`) I end up with: /usr/ports/devel/pear-PEAR/pkg-install: /usr/local/bin/pear2: not found Signed, Frustrated in Frisco (Well, not really, but it starts with F)