[Bug 286032] emulators/linux_base-rl9: add libsigsegv
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 286032] emulators/linux_base-rl9: add libsigsegv"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 11 Apr 2025 05:57:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286032
--- Comment #1 from Maxim Sobolev <sobomax@FreeBSD.org> ---
$ find /compat/linux/ -type f | xargs grep libsigsegv 2>/dev/null
Binary file /compat/linux/usr/bin/gawk matches
Binary file /compat/linux/usr/bin/grep matches
Binary file /compat/linux/usr/lib64/libsigsegv.so.2.0.6 matches
Binary file /compat/linux/usr/lib/libsigsegv.so.2.0.6 matches
$ $ ldd /compat/linux/usr/bin/awk
/compat/linux/usr/bin/awk:
libsigsegv.so.2 => not found (0)
libreadline.so.8 => /usr/local/lib/libreadline.so.8 (0x16887dd30000)
libmpfr.so.6 => /usr/local/lib/libmpfr.so.6 (0x16887dddc000)
libgmp.so.10 => /usr/local/lib/libgmp.so.10 (0x16887e7db000)
libm.so.6 => not found (0)
libc.so.6 => not found (0)
libtinfow.so.9 => /lib/libtinfow.so.9 (0x16887f50d000)
libc.so.7 => /lib/libc.so.7 (0x168880ecf000)
[vdso] (0x16887ce1f000)
--
You are receiving this mail because:
You are the assignee for the bug.