search for: xmlconf

Displaying 3 results from an estimated 3 matches for "xmlconf".

2002 Oct 12
1
XML package
...mental variables to it, it still complains about mismatched header and lib files, which suggests, perhaps, that the test in configure uses something system specific. It works if I point explicitly to the include files for xml1. Both xml1 and xml2 are in /sw, because they come from fink. Maybe use xmlConf.sh or xml2Conf.sh 2. xmlParserError is defined in libxml, but Utils.o tried to override it with a new definition. That does not work in OS X, unless one specifies explicitly that that is what one wants. Adding "-Xlinker -m" to the link of XML.so indicates we need the first definition we...
2004 Aug 06
4
ices compile problems (again...)
...but somehow lost the recipe. I have libxml and libxml2 installed: [root@atisha ices-0.2.2]# ls /usr/local/lib libshout.a libxml2.a libxml.a pkgconfig libshout.la libxml2.la libxml.la xml2Conf.sh libshout.so libxml2.so libxml.so xmlConf.sh libshout.so.1 libxml2.so.2 libxml.so.1 libshout.so.1.0.0 libxml2.so.2.4.2 libxml.so.1.8.14 <p>I must be doing the configure wrong?! ./configure --with-xml-config=/usr/local/lib/libxml2.so . . . Features: libshout: system LAME : no Vorbis : no Perl : yes...
2013 Apr 11
0
Re: [libvirt] [PATCH RESENT 04/12] libxl: populate xenstore memory entries at startup
...arting that domain. In xl we use this as part of the auto balloon of dom0, see xl_cmdimplg.c:freemem. Does libvirt do autoballooning or does it require dom0_mem? Perhaps this is handled at a higher level? Ian. > > Regards, > Jim > > > + > > if (!(libxl_driver->xmlconf = virDomainXMLConfNew(&libxlDomainXMLPrivateDataCallbacks, > > NULL))) > > goto error; > > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org &gt...