From owner-freebsd-apache@FreeBSD.ORG Fri Jul 10 12:24:19 2009 Return-Path: Delivered-To: apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC8741065672 for ; Fri, 10 Jul 2009 12:24:19 +0000 (UTC) (envelope-from drm@melp.nl) Received: from smtp-vbr12.xs4all.nl (smtp-vbr12.xs4all.nl [194.109.24.32]) by mx1.freebsd.org (Postfix) with ESMTP id 50C658FC16 for ; Fri, 10 Jul 2009 12:24:18 +0000 (UTC) (envelope-from drm@melp.nl) Received: from zicht.nl.alt001.com (Zichtrotterdam.xs4all.nl [213.84.233.128]) by smtp-vbr12.xs4all.nl (8.13.8/8.13.8) with ESMTP id n6AC9X53047981 for ; Fri, 10 Jul 2009 14:09:33 +0200 (CEST) (envelope-from drm@melp.nl) Received: from localhost (localhost.localdomain [127.0.0.1]) by zicht.nl.alt001.com (Postfix) with ESMTP id DC6E71754C for ; Fri, 10 Jul 2009 14:09:29 +0200 (CEST) X-Virus-Scanned: by XS4ALL Virus Scanner Received: from zicht.nl.alt001.com ([127.0.0.1]) by localhost (zicht.nl.alt001.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZdhsGMDUc52H for ; Fri, 10 Jul 2009 14:09:29 +0200 (CEST) Received: from [192.168.90.180] (host180.zicht.intern [192.168.90.180]) by zicht.nl.alt001.com (Postfix) with ESMTP id C792E17546 for ; Fri, 10 Jul 2009 14:09:29 +0200 (CEST) Message-ID: <4A572F7D.906@melp.nl> Date: Fri, 10 Jul 2009 14:09:33 +0200 From: drm User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: apache@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Broken apache20 port? X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jul 2009 12:24:20 -0000 Hi, I ran csup a few hours ago (RELEASE-7.2), and tried making the port apache20 (/usr/ports/www/apache20) and ran into the problem of "libtool not found". It seemed the make script expected libtool in work/httpd-2.0.63/srclib/apr. I symlinked the libtool from /usr/local/bin/libtool to here and ran make reinstall. Later a similar problem with the script expecting shlibtool in work/httpd-2.0.63 Again I symlinked /usr/local/bin/libtool to shlibtool and ran make reinstall Now the build finished succesfully. Hope this helps, drm / Gerard