From owner-freebsd-net@FreeBSD.ORG Fri Jun 18 12:06:58 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 EFEF6106566C for ; Fri, 18 Jun 2010 12:06:58 +0000 (UTC) (envelope-from swun2010@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id B05388FC1C for ; Fri, 18 Jun 2010 12:06:58 +0000 (UTC) Received: by gxk27 with SMTP id 27so634479gxk.13 for ; Fri, 18 Jun 2010 05:06:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=5jso9/v5o6DYDJcrZ8+CfCzYr/lYni7JNyDkM/roQPM=; b=YMI95iu5DWw6amT8bHdyOwBW+J/DvNPFlzZ6SHLfvgg630xwXUIaNZEZ1GDU+kewv8 b5U64hSznqUJ4bjq/CcvIE+uRPqkbTR6+k2dGXOG4bLH2GOsPOHQTLBrf7FzpAA8Qpoh kiZ6l8psl8Rt/Qq7DyL76+KwxMq4mdyP7uiSg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ALvuEMvUW1jo9S0GZeF2QOLo2tBJ4zS6ycEyVLIrew++1PVj89YNPw2NCmPG/QnQEN v9ly+9pHsFXLATiDSgW0iPuprRHFwFTfHTnPUgedOBRmcnksNcgm7t+ewH4VSbyg9vqy ex66YwIIrYpjgmjOsu927sS3L0A9RzSgDReaI= MIME-Version: 1.0 Received: by 10.220.127.3 with SMTP id e3mr504389vcs.126.1276862817754; Fri, 18 Jun 2010 05:06:57 -0700 (PDT) Received: by 10.220.72.21 with HTTP; Fri, 18 Jun 2010 05:06:57 -0700 (PDT) Date: Fri, 18 Jun 2010 22:06:57 +1000 Message-ID: From: Sam Wun To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: autom4te: not found - 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: Fri, 18 Jun 2010 12:06:59 -0000 Hi, With FreeBSD 8.1 RC1, Can anyone tell me how to resolve the following error from building cyrus-sasl2? configure: creating ./config.status autom4te --language=m4sh -B libltdl/config libltdl/config/ltmain.m4sh > libltdl/config/ltmain.in autom4te: not found *** Error code 127 Stop in /usr/ports/devel/libtool22/work/libtool-2.2.6b. *** Error code 1 Stop in /usr/ports/devel/libtool22. *** Error code 1 Stop in /usr/ports/security/cyrus-sasl2. *** Error code 1 Thanks S