doomedraven
doomedraven
Thanks Claudio, no, that error is due to incorrectly linked dependency, but I can't reproduce it, but I had it in past too
Yes that one is exactly which says what is wrong
No, bcz it works for me El jue, 19 sept 2024, 23:15, xx0red ***@***.***> escribió: > Do you have a fix? > > — > Reply to this email directly,...
Well nested not related to the issue, the thing is that till next deploy of my server and if it fail I won't investigate that, as if I can't reproduce...
btw if you need virt-manager and can't fix that by yourself, you can use https://hub.docker.com/r/mber5/virt-manager is what im using on non linux OS
there is update to build virt-manager, you can try it, but it works here just fine, so if it still doesn't work for you, i can't reproduce it so i...
thanks @skneppel i just found the same. is kinda ok to install things from apt, you just need to be careful and read what extra dependencies it gonna to install,...
if you want to help to spot what is wrong, run by hand this code, line by line as root and see if any error happens, i just rerun it,...
on a vm, getting latest iso and just build a quick vm, run script and after some time just check it. You just need to run everything as root user,...
thanks to gemini, this must works ``` export GI_TYPELIB_PATH=/usr/local/lib/girepository-1.0:$GI_TYPELIB_PATH virt-manager ``` or just ``` sudo cp builddir/libvirt-glib/LibvirtGLib-1.0.typelib /usr/lib/girepository-1.0/ sudo ldconfig ```