Problem solved, please close this bug.

VBox binaries is all suid, so there is new restriction active after update of libc6 package. On all VBox 'so' files RPATH=$ORIGIN is set and actually ignored by loader because of unpriviledged user run suid
binaries.

My workaround for this is:
find /opt/virtualbox/ -name \*.so -type f -exec ln -s -t /lib '{}' ';'
I can't reinstall or use packaged Virtualbox on production machines.



--
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4cdbf507.9060...@i-tel.sk

Reply via email to