Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Aug 2018 10:44:25 -0500
From:      Kyle Evans <kevans@freebsd.org>
To:        "O. Hartmann" <ohartmann@walstatt.org>
Cc:        FreeBSD Current <freebsd-current@freebsd.org>
Subject:   Re: 12-ALPHA3: (NanoBSD): ld-elf.so.1: Shared object "libibverbs.so.1" not found, required by "libpcap.so.8"
Message-ID:  <CACNAnaHxOj0aK%2BNE5=3H-JiUT2mQ_c8M6wvq0mQE-14FGQUhaA@mail.gmail.com>
In-Reply-To: <20180830174105.454fbacf@thor.intern.walstatt.dynvpn.de>
References:  <20180830174105.454fbacf@thor.intern.walstatt.dynvpn.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Aug 30, 2018 at 10:41 AM O. Hartmann <ohartmann@walstatt.org> wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA512
>
> Running a NanoBSD with lots of "WITHOUT_" tags reducing the size, it seems that with one
> of those excluded build/install opts I also exclude a crucial library, namely
> "libibverbs.so.1", since ipfwpcap seems to require it:
>
> [...]
>  root@host-puking-alot:~ # ipfwpcap
> ld-elf.so.1: Shared object "libibverbs.so.1" not found, required by "libpcap.so.8"
>
> [...]
>
> Checking via ldd on "libpcap.so.8" reveals strange things:
>
> [...]
>  root@host-puking-alot:~ # ldd /lib/libpcap.so.8
> /lib/libpcap.so.8:
>         libibverbs.so.1 => not found (0)
>         libmlx5.so.1 => not found (0)
>         libc.so.7 => /lib/libc.so.7 (0x80024a000)
> [...]
>
> So, I do not have any Mellanox device, therefore I do not build nor install drivers
> and or modules (refering to the libmlx5.so.1).
>

You set WITHOUT_OFED=yes, right? That's a default now, so that'll stop
the dependency on ofed/ bits in libpcap. This is still breakage that
needs to be fixed, but that should workaround it for you.

Thanks,

Kyle Evans



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CACNAnaHxOj0aK%2BNE5=3H-JiUT2mQ_c8M6wvq0mQE-14FGQUhaA>