From owner-freebsd-ports@FreeBSD.ORG Mon Jan 19 12:06:05 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1499EA2E; Mon, 19 Jan 2015 12:06:05 +0000 (UTC) Received: from mail-ob0-x234.google.com (mail-ob0-x234.google.com [IPv6:2607:f8b0:4003:c01::234]) (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 CF95FF0; Mon, 19 Jan 2015 12:06:04 +0000 (UTC) Received: by mail-ob0-f180.google.com with SMTP id uz6so12956079obc.11; Mon, 19 Jan 2015 04:06:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=N2i5ISqSqS8bmDfs54KoL9b3yYYW5v+lnUPi5gwGb1c=; b=STYXgTrg0CxVcoM0/DujvT1fpaAICRJ4yskbDaXvxoqvMGMgVnzd74dIZYufDGE4h5 F0mvEqOrWR1DdSD8iE9UzeEk4UWAXYxSScGGw2MEbJK633HVE0TgL4WbWvbaiZZxuFl/ d2SA4B6rKNnb1+gJDoQ16rQohuvfkopyNWmq4W+G+XlNityS8j5W4h05mskHQxH3qjsp tDoqDCMZot1qblR+WrQMLnMdx1RRcNmf88c+5NBKM/VFD/JY7rh29aEuEBuF6w9bG5sn SLjVqC96Br3UMgbivgYI/esaS7YBRu27N6Cedu+mVyssN6WLF+CRoeWd0oVRQt7/lhB+ 9H7w== MIME-Version: 1.0 X-Received: by 10.202.210.71 with SMTP id j68mr1043288oig.131.1421669164140; Mon, 19 Jan 2015 04:06:04 -0800 (PST) Received: by 10.76.86.42 with HTTP; Mon, 19 Jan 2015 04:06:04 -0800 (PST) Date: Mon, 19 Jan 2015 12:06:04 +0000 Message-ID: Subject: Net-SNMP 5.7.3 with Perl support fails at configure stage From: "Sevan / Venture37" To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: zi@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 12:06:05 -0000 Hi, I posted this question to the net-snmp-users list but didn't hear any response back, if you try to configure v5.7.3 with Perl support enabled, it fails requesting that --enable-shared is specified, even when it's specified. Observed on FreeBSD/AMD64 10.1-RELEASE with Perl installed form via pkg. My original post to the net-snmp-users list with perl -V output & snippet from config.log https://www.marc.info/?l=net-snmp-users&m=142082652512936&w=2 Sevan / Venture37