From owner-freebsd-questions@FreeBSD.ORG Sat Dec 3 05:20:54 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 E207816A41F for ; Sat, 3 Dec 2005 05:20:54 +0000 (GMT) (envelope-from root@pukruppa.de) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F58A43D58 for ; Sat, 3 Dec 2005 05:20:54 +0000 (GMT) (envelope-from root@pukruppa.de) Received: from [213.146.114.24] (helo=reverse-213-146-114-24.cust.kamp-dsl.de) by mrelayeu.kundenserver.de (node=mrelayeu6) with ESMTP (Nemesis), id 0ML29c-1EiPpC2Kcr-0002un; Sat, 03 Dec 2005 06:20:53 +0100 Date: Sat, 3 Dec 2005 06:29:59 +0100 (CET) From: "P.U.Kruppa" X-X-Sender: root@www.pukruppa.net To: Mike Fern In-Reply-To: <58ebaa710511200113n6da5d741g5a48dfba759ab5fa@mail.gmail.com> Message-ID: <20051203062128.A1318@www.pukruppa.net> References: <20051120064654.O2461@www.pukruppa.net> <58ebaa710511200113n6da5d741g5a48dfba759ab5fa@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Provags-ID: kundenserver.de abuse@kundenserver.de login:2446dbdf8275641f979193ced594c629 Cc: "P.U.Kruppa" , freebsd-questions@freebsd.org 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: Sat, 03 Dec 2005 05:20:55 -0000 On Sun, 20 Nov 2005, Mike Fern wrote: > does libtool exist in the path? if not, you can change the > configuration value of SH_LIBTOOL > (SH_LIBTOOL='/usr/local/build-1/libtool') For the archives: Problem was: I have two versions of libtool installed: libtool13 and libtool15 . I set a symbolic link # ln -s /usr/local/bin/libtool15 /usr/local/build-1/libtool Thus I don't have to read libtool documentation: I only want to do some "Hello World!" stuff with php5. Thanks, Uli. > > On 11/20/05, 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. >> >> >> ********************************************* >> * Peter Ulrich Kruppa - Wuppertal - Germany * >> ********************************************* >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >> > > ********************************************* * Peter Ulrich Kruppa - Wuppertal - Germany * *********************************************