[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] shared lib path errors
On 02/20/2015 10:44 AM, Wayne Mills wrote: Hi,As part of a dev activity, I built Xen 4.5.0 from source and installed it successfully on my Ubuntu 14.04 server, However I am getting this error when running "xl list":xl: error while loading shared libraries: libxlutil.so.4.3: cannot open shared object file: No such file or directoryBased on some archived threads, I verified the following.--> This soft link & file exist in /usr/local/lib: libxlutil.so.4.3 -> libxlutil.so.4.3.0--> /etc/ld.so.conf has this line: "include /etc/ld.so.conf.d/*.conf" --> /etc/ld.so.conf.d/libc.conf has this content: line 1: # libc default configuration line 2: /usr/local/libBased on archived threads, xl should be searching /usr/local/lib based on the above. But it is obviously not. Meanwhile I tried linking the /usr/local/lib copy to /usr/lib. That worked (but now it's complaining similarly about not finding libxenlight). Not sure it matters but one final detail: echo $LD_LIBRARY_PATH from my shell shows nothing.Are there any solutions recommended other than putting soft links in /usr/lib?Thanks, Wayne I don't know if this is the best solution, but in the past when I've encountered this error I used ldconfig and pointed to the location where my Xen libraries were installed (and then reboot). So for you, probably: ldconfig /usr/local/lib Attachment:
smime.p7s _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |