On Mon, 2005-10-17 at 16:15 -0400, Daniel Veillard wrote: > On Mon, Oct 17, 2005 at 01:08:21PM -0700, Manish Marathe wrote: > > On Mon, 2005-10-17 at 15:48 -0400, Daniel Veillard wrote: > > > > > > yes, http://xmlsoft.org/news.html > > > lot of work on the automated testing of the library went into 2.6.20 > > > current is 2.6.22 from last month. > > > > > > Daniel > > > > Thank You, that helped, although I am getting following error: > > > > /tmp/libxml2-2.6.22/.libs/lt-runtest: error while loading shared > > libraries: libiconv.so.2: cannot open shared object file: No such file > > or directory > > that's not related to libxml2 you have a configuration problem, really. > you can try to "configure --without-shared" to avoid shared libs issues > but you should really fix this ! >
I re-installed libiconv with ./configure --without-shared option for the configure script of libiconv and then re-installed libxml2 and ran tests. Now ./runtest works along with ./runsuite and ./testapi. Thanks for that hint. Also Can I add-up the total tests from all three of them (runtest, runsuite and testapi) to get a final total number of tests executed, total passed, total failed etc... ? _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
