[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Instrumenting code from libxl_create.c
On 22/06/16 11:32, TCHANA Alain wrote: > Sorry, > root@controller:/home/controller/dev/xen# ldd /usr/local/sbin/xl > linux-vdso.so.1 => (0x00007ffc3adfe000) > libxlutil.so.4.7 => /usr/local/lib/libxlutil.so.4.7 > (0x00007fb1ddfd1000) > libxenlight.so.4.7 => /usr/local/lib/libxenlight.so.4.7 > (0x00007fb1ddd2e000) Okay, this answers the question why you don't see your modifications. I'm not sure whether you are hit by a bug in the Xen makefiles or by something like a missing adjustment via ldconfig. In your case the easiest solution should be to rebuild and reinstall after calling make distclean ./configure in order to place libxenlight.so to the directory where xl is expecting it. Juergen _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |