[Bug 273783] pkgbase: The libraries currently contained in runtime and utilities should be split out
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 15 Sep 2023 09:18:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273783 --- Comment #4 from Emmanuel Vadot <manu@freebsd.org> --- manu@skull:~ $ pkg which -p pfctl /sbin/pfctl was installed by package FreeBSD-pf-14.a2.20230821073851 manu@skull:~ $ ldd /sbin/pfctl /sbin/pfctl: libm.so.5 => /lib/libm.so.5 (0x2aa18f20000) libmd.so.6 => /lib/libmd.so.6 (0x2aa19115000) libnv.so.1 => /lib/libnv.so.1 (0x2aa19da4000) libc.so.7 => /lib/libc.so.7 (0x2aa1bb57000) [vdso] (0x2aa18168000) manu@skull:~ $ pkg which /lib/libm.so.5 /lib/libm.so.5 was installed by package FreeBSD-clibs-14.a2.20230821073851 manu@skull:~ $ pkg which /lib/libmd.so.6 /lib/libmd.so.6 was installed by package FreeBSD-runtime-14.a2.20230821073851 manu@skull:~ $ pkg which /lib/libnv.so.1 /lib/libnv.so.1 was installed by package FreeBSD-runtime-14.a2.20230821073851 manu@skull:~ $ pkg which /lib/libc.so.7 /lib/libc.so.7 was installed by package FreeBSD-clibs-14.a2.20230821073851 pfctl isn't your problem I think -- You are receiving this mail because: You are the assignee for the bug.