Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Apr 2008 15:21:30 -0400
From:      Lowell Gilbert <freebsd-questions-local@be-well.ilk.org>
To:        "FreeBSD.Arno" <freebsd@rgbaz.eu>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: wireshark
Message-ID:  <447if95v45.fsf@be-well.ilk.org>
In-Reply-To: <23A36BB2-A260-4F31-AD83-2022CE96678D@rgbaz.eu> (FreeBSD Arno's message of "Mon\, 7 Apr 2008 21\:11\:26 %2B0200")
References:  <87906B6F-153E-485A-B09B-DEFB3D4B5CB5@rgbaz.eu> <44d4p1n3qo.fsf@be-well.ilk.org> <23A36BB2-A260-4F31-AD83-2022CE96678D@rgbaz.eu>

next in thread | previous in thread | raw e-mail | index | archive | help
"FreeBSD.Arno" <freebsd@rgbaz.eu> writes:

> Hi Lowell, thanks for your response,
>
> On 7 apr 2008, at 16:23, Lowell Gilbert wrote:
>
>> "FreeBSD.Arno" <freebsd@rgbaz.eu> 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 don't run it, I just built it long enough to check for you.

> 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 used the default configurations:
# This file is auto-generated by 'make config'.
# No user-servicable parts inside!
# Options for wireshark-0.99.8_2
_OPTIONS_READ=wireshark-0.99.8_2
WITHOUT_RTP=true
WITH_SNMP=true
WITH_ADNS=true
WITH_PCRE=true
WITH_IPV6=true

>
>>> 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 <ip> 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...

The key clue is probably in what provides that library.  Which is
Heimdal, so that *should* provide the library.  

Did you install wireshark from a package?  That may have been built
with a different set of options and/or for a different FreeBSD release.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?447if95v45.fsf>