From owner-freebsd-questions@FreeBSD.ORG Wed Jul 27 18:02:03 2011 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62644106564A for ; Wed, 27 Jul 2011 18:02:03 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout020.mac.com (asmtpout020.mac.com [17.148.16.95]) by mx1.freebsd.org (Postfix) with ESMTP id 4A0108FC12 for ; Wed, 27 Jul 2011 18:02:03 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from cswiger1.apple.com ([17.209.4.71]) by asmtp020.mac.com (Oracle Communications Messaging Exchange Server 7u4-20.01 64bit (built Nov 21 2010)) with ESMTPSA id <0LP000MER7EU2K90@asmtp020.mac.com> for freebsd-questions@FreeBSD.ORG; Wed, 27 Jul 2011 11:01:42 -0700 (PDT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.4.6813,1.0.211,0.0.0000 definitions=2011-07-27_05:2011-07-27, 2011-07-27, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=1 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=6.0.2-1012030000 definitions=main-1107270152 From: Chuck Swiger In-reply-to: Date: Wed, 27 Jul 2011 11:01:42 -0700 Message-id: <26D26E85-5C81-45B3-9F7F-CA855517B15D@mac.com> References: To: doug@safeport.com X-Mailer: Apple Mail (2.1084) Cc: freebsd-questions@FreeBSD.ORG Subject: Re: build problem trying to upgrade a 7.0 system 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: Wed, 27 Jul 2011 18:02:03 -0000 On Jul 27, 2011, at 10:55 AM, doug wrote: > Some is amiss as: > > bcr:~# /usr/local/bin/autom4te-2.62 > /usr/local/bin/autom4te-2.62: Command not found. > > How do I find out what the actual error is? What does "head -3 /usr/local/bin/autom4te-2.62" say? One guess is that it's pointing to an invalid invocation of perl.... Regards, -- -Chuck