#13670 closed defect (invalid)
Error -610 in supR3HardenedMainInitRuntime!
Reported by: | Javier Cáceres | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 4.3.20 |
Keywords: | Cc: | ||
Guest type: | Linux | Host type: | Linux |
Description
Host: Debian Wheezy uname -r: 3.2.0-4-686-pae VBoxManage -v: 4.3.20r96996
VirtualBox: Error -610 in supR3HardenedMainInitRuntime! VirtualBox: dlopen("/usr/lib/virtualbox/VBoxRT.so",) failed: /usr/lib/i386-linux-gnu/libk5crypto.so.3: symbol krb5int_buf_len, version krb5support_0_MIT not defined in file libkrb5support.so.0 with link time reference VirtualBox: Tip! It may help to reinstall VirtualBox.
Attachments (3)
Change History (7)
by , 10 years ago
Attachment: | vbox-install.log added |
---|
comment:1 by , 10 years ago
by , 10 years ago
comment:2 by , 10 years ago
The listed symbols should be /usr/lib/i386-linux-gnu/libkrb5support.so.0.
objdump -T /usr/lib/i386-linux-gnu/libkrb5support.so.0|grep krb5int_buf_len
should show the function. Also, what's the output of
dpkg -s libkrb5support0
by , 10 years ago
Attachment: | libkrb5support0 added |
---|
comment:3 by , 10 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
And that's the problem. The correct version of this package in wheezy is currently 1.10.1, not 1.12.1. Version 1.12.1 has different symbols. Just install apt-show-versions and run
apt-show-versions -a libkrb5support0
You will see which the version you have installed comes from and which version is currently available in wheezy.
That's not a VirtualBox bug.
Note:
See TracTickets
for help on using tickets.
Please attach the output of
to this ticket.