https://bugs.freedesktop.org/show_bug.cgi?id=41571
Summary: libglapi.so.0: undefined symbol: is_selinux_enabled Product: Mesa Version: git Platform: All OS/Version: All Status: NEW Severity: critical Priority: medium Component: Mesa core AssignedTo: mesa-dev@lists.freedesktop.org ReportedBy: alexandre.f.dem...@gmail.com After building mesa from git and trying to launch some application, it seems there is a problem with a missing link to selinux. Poking libglapi gives the following: ldd -r /usr/lib/x86_64-linux-gnu/libglapi.so.0 linux-vdso.so.1 => (0x00007fffba5ff000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f620ab0c000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f620a76d000) /lib64/ld-linux-x86-64.so.2 (0x00007f620af90000) undefined symbol: security_get_boolean_active (/usr/lib/x86_64-linux-gnu/libglapi.so.0) undefined symbol: is_selinux_enabled (/usr/lib/x86_64-linux-gnu/libglapi.so.0) undefined symbol: security_get_boolean_pending (/usr/lib/x86_64-linux-gnu/libglapi.so.0) It was also reported by someone else in Red Hat's bugs list: https://bugzilla.redhat.com/show_bug.cgi?id=737259 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev