From owner-freebsd-ports@FreeBSD.ORG Mon Jul 14 10:14:05 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A99E437B405 for ; Mon, 14 Jul 2003 10:14:05 -0700 (PDT) Received: from serv1.wallnet.com (server1.wallnet.com [208.225.162.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1659543F75 for ; Mon, 14 Jul 2003 10:14:04 -0700 (PDT) (envelope-from timothyk@wallnet.com) Received: (from root@localhost) by serv1.wallnet.com (8.11.5/8.11.5) id h6EHE3E39490; Mon, 14 Jul 2003 13:14:03 -0400 (EDT) (envelope-from timothyk@wallnet.com) Received: from 10.0.1.9 (mts-128.wallnet.com [208.225.162.60]) by serv1.wallnet.com (8.11.5/8.11.5av) with ESMTP id h6EHDxM39465; Mon, 14 Jul 2003 13:13:59 -0400 (EDT) (envelope-from timothyk@wallnet.com) From: Tim Kellers To: "Mike Jakubik" , Date: Mon, 14 Jul 2003 13:13:56 -0400 User-Agent: KMail/1.5.2 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307141313.56325.timothyk@wallnet.com> X-Virus-Scanned: by AMaViS perl-11 cc: ports@freebsd.org Subject: Re: FreeBSD Port: mod_php4-4.3.3.r1 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: Mon, 14 Jul 2003 17:14:06 -0000 I encountered a problem like that when I was building the /lang/php5 (aka php4-4.3.3.r1_1) when I configured it with ming support. After the build failed, I went to the ming port, entered the directories where "no such file or directory" was erroring our, and typed make in each directory. Without "clean"ing, I returned to lang/php5 and "make install" continued to the end. This was on a 5.1-CURRENT box cvsupped and built over the weekend. Which configure options are you including? Tim Kellers CPE/NJIT On Monday 14 July 2003 12:14 pm, Mike Jakubik wrote: > root@firewall1:/usr/ports/www/mod_php4# make install WITH_APACHE2=YES > ===> Installing for mod_php4-4.3.3.r1_1,1 > ===> mod_php4-4.3.3.r1_1,1 depends on file: /usr/local/sbin/apxs - found > ===> mod_php4-4.3.3.r1_1,1 depends on shared library: expat.4 - found > ===> Generating temporary packing list > ===> Checking if www/mod_php4 already installed > Installing PHP SAPI module > /usr/local/share/apache2/build/instdso.sh > SH_LIBTOOL='/usr/local/share/apache2/build/libtool' libphp4.la > /usr/local/libexec/apache2 > /usr/local/share/apache2/build/libtool --mode=install cp libphp4.la > /usr/local/libexec/apache2/ > cp .libs/libphp4.so /usr/local/libexec/apache2/libphp4.so > cp .libs/libphp4.lai /usr/local/libexec/apache2/libphp4.la > libtool: install: warning: remember to run `libtool --finish > /usr/ports/www/mod_php4/work/php-4.3.3RC1/libs' > chmod 755 /usr/local/libexec/apache2/libphp4.so > [activating module `php4' in /usr/local/etc/apache2/httpd.conf] > Installing shared extensions: /usr/local/lib/php/20020429-zts/ > Installing build environment: /usr/local/lib/php/build/ > Installing header files: /usr/local/include/php/ > Installing helper programs: /usr/local/bin/ > program: phpize > program: php-config > program: phpextdist > touch: /usr/local/lib/php/20020429/.php: No such file or directory > *** Error code 1 > > Stop in /usr/ports/www/mod_php4. > *** Error code 1 > > Stop in /usr/ports/www/mod_php4. > > ----------- > > FreeBSD firewall1 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Fri Jul 11 09:14:46 > EDT 2003 root@firewall1.trigger.net:/usr/obj/usr/src/sys/FW i386 > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"