[Bug 215701] unbootable system with 'Shared object "librt.so.1" not found, required by "sh"' message after clang 3.9.1 import

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jan 1 23:52:34 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215701

--- Comment #2 from op at hardenedbsd.org ---
Sorry for the noise. The problem is in our system with enabled SafeStack.

When I compile my system without SafeStack, the seems like everything is fine:

op at blackbird ~> ll /bin/ls
-r-xr-xr-x  1 root  wheel  39072 Dec 26 22:53 /bin/ls
op at blackbird ~> ldd /bin/ls
/bin/ls:
        libxo.so.0 => /lib/libxo.so.0 (0x12344e0a000)
        libutil.so.9 => /lib/libutil.so.9 (0x12345026000)
        libncursesw.so.8 => /lib/libncursesw.so.8 (0x1234523a000)
        libc.so.7 => /lib/libc.so.7 (0x1234438e000)
op at blackbird ~> ll /bin/ls
-r-xr-xr-x  1 root  wheel  39072 Jan  2 00:47 /bin/ls
op at blackbird ~> ldd /bin/ls
/bin/ls:
        libxo.so.0 => /lib/libxo.so.0 (0xf46fa0a000)
        libutil.so.9 => /lib/libutil.so.9 (0xf46fc26000)
        libncursesw.so.8 => /lib/libncursesw.so.8 (0xf46fe3a000)
        libc.so.7 => /lib/libc.so.7 (0xf46ee65000)
op at blackbird ~>

Shawn: please take a look at safestack.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list