[GH-ISSUE #37] Don't run on debian :( #23

Closed
opened 2026-02-27 15:57:01 +03:00 by kerem · 5 comments
Owner

Originally created by @MaxPower87 on GitHub (Jul 30, 2015).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/37

Any idea how to get it run on debian?
I always get this error message when i try to start the application:

libxml2mod.so: undefined symbol: xmlOutputBufferGetContent

all demanded packages are installed (and even more):

libxml2:amd64 2.8.0+dfsg1-7+wheezy4 amd64
libxml2-dbg:amd64 2.8.0+dfsg1-7+wheezy4 amd64
libxml2-dev:amd64 2.8.0+dfsg1-7+wheezy4 amd64
libxml2-utils 2.8.0+dfsg1-7+wheezy4 amd64
libxml2-utils-dbg 2.8.0+dfsg1-7+wheezy4 amd64
python-libxml2 2.8.0+dfsg1-7+wheezy4 amd64
python-libxml2-dbg 2.8.0+dfsg1-7+wheezy4 amd64
python-lxml 2.8.0+dfsg1-7+wheezy4 amd64

Originally created by @MaxPower87 on GitHub (Jul 30, 2015). Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/37 Any idea how to get it run on debian? I always get this error message when i try to start the application: libxml2mod.so: undefined symbol: xmlOutputBufferGetContent all demanded packages are installed (and even more): libxml2:amd64 2.8.0+dfsg1-7+wheezy4 amd64 libxml2-dbg:amd64 2.8.0+dfsg1-7+wheezy4 amd64 libxml2-dev:amd64 2.8.0+dfsg1-7+wheezy4 amd64 libxml2-utils 2.8.0+dfsg1-7+wheezy4 amd64 libxml2-utils-dbg 2.8.0+dfsg1-7+wheezy4 amd64 python-libxml2 2.8.0+dfsg1-7+wheezy4 amd64 python-libxml2-dbg 2.8.0+dfsg1-7+wheezy4 amd64 python-lxml 2.8.0+dfsg1-7+wheezy4 amd64
kerem closed this issue 2026-02-27 15:57:01 +03:00
Author
Owner

@dubrsl commented on GitHub (Jul 30, 2015):

Try to check if this symbol present in /usr/lib64/libxml2.so
$ readelf -Ws /usr/lib64/libxml2.so | grep xmlOutputBufferGetContent
1616: 0000000000064630 27 FUNC GLOBAL DEFAULT 12 xmlOutputBufferGetContent@@LIBXML2_2.9.0

If not present, you need new libxml2

<!-- gh-comment-id:126233117 --> @dubrsl commented on GitHub (Jul 30, 2015): Try to check if this symbol present in /usr/lib64/libxml2.so $ readelf -Ws /usr/lib64/libxml2.so | grep xmlOutputBufferGetContent 1616: 0000000000064630 27 FUNC GLOBAL DEFAULT 12 xmlOutputBufferGetContent@@LIBXML2_2.9.0 If not present, you need new libxml2
Author
Owner

@MaxPower87 commented on GitHub (Jul 30, 2015):

ok thx for your help.
An upgrade to debian 8 (jessie) with move to systemd (libvirt won't run without systemd due to some dependencies) helped me out :)

<!-- gh-comment-id:126252002 --> @MaxPower87 commented on GitHub (Jul 30, 2015): ok thx for your help. An upgrade to debian 8 (jessie) with move to systemd (libvirt won't run without systemd due to some dependencies) helped me out :)
Author
Owner

@MaxPower87 commented on GitHub (Jul 30, 2015):

Ok now im facing the next issue :(
WebGUI is working, i can create Users, i can connect to my local KVM (Computes) and i can connect this Compute node with an instance.
But right after the connection i get the following error message:

bildschirmfoto 2015-07-30 um 12 12 48

Where can i define the Storage Pool?

<!-- gh-comment-id:126261011 --> @MaxPower87 commented on GitHub (Jul 30, 2015): Ok now im facing the next issue :( WebGUI is working, i can create Users, i can connect to my local KVM (Computes) and i can connect this Compute node with an instance. But right after the connection i get the following error message: ![bildschirmfoto 2015-07-30 um 12 12 48](https://cloud.githubusercontent.com/assets/11743819/8980909/5a3934d4-36b4-11e5-926f-79cd012197a2.png) Where can i define the Storage Pool?
Author
Owner

@dubrsl commented on GitHub (Jul 30, 2015):

So define the one storage pool. Go to Computer properties (Local)
http://IP/compute/1/storages/

<!-- gh-comment-id:126267984 --> @dubrsl commented on GitHub (Jul 30, 2015): So define the one storage pool. Go to Computer properties (Local) http://IP/compute/1/storages/
Author
Owner

@MaxPower87 commented on GitHub (Jul 30, 2015):

ok thx..im blind today...i wasn't aware that i can click an the Name of my new node ....facepalm :D

<!-- gh-comment-id:126269096 --> @MaxPower87 commented on GitHub (Jul 30, 2015): ok thx..im blind today...i wasn't aware that i can click an the Name of my new node ...._facepalm_ :D
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#23
No description provided.