Date: Fri, 15 Sep 2023 09:18:21 +0000 From: bugzilla-noreply@freebsd.org To: pkgbase@FreeBSD.org Subject: [Bug 273783] pkgbase: The libraries currently contained in runtime and utilities should be split out Message-ID: <bug-273783-36141-BS3KthLsbR@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-273783-36141@https.bugs.freebsd.org/bugzilla/> References: <bug-273783-36141@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
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.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273783-36141-BS3KthLsbR>
