search for: xml_config

Displaying 4 results from an estimated 4 matches for "xml_config".

2015 Jun 04
2
LXCs using Libvirt
Hi all, I am trying to bring up lxc's using Libvirt JAVA API. I do the following: conn = Connect("lxc:\\\") xml_config = "<domain> .... <\domain>" dom = conn.domainCreateXML(xml_config, 0) dom.create() Using the above code, I am able to start a domain but the domain is not visible within the "lxc" list, i.e when I use the command "lxc-ls --fancy", the domain that was cre...
2015 Jun 05
0
Re: LXCs using Libvirt
On Thu, Jun 04, 2015 at 16:22:43 -0700, Anu Mercian wrote: > Hi all, > > I am trying to bring up lxc's using Libvirt JAVA API. I do the following: > > conn = Connect("lxc:\\\") > > xml_config = "<domain> .... <\domain>" > > dom = conn.domainCreateXML(xml_config, 0) > > dom.create() > > Using the above code, I am able to start a domain but the domain is not > visible within the "lxc" list, i.e > when I use the command "lxc-l...
2009 Mar 11
1
configure fail for XML package on freebsd
Hi, I am having problems installing the XML package with R-devel on freebsd. If I simply do install.packages("XML"), it says that the parser.h file is not found. After reading the INSTALL file, I have set setenv XML_CONFIG /usr/local/bin/xml2-config setenv LIBXML_LIBDIR -L/usr/local/lib setenv LIBXML_INCDIR -I/usr/local/include/libxml2/libxml and install.packages("XML") fails with checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for libxml/parser.h... (cached) no chec...
2003 Oct 09
2
building XML-0.95-1 on MacOS
I am trying to build the XML package on MacOS. I am using the fink installation of libxml-1.8.17. The configuration information is: Configuration information: Libxml settings libxml include directory: /sw/include/gnome-xml libxml library directory: -L/sw/lib -lxml -lz -lz -lxml libxml 2: no Compilation flags: -I/sw/include/gnome-xml -I/sw/include/gnome-xml/libxml