Hello, I have a Problem with KVM virtualization.
I'm new in Linux and just begin to learn virtualization
When I start Virtual Machine Manager (GUI for KVM) using
I got this error Message:
Code:
Error starting Virtual Machine Manager: /lib64/libgtk-vnc-1.0.so.0: undefined symbol: vnc_connection_open_addr
and this is details about the message:
Code:
Error starting Virtual Machine Manager: /lib64/libgtk-vnc-1.0.so.0: undefined symbol: vnc_connection_open_addr
Traceback (most recent call last):
File "/usr/share/virt-manager/virt-manager.py", line 383, in <module>
main()
File "/usr/share/virt-manager/virt-manager.py", line 335, in main
from virtManager.engine import vmmEngine
File "/usr/share/virt-manager/virtManager/engine.py", line 42, in <module>
from virtManager.details import vmmDetails
File "/usr/share/virt-manager/virtManager/details.py", line 33, in <module>
from virtManager.console import vmmConsolePages
File "/usr/share/virt-manager/virtManager/console.py", line 28, in <module>
import gtkvnc
ImportError: /lib64/libgtk-vnc-1.0.so.0: undefined symbol: vnc_connection_open_addr
I am using Fedora 17 64 bits
I attached the message's screenshot just in case.
what should I do?
p.s: I never have experiences with python
Sorry for my English
Regards