Changes between Initial Version and Version 1 of Ticket #22193, comment 1
- Timestamp:
- Oct 17, 2024 1:49:19 AM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22193, comment 1
initial v1 1 1 Also broken on Fedora 40 and fixed by running 2 2 3 cd /usr/lib64/virtualbox 4 ln -s ../libpthread.so.0 libpthread.so 5 ln -s ../libdl.so.2 libdl.so 3 cd /usr/lib64/virtualbox\\ 4 ln -s ../libpthread.so.0 libpthread.so\\ 5 ln -s ../libdl.so.2 libdl.so\\ 6 6 7 7 Tried with just the libdl.so symlink first but still failed until the libpthread one was created too.