I'm trying to install libguestfs on my proxmox server.
When I try to install it using apt-get, it asks for qemu-kvm to be installed and installing qemu-kvm will mess up everything.
Also, when I try to compile libguestfs from source, I get the following error when running 'make':
Does anyone know how to install libguestfs on a proxmox box?
When I try to install it using apt-get, it asks for qemu-kvm to be installed and installing qemu-kvm will mess up everything.
Code:
The following packages have unmet dependencies:
libguestfs0 : Depends: qemu-kvm (>= 0.13) but it is not going to be installed
Also, when I try to compile libguestfs from source, I get the following error when running 'make':
Code:
guestfish-progress.o: In function `progress_bar_set':
/root/libguestfs/libguestfs-1.18.0/fish/progress.c:274: undefined reference to `tgetnum'
Does anyone know how to install libguestfs on a proxmox box?