Re: [libvirt] libprl_sdk.so.7 library dependancies

2015-11-27 Thread Daniel P. Berrange
On Fri, Nov 27, 2015 at 07:48:10PM +0300, Maxim Nestratov wrote: > 26.11.2015 20:08, Maxim Nestratov пишет: > >26.11.2015 18:19, Daniel P. Berrange пишет: > >>In debugging some recent problem I was rather surprised to find that > >>libvirt.so was linked against Qt, X11 and GObject. It turns out

Re: [libvirt] libprl_sdk.so.7 library dependancies

2015-11-27 Thread Maxim Nestratov
26.11.2015 20:08, Maxim Nestratov пишет: 26.11.2015 18:19, Daniel P. Berrange пишет: In debugging some recent problem I was rather surprised to find that libvirt.so was linked against Qt, X11 and GObject. It turns out that this is due to the VZ driver linking to libprl_sdk.so which pulls in

Re: [libvirt] libprl_sdk.so.7 library dependancies

2015-11-27 Thread Maxim Nestratov
27.11.2015 20:46, Daniel P. Berrange пишет: On Fri, Nov 27, 2015 at 07:48:10PM +0300, Maxim Nestratov wrote: 26.11.2015 20:08, Maxim Nestratov пишет: 26.11.2015 18:19, Daniel P. Berrange пишет: In debugging some recent problem I was rather surprised to find that libvirt.so was linked against

Re: [libvirt] libprl_sdk.so.7 library dependancies

2015-11-27 Thread Daniel P. Berrange
On Fri, Nov 27, 2015 at 09:08:03PM +0300, Maxim Nestratov wrote: > 27.11.2015 20:46, Daniel P. Berrange пишет: > >On Fri, Nov 27, 2015 at 07:48:10PM +0300, Maxim Nestratov wrote: > >>26.11.2015 20:08, Maxim Nestratov пишет: > >>>26.11.2015 18:19, Daniel P. Berrange пишет: > >So none of the GUI

[libvirt] libprl_sdk.so.7 library dependancies

2015-11-26 Thread Daniel P. Berrange
In debugging some recent problem I was rather surprised to find that libvirt.so was linked against Qt, X11 and GObject. It turns out that this is due to the VZ driver linking to libprl_sdk.so which pulls in all these libs: $ ldd /usr/lib64/libprl_sdk.so.7.0.26 linux-vdso.so.1

Re: [libvirt] libprl_sdk.so.7 library dependancies

2015-11-26 Thread Maxim Nestratov
26.11.2015 18:19, Daniel P. Berrange пишет: In debugging some recent problem I was rather surprised to find that libvirt.so was linked against Qt, X11 and GObject. It turns out that this is due to the VZ driver linking to libprl_sdk.so which pulls in all these libs: $ ldd