Search code examples
linuxlinux-kernelxen

Unable to find libxlutil.so.1.0 on linux


I am modifying the linux kernel to run the xen-4.2.1. and my linux is v3.4.5. After the installation of linux and xen, I executed the following command:

xen list

which gives me the following error:

xl: error while loading shared libraries: libxlutil.so.1.0: cannot open shared object file: No such file or directory

How do I fix this?


Solution

  • @Charles0429 locate the library . usually the library will reside in /usr/lib64. Make a symbolic link to the following folder /usr/lib....:)