DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13192>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13192 core dump of SAXCount and SAX2Count ------- Additional Comments From [EMAIL PROTECTED] 2002-10-09 00:22 ------- How did I determine everything was gone: rm -f /usr/local/lib/libxerces-c.so* # SAXCount SAXCount: error while loading shared libraries: libxerces-c.so.21: cannot open shared object file: No such file or directory Next copied the new libs to /usr/local/lib. Tried the new SAXCount, SAX2Count, DOMCount, all gave this: # ./../bin/SAX2Count personal.xml personal.xml: 21 ms (37 elems, 12 attrs, 134 spaces, 134 chars) Segmentation fault (core dumped) Next I downloaded the sources from the same location (sept 30, 2002 build). Build by going to the source, configure and make. It does not really help that you're not warned if XERCESCROOT is not set correctly. Seems it checks for existence? No idea what ICUROOT is good for, so not set. Building failed with: make -C parsers make[1]: Entering directory `/u2/pub/XML/XSLT/xerces-c-src_2002-09-30/src/xercesc/parsers' mkdir -p /home/berend/pub/XML/XSLT/xerces-c-src_2002-09-30/src/include/xercesc/parsers cp -fp AbstractDOMParser.hpp DOMBuilderImpl.hpp XercesDOMParser.hpp SAXParser.hpp SAX2XMLReaderImpl.hpp /home/berend/pub/XML/XSLT/xerces-c-src_2002-09-30/src/include/xercesc/parsers c++ -fPIC -DLINUX -D_REENTRANT -c -I/home/berend/pub/XML/XSLT/xerces-c-src_2002-09-30/src/include -I/home/berend/pub/XML/XSLT/xerces-c-src_2002-09-30/src/src -g -O2 -o /home/berend/pub/XML/XSLT/xerces-c-src_2002-09-30/src/obj/LINUX/AbstractDOMParser.o AbstractDOMParser.cpp AbstractDOMParser.cpp:80:44: xercesc/dom/impl/DOMAttrImpl.hpp: No such file or directory AbstractDOMParser.cpp:83:44: xercesc/dom/impl/DOMTextImpl.hpp: No such file or directory No idea what's wrong. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
