From owner-freebsd-ports@FreeBSD.ORG Mon Jan 19 15:22:05 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AB91C741; Mon, 19 Jan 2015 15:22:05 +0000 (UTC) Received: from mail-oi0-x230.google.com (mail-oi0-x230.google.com [IPv6:2607:f8b0:4003:c06::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6EBBDBDC; Mon, 19 Jan 2015 15:22:05 +0000 (UTC) Received: by mail-oi0-f48.google.com with SMTP id u20so27152108oif.7; Mon, 19 Jan 2015 07:22:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=GZKKUmEdBGtEC08zUh/hyZrK7177tPTVLPHOD9a1Dks=; b=guC8/fnLcO9urUVMP55/cVHyKhXfrZ21PA9ANTadN57XvRyPG5Dk+C6z5jdhVxOVSJ 5zRUbuXmDLuuEA4Ad6/KYbBqM8UnFKl60sd+LCJAI7FHgAviioz1mEgLvu/s51Kfp7Ii dMucq3x3kp71EBbHZR4noMo+EmudqiwL3xz59xWeNSXdaNF/FrV71z2Xsk8b9pdInj6Z oplIA2qh5VSuJ1bQ/+Qbl8H4LTO5FiTRdh2C6yZWl6wt4yRPIwCUu0PlzMo7+jbw91sr esH0GLF+cdDNCoCJs2myXZ2Xlvy+iaYgIe+T2LfvxMIoh27b26alKA5tsQ71m8uDYhjt EcgQ== MIME-Version: 1.0 X-Received: by 10.182.241.133 with SMTP id wi5mr18448987obc.10.1421680924740; Mon, 19 Jan 2015 07:22:04 -0800 (PST) Received: by 10.76.86.42 with HTTP; Mon, 19 Jan 2015 07:22:04 -0800 (PST) In-Reply-To: <20150119143329.GA69463@exodus.zi0r.com> References: <20150119143329.GA69463@exodus.zi0r.com> Date: Mon, 19 Jan 2015 15:22:04 +0000 Message-ID: Subject: Re: Net-SNMP 5.7.3 with Perl support fails at configure stage From: "Sevan / Venture37" To: Ryan Steinmetz Content-Type: text/plain; charset=UTF-8 Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jan 2015 15:22:05 -0000 On 19 January 2015 at 14:33, Ryan Steinmetz wrote: > Sevan, > > I'm currently working on an update for the port to get it to 5.7.3. In > the interim, you should install 5.7.2 from the ports tree: > > To install the port: cd /usr/ports/net-mgmt/net-snmp/ && make install clean > To add the package: pkg install net-mgmt/net-snmp > > -r Hi Ryan, Sure thing, for the sake of technical discussion, what's the cause of the issue, autoconf?? Sevan