Roman Chyla wrote on 11/8/04 9:36 AM:
> this might be wrong but it seemed to me, that buildswishe.pl did not set
> path for xml2-config and configure missed it during compilation,
> I tried to set PATH variable beforehand (putting path-to xml2-config in
> it) but result was the same
> #this is swish-e
> configuring with:
> /configure --prefix=/var/home/knihovnik/tmp/pokus3
> --with-zlib=/tmp/swish-e-2.4.2 --with-libxml2=/tmp/swish-e-2.4.2
> --disable-shared LDFLAGS='-Wl,-rpath
> -Wl,/var/home/knihovnik/tmp/pokus3/lib:/var/home/knihovnik/tmp/pokus3:.
> -L/var/home/knihovnik/tmp/pokus3/lib:/var/home/knihovnik/tmp/pokus3:.'
> CPPFLAGS='-I/tmp/swish-e-2.4.2/include -I/tmp/swish-e-2.4.2/include'
> 1>>/tmp/buildswishe.log
check the contents of the output log:
/tmp/buildswishe.log
and look for whether the configure command found libxml2 or not. it
should look something like:
checking for xml2-config... /usr/bin/xml2-config
checking for libxml libraries >= 2.4.3... found version 2.6.7
of course, your version will be different, but the lines should indicate
whether libxml2 library was found or not.
if it was, and the resulting binary doesn't recognize HTML2, something
else is awry...
--
Peter Karman . http://www.cray.com/craydoc/ . karman(at)not-real.cray.com
Received on Mon Nov 8 09:58:01 2004