Opened 9 years ago
Closed 9 years ago
#15634 closed defect (fixed)
VirtualBox-5.1-5.1.0_108711_el5-1.x86_64 DOA (libxcb.so.1 not found) => Fixed in SVN
Reported by: | tru_tru | Owned by: | |
---|---|---|---|
Component: | GUI | Version: | VirtualBox 5.1.0 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | Linux |
Description (last modified by )
[tru@sillage 5.1.0]$ type VirtualBox VirtualBox is hashed (/usr/bin/VirtualBox) [tru@sillage 5.1.0]$ rpm -qf /usr/bin/VirtualBox VirtualBox-5.1-5.1.0_108711_el5-1.x86_64 [tru@sillage 5.1.0]$ ldd /usr/lib/virtualbox/VirtualBox.so|grep -i not libxcb.so.1 => not found although /usr/lib/virtualbox/legacy/libxcb.so.1 is provided
missing config file for /etc/ld.so.conf.d ?
[tru@sillage 5.1.0]$ VirtualBox VirtualBox: supR3HardenedMainGetTrustedMain: dlopen("/usr/lib/virtualbox/VirtualBox.so",) failed: libxcb.so.1: cannot open shared object file: No such file or directory
export LD_LIBRARY_PATH=/usr/lib/virtualbox/legacy/:$LD_LIBRARY_PATH
does not help
[tru@sillage 5.1.0]$ ldd /usr/lib/virtualbox/VirtualBox.so|grep legacy libxcb.so.1 => /usr/lib/virtualbox/legacy/libxcb.so.1 (0x00002aaf12cf4000) libX11.so.6 => /usr/lib/virtualbox/legacy/libX11.so.6 (0x00002aaf13d0f000) [tru@sillage 5.1.0]$ VirtualBox VirtualBox: supR3HardenedMainGetTrustedMain: dlopen("/usr/lib/virtualbox/VirtualBox.so",) failed: libxcb.so.1: cannot open shared object file: No such file or directory
Change History (4)
comment:1 by , 9 years ago
Description: | modified (diff) |
---|
comment:2 by , 9 years ago
comment:3 by , 9 years ago
Summary: | VirtualBox-5.1-5.1.0_108711_el5-1.x86_64 DOA (libxcb.so.1 not found) → VirtualBox-5.1-5.1.0_108711_el5-1.x86_64 DOA (libxcb.so.1 not found) => Fixed in SVN |
---|
Note:
See TracTickets
for help on using tickets.
Fixed in the most recent 5.1 test build (> 108840).