search for: msys_setup

Displaying 6 results from an estimated 6 matches for "msys_setup".

2013 Apr 29
1
Java client error on Windows 7 64 bit for Libvirt on KVM
...see this problem and the connection succeeds. So it looks like the problem is that I am not using 64 bit windows libvirt dlls. Is my assumption correct? Is there a Windows installer with 64 bit Libvirt dlls ? Or are the 64 bit version of DLLs published somewhere? I tried using Matthias Bolte's msys_setup script (I tried in 2 machines) and in both machines, I get the below error when I try to run compile_libxml2.sh as per instructions https://github.com/photron/msys_setup/blob/master/readme_libvirt.txt Last few lines before the error is : >>>>>>>>>>>>>>&gt...
2012 Sep 29
2
can not connect hypervisor using libvirt-0.9.8 on windows
Hi, Eric: I compiled libvirt-0.9.8 source code with the msys environment on windows xp. the compiltion was successed. but when I connect the remote host using virsh.exe, it occured error like: error: Failed to connect to the hypervisor error: Unable to set close-on-exec flag: No such file or directory Is there something wrong? give me some help, thanks! xuanmao_001 -------------- next part
2018 Feb 01
2
libvirt on Windows
...libvirt library. But we would also need an actively developed version for Windows. The links I found on the website for Windows related builds are all pretty outdated and do not really work for me. * https://github.com/SPICE/virt-viewer Last commit 2 years ago * https://github.com/photron/msys_setup Last commit 5 years ago So before getting invested too much, I wanted to ask how is the situation with Windows builds? Is libvirt focused on linux only for now, or do I just need to look somewhat better? Maybe the cross compiling is working? (I didn't try that for now, because I would need to...
2018 Feb 01
0
Re: libvirt on Windows
...> also need an actively developed version for Windows. > The links I found on the website for Windows related builds are all > pretty outdated and do not really work for me. > > * https://github.com/SPICE/virt-viewer Last commit 2 years ago > * https://github.com/photron/msys_setup Last commit 5 years ago Neither of these are supported by the libvirt project - they're 3rd party efforts. > > So before getting invested too much, I wanted to ask how is the situation > with Windows builds? Is libvirt focused on linux only for now, or do I > just need to look so...
2012 Jun 14
0
can not connect hypervisor using libvirt-0.9.11 on windows
Hi,ALL: I compiled the libvirt-0.9.11 source code with mingw on windows according to the website: https://github.com/photron/msys_setup Then I wrote a simple test case ,as below: #include <stdio.h> #include <stdlib.h> #include "libvirt/libvirt.h" int main(int argc,char **argv) { virConnectPtr conn; conn = virConnectOpen("qemu+tcp://192.168.1.6/system"); if (conn = NULL) { fprintf...
2010 Aug 12
1
building libvirt-0.8.3 for windows ( with dlls )
Hi, I'm trying to compile the latest libvirt (0.8.3 ) on windows and the configure fails to find XDR lib. I installed the xdr-4.0-mingw2 and configure complains the XDR library doesn't exist. Should I get another XDR lib? The command I run: $ ./configure --with-esx --without-sasl --without-avahi --without-polkit --without-python --without-xen --without-qemu --without-lxc