[Featureserver] FeatureServer error reading from mapserver WFS

Ed Fialkowski edfialk at gmail.com
Wed Aug 29 13:35:55 EDT 2007


You are totally correct, I didn't have xerces support.

So, I'm not sure if you can help me here but it's worth a shot.  I download
and build Xerces, then work on rebuilding gdal with xerces support.

After fighting through the first round of configuration options, I'm stuck
at building.

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


Here's my error:
g++ ogrinfo.o -o .libs/ogrinfo  /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
/usr/local/src/gdal-1.4.2/.libs/libgdal.so: undefined reference to `typeinfo
for XMLEntityDecl'
/usr/local/src/gdal-1.4.2/.libs/libgdal.so: undefined reference to
`XMLString::transcode(char const*)'
/usr/local/src/gdal-1.4.2/.libs/libgdal.so: undefined reference to
`SAX2XMLReaderImpl::SAX2XMLReaderImpl()'
/usr/local/src/gdal-1.4.2/.libs/libgdal.so: undefined reference to `typeinfo
for SAXParseException'
/usr/local/src/gdal-1.4.2/.libs/libgdal.so: undefined reference to
`SAXParseException::SAXParseException(SAXParseException const&)'
/usr/local/src/gdal-1.4.2/.libs/libgdal.so: undefined reference to `typeinfo
for XMLException'
/usr/local/src/gdal-1.4.2/.libs/libgdal.so: undefined reference to
`XMLEntityDecl::~XMLEntityDecl()'
/usr/local/src/gdal-1.4.2/.libs/libgdal.so: undefined reference to
`XMLPlatformUtils::Initialize()'
/usr/local/src/gdal-1.4.2/.libs/libgdal.so: undefined reference to
`SAXParseException::~SAXParseException()'
collect2: ld returned 1 exit status
make[1]: *** [ogrinfo] Error 1
make[1]: Leaving directory `/usr/local/src/gdal-1.4.2/ogr'
make: *** [ogr-apps] Error 2


=( I'm so close to getting this FeatureServer working.  I've sent this error
to a gdal-dev mailing list, but haven't gotten a reply in a bit so just
checking if anyone had any ideas.

Thanks.
-Ed
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/featureserver/attachments/20070829/f8987cb3/attachment.html


More information about the Featureserver mailing list