mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 23:45:56 +03:00
[GH-ISSUE #37] Don't run on debian :( #23
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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
@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 :)
@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:
Where can i define the Storage Pool?
@dubrsl commented on GitHub (Jul 30, 2015):
So define the one storage pool. Go to Computer properties (Local)
http://IP/compute/1/storages/
@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