From owner-freebsd-questions@FreeBSD.ORG Mon Sep 22 14:17:06 2003 Return-Path: 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 99C2716A4B3 for ; Mon, 22 Sep 2003 14:17:06 -0700 (PDT) Received: from dentrita.perpels.com (95.Red-217-126-9.pooles.rima-tde.net [217.126.9.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id E508743FE0 for ; Mon, 22 Sep 2003 14:17:04 -0700 (PDT) (envelope-from drio@perpels.com) Received: from big.perpels.com (unknown [192.168.0.5]) by dentrita.perpels.com (Postfix) with ESMTP id BE2021A4 for ; Mon, 22 Sep 2003 23:17:02 +0200 (CEST) Received: by big.perpels.com (Postfix, from userid 1000) id 4EE815672; Mon, 22 Sep 2003 23:17:02 +0200 (CEST) Date: Mon, 22 Sep 2003 23:17:02 +0200 From: David Rio To: freebsd-questions@freebsd.org Message-ID: <20030922211702.GA81117@perpels.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: ethereal port - problems linking with libnetsnmp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Sep 2003 21:17:06 -0000 X-List-Received-Date: Mon, 22 Sep 2003 21:17:06 -0000 Hi all: I am trying to install ethereal from ports. But I always get the same error at the link stage: .... /usr/local/lib/libnetsnmp.so: undefined reference to `des_cbc_encrypt' /usr/local/lib/libnetsnmp.so: undefined reference to `des_key_sched' /usr/local/lib/libnetsnmp.so: undefined reference to `des_ncbc_encrypt' .... It seems that ethereal port expects another libnetsnmp which is really curious because I have the lib version which ports requires: big:/usr/ports/net/ethereal $ make pretty-print-build-depends-list ... net-snmp-5.0.9 ... big:/usr/ports/net/ethereal $ portversion -v | grep net-snmp net-snmp-5.0.9 = up-to-date with port So it seems that ethereal requires a library which when linked with ethereal sources doesn't offer the necessary simbols. Anyone can help me with this topic? BTW, My ports are up to date. I have tried to deinstall net-snmp-5.0.9 but I get the same error as well.