[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] xen-unstable unable to boot on Wheezy
On Mon, 2012-02-20 at 10:06 +0000, Fantu wrote: > This is build log file: > http://xen.1045712.n5.nabble.com/file/n5498606/xenbuild3.log xenbuild3.log > About various libxl are build and installed: > ls /usr/lib64/ This is not in the library path for a Debian Wheezy (or later) systems due to changes surrounding the implementation of multiarch. This has been discussed on the list a couple of times this year -- please check the archives (might have been in the context of Ubuntu which has the same issue). You need to override config/StdGNU.mk:LIBDIR* to build on a Debian system. I use the following. Hopefully this will be fixed properly by the autoconf patches. Ian. diff -r 6ba9b19e1d79 config/StdGNU.mk --- a/config/StdGNU.mk Mon Feb 20 10:33:54 2012 +0000 +++ b/config/StdGNU.mk Mon Feb 20 10:34:05 2012 +0000 @@ -34,7 +34,7 @@ BINDIR = $(PREFIX)/bin INCLUDEDIR = $(PREFIX)/include LIBLEAFDIR = lib LIBLEAFDIR_x86_32 = lib -LIBLEAFDIR_x86_64 ?= lib64 +LIBLEAFDIR_x86_64 ?= lib LIBDIR = $(PREFIX)/$(LIBLEAFDIR) LIBDIR_x86_32 = $(PREFIX)/$(LIBLEAFDIR_x86_32) LIBDIR_x86_64 = $(PREFIX)/$(LIBLEAFDIR_x86_64) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |