Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Nov 2005 21:37:54 -0800
From:      "Michael C. Shultz" <ringworm01@gmail.com>
To:        freebsd-questions@freebsd.org
Cc:        "P.U.Kruppa" <root@pukruppa.de>
Subject:   Re: php5 install fails
Message-ID:  <200511192137.55766.ringworm01@gmail.com>
In-Reply-To: <20051120064654.O2461@www.pukruppa.net>
References:  <20051120064654.O2461@www.pukruppa.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511192137.55766.ringworm01>