You are totally correct, I didn&#39;t have xerces support.&nbsp; <br><br>So, I&#39;m not sure if you can help me here but it&#39;s worth a shot.&nbsp; I download and build Xerces, then work on rebuilding gdal with xerces support.<br>
<br>After fighting through the first round of configuration options, I&#39;m stuck at building.<br><br>Gdal configured with: ./configure CFLAGS=-fPIC CPPFLAGS=-fPIC CXXFLAGS=-fPIC --with-ogr --without-python --with-xerces=/usr/local/src/xerces-c-src_2_7_0
<br><br><br>Here&#39;s my error:<br>g++ ogrinfo.o -o .libs/ogrinfo&nbsp; /usr/local/src/gdal-1.4.2/.libs/libgdal.so -L/usr/local/lib -L/usr/local/src/xerces-c-src_2_7_0/lib -lxerces-c -lpthread -lrt -L/usr/lib64 -lcurl -L/usr/kerberos/lib -L/usr/kerberos/lib64 -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -Wl,--rpath -Wl,/usr/lib64
<br>/usr/local/src/gdal-1.4.2/.libs/libgdal.so: undefined reference to `typeinfo for XMLEntityDecl&#39;<br>/usr/local/src/gdal-1.4.2/.libs/libgdal.so: undefined reference to `XMLString::transcode(char const*)&#39;<br>/usr/local/src/gdal-
1.4.2/.libs/libgdal.so: undefined reference to `SAX2XMLReaderImpl::SAX2XMLReaderImpl()&#39;<br>/usr/local/src/gdal-1.4.2/.libs/libgdal.so: undefined reference to `typeinfo for SAXParseException&#39;<br>/usr/local/src/gdal-
1.4.2/.libs/libgdal.so: undefined reference to `SAXParseException::SAXParseException(SAXParseException const&amp;)&#39;<br>/usr/local/src/gdal-1.4.2/.libs/libgdal.so: undefined reference to `typeinfo for XMLException&#39;
<br>/usr/local/src/gdal-1.4.2/.libs/libgdal.so: undefined reference to `XMLEntityDecl::~XMLEntityDecl()&#39;<br>/usr/local/src/gdal-1.4.2/.libs/libgdal.so: undefined reference to `XMLPlatformUtils::Initialize()&#39;<br>/usr/local/src/gdal-
1.4.2/.libs/libgdal.so: undefined reference to `SAXParseException::~SAXParseException()&#39;<br>collect2: ld returned 1 exit status<br>make[1]: *** [ogrinfo] Error 1<br>make[1]: Leaving directory `/usr/local/src/gdal-1.4.2
/ogr&#39;<br>make: *** [ogr-apps] Error 2<br><br><br>=( I&#39;m so close to getting this FeatureServer working.&nbsp; I&#39;ve sent this error to a gdal-dev mailing list, but haven&#39;t gotten a reply in a bit so just checking if anyone had any ideas.
<br><br>Thanks.<br>-Ed<br>