From owner-freebsd-questions@FreeBSD.ORG Sun Nov 20 05:47:17 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 A5E7716A41F for ; Sun, 20 Nov 2005 05:47:17 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3933A43D49 for ; Sun, 20 Nov 2005 05:47:17 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so424106wxc for ; Sat, 19 Nov 2005 21:47:16 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=U+elD1JmELNeYVtyDEL7pQaFJIUPyBJz+wxOiJb2DJDYl5PhQseBSlQ8QGiuFJWA1nBIAYrZFziM9AkAnX2MscbxLAliksm76sL0V7bLBn0atWQSDVsov3bkyIjcmuA4aj7EecZ6ipfMjqF1Slu90iw9qMway3KVkxZFf0UegEA= Received: by 10.70.108.5 with SMTP id g5mr1117986wxc; Sat, 19 Nov 2005 21:47:16 -0800 (PST) Received: from ?192.168.1.10? ( [71.102.14.129]) by mx.gmail.com with ESMTP id h17sm1972812wxd.2005.11.19.21.47.15; Sat, 19 Nov 2005 21:47:16 -0800 (PST) From: "Michael C. Shultz" To: freebsd-questions@freebsd.org Date: Sat, 19 Nov 2005 21:37:54 -0800 User-Agent: KMail/1.8.3 References: <20051120064654.O2461@www.pukruppa.net> In-Reply-To: <20051120064654.O2461@www.pukruppa.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511192137.55766.ringworm01@gmail.com> Cc: "P.U.Kruppa" Subject: Re: php5 install fails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2005 05:47:17 -0000 On Saturday 19 November 2005 21:50, P.U.Kruppa wrote: > Hi, > > on 6.0-STABLE FreeBSD 6.0-STABLE #0: Sat Nov 19 14:31:13 CET > 2005 php5 build seems to work fine but install fails: > ------------------------------------------ > root@www.pukruppa.net# make install > ===> Installing for php5-5.0.5_1 > ===> php5-5.0.5_1 depends on file: /usr/local/sbin/apxs - found > ===> php5-5.0.5_1 depends on executable: pkg-config - found > ===> php5-5.0.5_1 depends on shared library: xml2.5 - found > ===> Generating temporary packing list > ===> Checking if lang/php5 already installed > Installing PHP SAPI module: apache2handler > /usr/local/share/apache21/build/instdso.sh > SH_LIBTOOL='/usr/local/build-1/libtool' libphp5.la > /usr/local/libexec/apache21 > /usr/local/build-1/libtool --mode=install cp libphp5.la > /usr/local/libexec/apache21/ > /usr/local/share/apache21/build/instdso.sh: > /usr/local/build-1/libtool: not found > apxs:Error: Command failed with rc=8323072 > . > *** Error code 1 > > Stop in /usr/ports/lang/php5/work/php-5.0.5. > *** Error code 1 > > Stop in /usr/ports/lang/php5. > ---------------------------------------------- > > What can be done? > > Regards, > > Uli. find /usr/ports/*/. | grep pkg-plist | xargs grep build-1/libtool returns: /usr/ports/devel/apr/pkg-plist:build-1/libtool My guess is you need to install devel/apr -Mike