From owner-freebsd-questions@FreeBSD.ORG Sat Jan 15 23:23:02 2005 Return-Path: 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 B61F716A4CE for ; Sat, 15 Jan 2005 23:23:02 +0000 (GMT) Received: from mail.asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC18943D31 for ; Sat, 15 Jan 2005 23:23:01 +0000 (GMT) SRS0=o+Q0nrhs=P6=asarian-host.net=admin@asarian-host.net) Received: from anonymizer.asarian-host.net (localhost [127.0.0.1]) (authenticated bits=0) by mail.asarian-host.net (8.13.3/8.13.3) with ESMTP id j0FNN0lI035022 for ; Sun, 16 Jan 2005 00:23:00 +0100 (CET) (envelope-from admin@asarian-host.net) From: Mark Received-SPF: pass (asarian-host.net: domain of admin@asarian-host.net designates sender IP as SASL permitted sender) Message-Id: <200501152323.j0FNN0u0035012@asarian-host.net> Date: Sat, 15 Jan 2005 23:23:00 GMT X-Authenticated-Sender: admin@asarian-host.net X-Trace: ga4bdRbz4pTl7qf5C2tk0cb84Wy4TLGHXmt/BpGqThOF68kfte6ogLZ4vMXRryGBB5c+rmqLL34NJ6eUZeAIRQ== X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers, otherwise we are unable to process your complaint Organization: Asarian-host To: "'Daniel S. Haischt'" MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit In-Reply-To: <41E9A2CE.2080006@daniel.stefan.haischt.name> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Auth: Asarian-host PGP signature iQEVAwUAQeml1DFqW1BleBN9AQH5SAf+PCW7bLtwyRC1lDUNxxev7jI49eqGB4q8 WkH6KtiZN8tuOqcAfTNUlUhZzRWgKIiQdGNOOSgmLBYb8XpQ6aiX9xbmS7MF3hm+ o0XYEoiMG9fm9kzYy+AJacjVSxDyOTp/uxISqlyLvu4uLCSUY2Qh9v7uDs4o4qD1 OX6hxP8hd/TkA0SzKCzn4+hiz917/CFzyZqmyHtQe7lvF568CvTdwHaj0hyhgAze 25EHQFAfp/J4rB+eM48EBZyUtFy9hVSl+FF+OmR6F+DJwA1eoQs8i0LTfzxkpfPS LbC+1Ma3xERIELQxUnw1e6MJTGIBz/ITd2XkioZ/j5BLaCfZ0BSbPw== =4AuI cc: freebsd-questions@freebsd.org Subject: RE: mod_ph4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jan 2005 23:23:02 -0000 > -----Original Message----- > From: Daniel S. Haischt [mailto:me@stefan.haischt.name] > Sent: zondag 16 januari 2005 0:10 > To: Mark > Cc: freebsd-questions@freebsd.org > Subject: Re: mod_ph4 > > btw, try to install the autoconf/automake > ports first before php4. > > Is this your first port that you are installing > on your system? I am wondering because the auto > tools are missing ... Nope, installed zillion of packages. :) automake + autoconf indeed seem to be missing. Or rather, they are in different locations (like /usr/local/libexec/autoconf259/autoconf). Ok, so I made a few symlinks, and now I get this: % make install ===> Vulnerability check disabled ===> Found saved configuration for php4-extensions-1.0 ===> Extracting for php4-extensions-1.0 ===> Patching for php4-extensions-1.0 ===> Configuring for php4-extensions-1.0 ===> Installing for php4-extensions-1.0 ===> php4-extensions-1.0 depends on file: /usr/local/include/php/main/php.h - found ===> php4-extensions-1.0 depends on file: /usr/local/lib/php/20020429/bz2.so - not found ===> Verifying install for /usr/local/lib/php/20020429/bz2.so in /usr/ports/archivers/php4-bz2 ===> Vulnerability check disabled ===> Extracting for php4-bz2-4.3.10_1 >> Checksum OK for php-4.3.10.tar.bz2. ===> Patching for php4-bz2-4.3.10_1 ===> php4-bz2-4.3.10_1 depends on executable: phpize - found ===> php4-bz2-4.3.10_1 depends on file: /usr/local/bin/automake - found ===> php4-bz2-4.3.10_1 depends on file: /usr/local/bin/autoconf - found ===> php4-bz2-4.3.10_1 depends on file: /usr/local/libexec/libtool13/libtool - found ===> PHPizing for php4-bz2-4.3.10_1 aclocal15: not found *** Error code 1 Stop in /backup/ports/archivers/php4-bz2. *** Error code 1 Stop in /backup/ports/lang/php4-extensions. Thanks, - Mark