Bug#269748: [xml/sgml-pkgs] Bug#269748: libxml2-dev: headers not found in /usr/include/libxml
Mike Hommey
Mike Hommey <mh@glandium.org>, 269748@bugs.debian.org
Sat, 4 Sep 2004 04:54:46 +0900
On Fri, Sep 03, 2004 at 07:48:13PM +1000, Jim Watson wrote:
> sorry i dont know if this is a bug in libxml2-dev or openoffice?
>
> building module jvmfwk expects the headers to be in /usr/include/libxml but
> they exist in /usr/include/libxml2/libxml
>
> The workaround is to make a link:
> sun:/usr/include# ln -s libxml2/libxml /usr/include/libxml
Stuff building against libxml2 should use options provided by
xml2-config --cflags
and
xml2-config --libs
for compilation and link.
Please reassign to the appropriate package in openoffice, which i don't
have a clue.
Mike