Re: 12-ALPHA3: (NanoBSD): ld-elf.so.1: Shared object "libibverbs.so.1" not found, required by "libpcap.so.8"

2018-08-30 Thread O. Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Am Thu, 30 Aug 2018 10:44:25 -0500
Kyle Evans  schrieb:

> On Thu, Aug 30, 2018 at 10:41 AM O. Hartmann  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.

Yes, indeed I do.

So, it is a well-known breakage? Good to know.

Sometimes I get confused by OFED and Mellanox stuff - somehow there is no link 
between
those to designators ;-)

Thanks anyway, I'll enable via "WITH_OFED" the build and will see ...
> 
> Thanks,
> 
> Kyle Evans


Regards,

O. Hartmann


- -- 
O. Hartmann

Ich widerspreche der Nutzung oder Übermittlung meiner Daten für
Werbezwecke oder für die Markt- oder Meinungsforschung (§ 28 Abs. 4 BDSG).
-BEGIN PGP SIGNATURE-

iLUEARMKAB0WIQQZVZMzAtwC2T/86TrS528fyFhYlAUCW4gUOAAKCRDS528fyFhY
lNX1Af951ILatznC0l0NXH9Kpe83XnFjovVm7/IE+3kkGiXxk+lZvwNyTpER4JCo
bq0x5ZixbjjpeRo0B/7zuRu5LXWVAf9NuXeGq6d92dMU6BxOXf+/iQtKZ82v6fby
dP9vItUlk/QFgmsaBvYdedbhBkO2AkR1u29YdrJybIBqpn/FhTWD
=JYf+
-END PGP SIGNATURE-
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: 12-ALPHA3: (NanoBSD): ld-elf.so.1: Shared object "libibverbs.so.1" not found, required by "libpcap.so.8"

2018-08-30 Thread Kyle Evans
On Thu, Aug 30, 2018 at 10:41 AM O. Hartmann  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
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


12-ALPHA3: (NanoBSD): ld-elf.so.1: Shared object "libibverbs.so.1" not found, required by "libpcap.so.8"

2018-08-30 Thread O. Hartmann
-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).

The kernel is completely monolithic on that appliance in question - I do not 
allow the
loading of kernel modules. 

I guess this is a bug or do I miss something here?

Kind regards,

oh
- -- 
O. Hartmann

Ich widerspreche der Nutzung oder Übermittlung meiner Daten für
Werbezwecke oder für die Markt- oder Meinungsforschung (§ 28 Abs. 4 BDSG).
-BEGIN PGP SIGNATURE-

iLUEARMKAB0WIQQZVZMzAtwC2T/86TrS528fyFhYlAUCW4gQEQAKCRDS528fyFhY
lCpuAf9AaMHdaAeAdkUjcZEihbQJSwXXHtubx9DHFE0jZXoQHEwCgMy9WFNuV+nj
HXluOTCKvleEX1nGH1QgdO2GBGUsAgCdRzR2Iw7iHpQUfQ1cMHGijADLjeLSI6/4
GufHiu3K6ZYIsB1YWUPP/6SEduhYUAVACQpkNI7vMtdDOxQ0B4l2
=thgR
-END PGP SIGNATURE-
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"