kimchi-project / wok

A cherrypy framework for multi-purpose plug-ins
https://github.com/kimchi-project/wok/releases/latest
Other
236 stars 77 forks source link

Alpine Linux 3.6.2 - Error relocating, "symbol not found" #221

Open ghost opened 7 years ago

ghost commented 7 years ago

Hi there,

I've attempted to install wok and kimchi via the Alpine Linux edge package repos. Everything looks OK except I'm not able to get the Kimchi plugin to load. Looking at the wok-error.log file:

Push server created on address /run/user/0/woknotifications *** Ginger Base: Running capabilities tests *** System Report Tool ...: False System Update Tool ...: False GGBREPOS0014E: GGBREPOS0014E Repo Management Tool .: None *** Ginger Base: Capabilities tests completed *** GGBREPOS0014E: GGBREPOS0014E GGBREPOS0014E: GGBREPOS0014E Failed to import plugin plugins.kimchi.Kimchi, error: Class plugins.kimchi.Kimchi can not be imported, error: Error relocating /usr/lib/python2.7/site-packages/libvirtmod.so: virStreamSendHole: symbol not found [22/Jul/2017:21:24:45] ENGINE Listening for SIGHUP. [22/Jul/2017:21:24:45] ENGINE Listening for SIGTERM. [22/Jul/2017:21:24:45] ENGINE Listening for SIGUSR1. [22/Jul/2017:21:24:45] ENGINE Bus STARTING [22/Jul/2017:21:24:45] ENGINE Serving on http://127.0.0.1:8010 [22/Jul/2017:21:24:45] ENGINE Bus STARTED

Any help would be appreciated.

alinefm commented 7 years ago

Hi @id0827502

Seems some problem on libvirt python module. Is libvirt service running properly in your system? Are you able to run the following on a pytthon terminal?

import libvirt
conn = libvirt.open(None)