Changes between Initial Version and Version 1 of Ticket #18324, comment 13
- Timestamp:
- Apr 18, 2019 10:53:18 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18324, comment 13
initial v1 1 The issue reproduces in new release v6.0.6.1 The issue is reproduced in the new stable release - 6.0.6. So I guess there was some regression between the test builds and the release. 2 2 3 I used the following to fix it (run this in your guest):3 You can still fix it locally by adding the missing dependency: 4 4 {{{ 5 sudo apt install patchelf 5 sudo apt install patchelf # For Debian/Ubuntu etc. 6 6 sudo patchelf --add-needed libcrypt.so.1 /opt/VBoxGuestAdditions-6.0.6/lib/VBoxOGLcrutil.so 7 7 }}}