From owner-freebsd-questions@FreeBSD.ORG Mon Apr 7 19:11:48 2008 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 A04FF106564A for ; Mon, 7 Apr 2008 19:11:48 +0000 (UTC) (envelope-from freebsd@rgbaz.eu) Received: from jasper.secsrv.net (jasper.secsrv.net [66.98.138.37]) by mx1.freebsd.org (Postfix) with ESMTP id 7CB858FC1B for ; Mon, 7 Apr 2008 19:11:48 +0000 (UTC) (envelope-from freebsd@rgbaz.eu) Received: from [82.161.18.200] (helo=[10.0.1.104]) by jasper.secsrv.net with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1Jiwkf-0000gs-64 for freebsd-questions@freebsd.org; Mon, 07 Apr 2008 15:11:41 -0400 Message-Id: <23A36BB2-A260-4F31-AD83-2022CE96678D@rgbaz.eu> From: "FreeBSD.Arno" To: freebsd-questions@freebsd.org In-Reply-To: <44d4p1n3qo.fsf@be-well.ilk.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Mon, 7 Apr 2008 21:11:26 +0200 References: <87906B6F-153E-485A-B09B-DEFB3D4B5CB5@rgbaz.eu> <44d4p1n3qo.fsf@be-well.ilk.org> X-Mailer: Apple Mail (2.919.2) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - jasper.secsrv.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - rgbaz.eu X-Source: X-Source-Args: X-Source-Dir: Subject: Re: wireshark 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: Mon, 07 Apr 2008 19:11:48 -0000 Hi Lowell, thanks for your response, On 7 apr 2008, at 16:23, Lowell Gilbert wrote: > "FreeBSD.Arno" writes: > >> I installed wireshark on my computer and got this error trying to run >> it: >> >> /libexec/ld-elf.so.1: /usr/local/lib/libhx509.so.2: Undefined symbol >> "oid_id_pkcs1_rsaEncryption" > > That library doesn't even exist on my machine that has wireshark > installed from ports. > that's strange... what version do you run? i have version 0.99.8 I just did a make config, disabling everything and 'make install clean' even now: me@home# ldd /usr/local/bin/wireshark | grep libhx509 libhx509.so.2 => /usr/local/lib/libhx509.so.2 (0x2a69b000) >> I've found some posts of people reporting the same problem, but none >> of them mention a solution. >> http://www.mail-archive.com/freebsd-ports@freebsd.org/msg10746.html >> >> Did anyone solve this problem yet? >> >> >> uname -a: >> FreeBSD 7.0-STABLE FreeBSD 7.0-STABLE #18: Mon Mar 31 17:48:52 >> CEST 2008 Me@amadeus:/usr/obj/usr/src/sys/KERNEL_7 i386 > > Figure out where that library comes from, and rebuild it and maybe its > dependencies? > > i found there's a bug reported here for subversion, but i don;t have that installed http://www.freebsd.org/cgi/query-pr.cgi?pr=118310 i also found heimdal using this it an people reporting he same error i installed heimdal but the problem remained the same i'll try to figure out why wireshark needs this lib on one machine and not on the other... thanks Arno