From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 16:40:51 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B68D716A4DF for ; Wed, 12 Jul 2006 16:40:51 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from zeus.int.dfwlp.com (zeus.dfwlp.com [208.11.134.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60B8F43D46 for ; Wed, 12 Jul 2006 16:40:51 +0000 (GMT) (envelope-from freebsd@dfwlp.com) Received: from mail.dfwlp.com (localhost.int.dfwlp.com [127.0.0.1]) by zeus.int.dfwlp.com (8.13.6/8.13.6) with ESMTP id k6CGentd054637 for ; Wed, 12 Jul 2006 11:40:49 -0500 (CDT) (envelope-from freebsd@dfwlp.com) Received: from 167.246.36.14 (SquirrelMail authenticated user jhorne) by mail.dfwlp.com with HTTP; Wed, 12 Jul 2006 11:40:49 -0500 (CDT) Message-ID: <57741.167.246.36.14.1152722449.squirrel@mail.dfwlp.com> Date: Wed, 12 Jul 2006 11:40:49 -0500 (CDT) From: "Jonathan Horne" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.7 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on zeus.int.dfwlp.com Subject: problems with lang/php5-extensions 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: Wed, 12 Jul 2006 16:40:51 -0000 never had this issue until today. i have box (same config or build process as all my others) that already has net-snmp built from port. today, went to install php5 and php5-extensions. php5 had no issues, but php5-extensions is trying to build ucd-snmp, and then errors out that its incompatible with net-snmp. the 'make config' only has options for snmp-yes or snmp-no... not which snmp port i prefer. ===> Installing for ucd-snmp-4.2.6_4 ===> ucd-snmp-4.2.6_4 conflicts with installed package(s): net-snmp-5.2.2_2 They install files into the same place. Please remove them first with pkg_delete(1). *** Error code 1 Stop in /usr/ports/net-mgmt/net-snmp4. *** Error code 1 Stop in /usr/ports/net-mgmt/php5-snmp. *** Error code 1 Stop in /usr/ports/lang/php5-extensions. FreeBSD fbsd60-2.dev.dfwlp.com 6.1-RELEASE-p2 FreeBSD 6.1-RELEASE-p2 #0: Tue Jun 27 12:02:14 CDT 2006 root@fbsd60-2.dev.dfwlp.com:/usr/obj/usr/src/sys/FBSD60-2 i386 how can i prevent php5-extensions from choose ucd-snmp? thanks, jonathan