On Mon, Jul 30, 2012 at 10:07 PM, Marco Lackovic
<[email protected]> wrote:
> wsdl.c:446: undefined reference to `xmlSplitQName2'
> wsdl.c:455: undefined reference to `xmlSearchNs'
> wsdl.c:467: undefined reference to `xmlStrdup'

I may be looking in the wrong direction, but it looks like the
inclusion of the libxml in wsdl.c fails for some reason.

I have tried all the followings, but none have worked:

- installed libxml2-dev

- run the following configuration before the make:
./configure --prefix=/usr/local/globus-4.0.8/ --with-iodbc=/usr/lib
--libdir=/usr/include/libxml2/libxml

- run the following configuration before the make:
./configure --prefix=/usr/local/globus-4.0.8/ --with-iodbc=/usr/lib
--with-buildopts="-I/usr/include/libxml2"

- after configure, manually added to MakeFile:
GLOBUS_INCLUDES=-I/usr/include/libxml2
and appended to exports GLOBUS_INCLUDES

- exported the following variable before make:
LD_LIBRARY_PATH="/usr/include/libxml2"

- exported the following variable before make:
C_INCLUDE_PATH="/usr/include/libxml2"


-- 
Marco Lackovic
http://grid.deis.unical.it/lackovic/

Reply via email to