Re: [xslt] Bug.



On Mon, Nov 26, 2001 at 04:26:24PM -0500, Daniel Veillard wrote:
> On Mon, Nov 26, 2001 at 04:09:22PM -0500, war wrote:
> > /home/war/libxslt-1.0.8/xsltproc/xsltproc.c:414: undefined reference to
> > `xmlNoNetExternalEntityLoader'
> > ../libxslt/.libs/libxslt.so: undefined reference to `xmlGetLineNo'
> > make[1]: *** [all-recursive] Error 1
> [...]
> > Distribution: Red Hat Linux release 7.2 (Enigma)

  Okay more on this, I got another bug report, William looked at this
too, this seems to happen if libxml2-2.4.xxx is compiled in a non-standard
location and that an older one is available in the system. Passing
the directory for libxml2 at libxslt configure time is not properly
taken into account.
  It seems the proper way to fix this is to change breakpoint/Makefile.am
and breakpoint/Makefile.in to use
     libxsltbreakpoint_la_LIBADD = $(LIBXML_LIBS) $(M_LIBS)
  as William tested or 
     libxsltbreakpoint_la_LIBADD = @LIBXML_LIBS@
in Makefile.am as I suggested which should basically be the same.

  Check the resolution of that bug at
    http://bugzilla.gnome.org/show_bug.cgi?id=65447

and please indicate (here or in bugzilla) if this is not sufficient to
fix libxslt-1.0.8 compilation problems if you have some.

   thanks,

Daniel

-- 
Daniel Veillard      | Red Hat Network https://rhn.redhat.com/
veillard@redhat.com  | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]