On Mon, Apr 24, 2006 at 11:27:52AM -0500, Bill Jackson wrote:
> I am trying to install a Subversion client on a HP-UX workstation
> running the 11.23 (IA64) OS.  For some reason, configure cannot find xml
> on the boxl  I have made numerous attempts just to get Neon configured
> to run with no luck.  Everytime, I get the following last set of
> messages:
>  
>    configure: WebDAV support is enabled
>    checking expat.h usability... no
>    checking expat.h presence... no
>    checking for expat.h... no
>    checking for xml2-config... no
>    configure: error: no XML parser was found: expat or libxml 2.x
> required

The fact that you don't have xml2-config in your $PATH means either that 
you have not installed the "development" package of libxml2, if that is 
split out in whatever packaging system you are using; or that libxml2 
has been installed in some non-standard path.  You might find a 
libxml2-devel or libxml2-dev or some similarly named package which 
includes the headers etc for libxml2.  Otherwise, find where xml2-config 
is installed and add it to your $PATH!

Regards,

joe
_______________________________________________
neon mailing list
[email protected]
http://mailman.webdav.org/mailman/listinfo/neon

Reply via email to