Opened 14 years ago
Closed 5 years ago
#7119 closed defect (obsolete)
[virtualbox_bin] soname bump with vde
Reported by: | pyther | Owned by: | |
---|---|---|---|
Component: | network | Version: | VirtualBox 3.2.6 |
Keywords: | vde | Cc: | |
Guest type: | other | Host type: | Linux |
Description (last modified by )
VDE 2.3 was released yesterday and with the release comes a soname bump. libvdeplug.so.2 is now named libvdeplug.so.3
Error log: 00:00:01.659 rtldrNativeLoad: dlopen('libvdeplug.so.2', RTLD_NOW | RTLD_LOCAL) failed: libvdeplug.so.2: cannot open shared object file: No such file or directory
Maybe we can link against /usr/lib/libvdeplug.so to avoid soname bumps in the future?
Change History (6)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
I don't know if it should be reported here or in the ubuntu forums/bugs.
I have VirtualBox 4.0.2-69518~Ub on ubuntu 10.10, and he package libvde was not installed (any version).
comment:3 by , 14 years ago
pyther: you might want to get in touch with the author of VDE who also wrote the VirtualBox support.
comment:4 by , 14 years ago
geek2010: you probably need to install the right Ubuntu package on your host system.
comment:6 by , 5 years ago
Description: | modified (diff) |
---|---|
Resolution: | → obsolete |
Status: | new → closed |
I should also mention that creating a symlink from libvdeplug.so to libvdeplug.so.2 works without any problems, although this is a dirty fix.