Why is qemu-system-x86_64 trying to open("/lib/x86_64-linux-gnu/tls/x86_64/libxenctrl-4.4.so" under Ubuntu 16.04.3 LTS when /lib/x86_64-linux-gnu/tls/x86_64/libxenctrl-4.6.so is an intended .so target?
Ubuntu 16.04.3 LTS previously upgraded from Ubuntu 14.04.
cli cmd:
$ qemu-system-x86_64 -localtime -net user -net nic -m 256 -cdrom minix.iso -drive file=minix.
error:
qemu-system-x86_64: error while loading shared libraries: libxenctrl-4.4.so: cannot open shared object file: No such file or directory
Partial strace:
...open(
$ sudo apt install libxen-4.4
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libxen-4.4 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libxen-4.4' has no installation candidate
File references under libxen-4.4 package should not be used; however, some config remnant existed.
$ sudo apt purge libxen-4.4
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
libxen-4.4*
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 162542 files and directories currently installed.)
Removing libxen-4.4 (4.4.2-
Purging configuration files for libxen-4.4 (4.4.2-
Partial strace:
...
44 [00007f385fb5e367] open("/
Next open() syscall is for /usr/lib/
...
[00007f385fb5e367] open("/
Does libxenstore.so.3.0 contain incorrect calling function parameter to open() sysycall for "/usr/lib/
Temp solution:
lrwxrwxrwx 1 root root 17 Jan 19 20:56 libxenctrl-4.4.so -> libxenctrl-4.6.so
lrwxrwxrwx 1 root root 18 Jan 19 20:57 libxenguest-4.4.so -> libxenguest-4.6.so
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Ubuntu xen Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Manfred Hampl
- Solved:
- Last query:
- Last reply: