search for: lib_

Displaying 4 results from an estimated 4 matches for "lib_".

Did you mean: lib
2012 Sep 11
1
problem starting virt-manager
...e/virt-manager/virt-manager.py", line 247, in main from virtManager import cli File "/usr/share/virt-manager/virtManager/cli.py", line 29, in <module> import libvirt File "/usr/lib64/python2.6/site-packages/libvirt.py", line 25, in <module> raise lib_e ImportError: /usr/lib64/libvirt.so.0: undefined symbol: selinux_virtual_domain_context_path [1]+ Exit 1 virt-manager ========================= As you see, virt-manager does not start. Thanks for any hint. Bernd -- Bernd Lentes Systemadministration Institut f?r Entwicklungs...
2016 Jan 27
0
symbol name conflict in grDevices on linux
...nctions which likely gets passed on during the R build process. Is there any particular reason why grDevices isn't compiled with -fvisibility=hidden like utils (which doesn't exhibit the described problem), and shouldn't that flag and/or -Wl,-Bsymbolic also make its way to R CMD's *LIB_*FLAGS to aid in getting correct builds of custom R libraries too? Thanks --- r.c --- #include<Rinternals.h> #include<Rdefines.h> #include<Rembedded.h> #include<R_ext/Parse.h> #ifdef BUG void colors(){puts("all colours of the rainbow, but not the expected ones");}...
2014 Aug 19
0
How to install libvirt-python from source code?
...tup.py install` to install. But in python, I get errors like: ========== >>> import libvirt Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib64/python2.6/site-packages/libvirt.py", line 28, in <module> raise lib_e ImportError: /usr/lib64/python2.6/site-packages/libvirtmod.so: undefined symbol: virTypedParamsAddBoolean ========== Someone would help? Best regards, Can Zhang
2014 Jan 27
4
[virt-builder] symbol lookup error: /lib64/libgnutls.so.28 - undefined symbol: nettle_secp_256r1
Running virt-builder in a guest Fedora-20 guest hypervisor w/ Rawhide Kernel, throws the below: $ virt-builder fedora-20 --format qcow2 --size 20G virt-builder: symbol lookup error: /lib64/libgnutls.so.28: undefined symbol: nettle_secp_256r1 Version on L1 (guest hypervisor) -------------------------------- $ uname -r; rpm -q libvirt-daemon-kvm qemu-system-x86 \ libguestfs gnutls