[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Install Xen 4.4-Unstable
On 10/26/2013 01:51 AM, Ian Campbell wrote: On Fri, 2013-10-25 at 20:49 -0500, John Wargo wrote:[root@Hypervisor /]# find -name "libxlutil*" ./usr/lib64/libxlutil.a ./usr/lib64/libxlutil.so ./usr/lib64/libxlutil.so.4.3 ./usr/lib64/libxlutil.so.4.3.0 ./usr/local/lib/libxlutil.a ./usr/local/lib/libxlutil.so ./usr/local/lib/libxlutil.so.4.3 ./usr/local/lib/libxlutil.so.4.3.0You appear to have two parallel installations of Xen here, one with prefix=/usr and one with prefix=/usr/local. Have you tried invoking configure with a variety of options at some point? Having two installs could be causing all sorts of confusion, and will certainly trip you up in the future. You should clean one of them up ("make uninstall" in a tree ./configure'd however you did it initially would be a good start).[root@Hypervisor /]# which xl /usr/bin/which: no xl in (/usr/lib64/ccache:/sbin:/bin:/usr/sbin:/usr/bin)This suggests that the installation in prefix=/usr is somehow incomplete (or else xl would be in /usr/sbin/xl) so that is probably the one to get rid of. If you are going to use prefix=/usr/local (which is a good idea to keep installed from source stuff separate to package managed stuff) then it seems like your distro requires you to add /usr/local/{sbin,bin} to your $PATH manually. However this result also conflicts with the log you posted previously for the output of "ldd `which xl`" where obviously an xl must have been found. Do you have only a single system you are experimenting with or could that result have been a different one? Maybe you just forgot to amend your $PATH in this case? Ian. Ian,After removing both installs, then installing xen to /usr/local, I added /usr/local/sbin to my path, and it all works great now. Thanks for your time, -John _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |