[Bug 280760] Linuxulator: libtinfo.so.6: cannot open shared object file
Date: Sun, 11 Aug 2024 20:46:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280760 Bug ID: 280760 Summary: Linuxulator: libtinfo.so.6: cannot open shared object file Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: kenrap@kennethraplee.com This bug report builds on top of the completion of PR 275295. When running the Brave browser from a Devuan linux jail, it still fails with a shared library loading error when trying to run the jail's bash shell via a "brave-wrapper" script inside the jail. Here is an example run: ``` kenrap@freebsd [~] % linux-brave /usr/jails/devuan/rootfs/bin/bash: error while loading shared libraries: libtinfo.so.6: cannot open shared object file: No such file or directory ``` The Devuan package for this library is already installed and the library files already exist as shown in the following: ``` kenrap@freebsd [~] % ls -l /usr/jails/devuan/rootfs/lib/x86_64-linux-gnu/libtinfo.so.* lrwxr-xr-x 1 root wheel 15 May 7 2023 /usr/jails/devuan/rootfs/lib/x86_64-linux-gnu/libtinfo.so.6 -> libtinfo.so.6.4 -rw-r--r-- 1 root wheel 204088 May 7 2023 /usr/jails/devuan/rootfs/lib/x86_64-linux-gnu/libtinfo.so.6.4 ``` -- You are receiving this mail because: You are the assignee for the bug.