From owner-freebsd-questions@FreeBSD.ORG Tue Dec 1 18:56:04 2009 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 23CD6106566C for ; Tue, 1 Dec 2009 18:56:04 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.freebsd.org (Postfix) with ESMTP id 5147C8FC08 for ; Tue, 1 Dec 2009 18:55:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by ezekiel.daleco.biz (8.14.3/8.14.2) with ESMTP id nB1IsuHs081582; Tue, 1 Dec 2009 12:55:11 -0600 (CST) (envelope-from kdk@daleco.biz) X-Virus-Scanned: amavisd-new at daleco.biz Received: from ezekiel.daleco.biz ([127.0.0.1]) by localhost (ezekiel.daleco.biz [127.0.0.1]) (amavisd-new, port 10024) with LMTP id tAtjn67L6Qao; Tue, 1 Dec 2009 12:53:21 -0600 (CST) Received: from archangel.daleco.biz (ezekiel.daleco.biz [66.76.92.18]) by ezekiel.daleco.biz (8.14.3/8.14.3) with ESMTP id nB1IoQSq081510; Tue, 1 Dec 2009 12:50:48 -0600 (CST) (envelope-from kdk@daleco.biz) Message-ID: <4B156572.2040506@daleco.biz> Date: Tue, 01 Dec 2009 12:50:26 -0600 From: Kevin Kinsey User-Agent: Thunderbird 2.0.0.23 (X11/20090929) MIME-Version: 1.0 To: "B. Cook" References: <4B154A46.9000809@poughkeepsieschools.org> In-Reply-To: <4B154A46.9000809@poughkeepsieschools.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: problem with php5-snmp 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: Tue, 01 Dec 2009 18:56:04 -0000 B. Cook wrote: > Trying to update all ports since updating to 8.0.. > > already rebuilt all ports and did a yes | make delete-old-libs so none > of that is the problem.. > > php5-snmp would not rebuild. > > Not sure where the problem is.. > > but below is tons of output.. > checking for snmp_parse_oid in -lnetsnmp... no > checking for init_snmp in -lnetsnmp... no > configure: error: SNMP sanity check failed. Please check config.log for > more information. So what does "config.log" say? It should be at /usr/ports/net-mgmt/php5-snmp/work/{$PORTNAME}/config.log and *might* have useful information. HTH, Kevin Kinsey