From owner-freebsd-net@FreeBSD.ORG Sat Jun 19 00:36:45 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9503C106564A for ; Sat, 19 Jun 2010 00:36:45 +0000 (UTC) (envelope-from swun2010@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 4840C8FC18 for ; Sat, 19 Jun 2010 00:36:45 +0000 (UTC) Received: by vws20 with SMTP id 20so217931vws.13 for ; Fri, 18 Jun 2010 17:36:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=tJ2VZ0eTrPpdQqX45CTdbMDBS+r4WYJ9ReCdOm49R9o=; b=H5b69UDj63Mw4KUeEM1/QDyVR3yDUkcJphgXLleVL7Oo6WrO4d7nzkCOVEAlHFugq6 QDQoVedVn1qwx5iI5m6ECrF117GSaEzniF5IuBHbUtrdyr3IifLi7/RLz4TptHPFwW/c d1Ihl6/0Q1Sltt+/QLvQMxkpr3ZWqhlPJLrl8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=LLD4RIdINLdg9Yepg1zj8iCXjscqTjUK9KBeiZ0W1ILTgU7Ccm6L5x/QWleCtyIoxf IOzFOU4YMEQAeOzJG1fVsjv/pewPIc6DiO2D7L7MZlJBtZS9Pb3sWU0t67VhqFFo+WuN fuhsZ7YdqtpM4YQ2o6Dwjt3F05rIT7i/CJvzA= MIME-Version: 1.0 Received: by 10.220.80.105 with SMTP id s41mr766903vck.52.1276907804604; Fri, 18 Jun 2010 17:36:44 -0700 (PDT) Received: by 10.220.72.21 with HTTP; Fri, 18 Jun 2010 17:36:44 -0700 (PDT) In-Reply-To: References: Date: Sat, 19 Jun 2010 10:36:44 +1000 Message-ID: From: Sam Wun To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: autom4te: not found in FreeBSD 8.1RC1 - please help. X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jun 2010 00:36:45 -0000 Hi, With FreeBSD 8.1 RC1, I got the following error when building cyrus-sasl2 in the Ports: .... configure: creating ./config.status autom4te --language=m4sh -B libltdl/config libltdl/config/ltmain.m4sh libltdl/config/ltmain.in autom4te: not found *** Error code 127 Can anyone tell me how to resolve this problem? Your help is very much appreciated. Thanks Sam