[Mesa-dev] [Bug 41571] New: libglapi.so.0: undefined symbol: is_selinux_enabled
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Oct 7 13:31:34 PDT 2011
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 at lists.freedesktop.org
ReportedBy: alexandre.f.demers at 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.
More information about the mesa-dev
mailing list