From owner-freebsd-questions@FreeBSD.ORG Thu Mar 2 15:56:31 2006 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 6F12516A422 for ; Thu, 2 Mar 2006 15:56:31 +0000 (GMT) (envelope-from ruzzi@compedgeracing.com) Received: from mail.compedgeracing.com (dsl-katy-207-70-139-52.consolidated.net [207.70.139.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17EF143D49 for ; Thu, 2 Mar 2006 15:56:30 +0000 (GMT) (envelope-from ruzzi@compedgeracing.com) Received: from www.compedgeracing.com (localhost [127.0.0.1]) by mail.compedgeracing.com (Postfix) with ESMTP id DF4C25C3B; Thu, 2 Mar 2006 09:56:39 -0600 (CST) Received: from 63.97.49.74 (SquirrelMail authenticated user ruzzi) by www.compedgeracing.com with HTTP; Thu, 2 Mar 2006 09:56:39 -0600 (CST) Message-ID: <2452.63.97.49.74.1141314999.squirrel@www.compedgeracing.com> In-Reply-To: <44070D25.9040200@cruzweb.net> References: <44067D0E.2040205@cruzweb.net> <44067DE9.1030006@gmail.com> <60358.207.70.139.52.1141276653.squirrel@www.compedgeracing.com> <440680A7.1090105@cruzweb.net> <59413.207.70.139.52.1141278094.squirrel@www.compedgeracing.com> <44070D25.9040200@cruzweb.net> Date: Thu, 2 Mar 2006 09:56:39 -0600 (CST) From: "Robert Uzzi" To: john@cruzweb.net User-Agent: SquirrelMail/1.4.6-rc1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: freebsd-questions@freebsd.org Subject: Re: PHP for MySQL question 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: Thu, 02 Mar 2006 15:56:31 -0000 Forwarding to the list. >> >> A quick google make's me think aclocal is part of automake and I >> actually >> found several versions on my system. Check your system and if one is not >> installed that could be the problem. I would have thought it would have >> been installed as a dependency by something along the way. >> >> automake-1.4.6_2 >> automake-1.5_2,1 >> automake-1.9.6 >> > Automake1.5 was the problem, I found it in the ports section and things > seem to be working well. Can't imagine why it just didn't install as a > dependency though. Ooh well, it's all installing now and looks good. > Much thanks. > Glad to have helped, I'm curious why the missing dependency though.