From owner-freebsd-ports@FreeBSD.ORG Mon Jul 14 11:12:31 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 9F5E437B401 for ; Mon, 14 Jul 2003 11:12:31 -0700 (PDT) Received: from mx1.trigger.net (ip-209-29-143-5.trigger.net [209.29.143.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA92843FBF for ; Mon, 14 Jul 2003 11:12:30 -0700 (PDT) (envelope-from mikej@trigger.net) Received: from localhost (localhost [127.0.0.1]) by mx1.trigger.net (Postfix) with ESMTP id 749A75BD8C0; Mon, 14 Jul 2003 14:12:19 -0400 (EDT) Received: from mike (wettoast.org [199.166.206.19]) by mx1.trigger.net (Postfix) with SMTP id BE7805BD8DC; Mon, 14 Jul 2003 14:12:18 -0400 (EDT) From: "Mike Jakubik" To: "Tim Kellers" , Date: Mon, 14 Jul 2003 14:12:26 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <200307141313.56325.timothyk@wallnet.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal X-Virus-Scanned: by AMaViS 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 18:12:32 -0000 This is with the default options, minus mysql and with WITH_APACHE2=YES. Apache 2 was built with threading, in worker mode. I cvsuped the ports before building. It built ok, just the install part is failing. Thanks. -----Original Message----- From: Tim Kellers [mailto:timothyk@wallnet.com] Sent: Monday, July 14, 2003 1:14 PM To: Mike Jakubik; sysadmin@alexdupre.com Cc: ports@freebsd.org Subject: Re: FreeBSD Port: mod_php4-4.3.3.r1 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"