[libvirt-users] How to install libvirt-python from source code?

19 Aug
2014
19 Aug
'14
6:58 a.m.
Hi, I’d like to install a latest version libvirt on CentOS 6.5. I compiled libvirt, it worked well and then I tried to install libvirt-python. The version is libvirt-python-1.2.7, and I used `python setup.py build` and `sudo python setup.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
4029
Age (days ago)
4029
Last active (days ago)
0 comments
1 participants
participants (1)
-
Can Zhang