Re: [xslt] undefined reference to `xmlXPathContextSetCache'
- From: Jeroen Ruigrok/asmodai <asmodai in-nomine org>
- To: The Gnome XSLT library mailing-list <xslt gnome org>
- Subject: Re: [xslt] undefined reference to `xmlXPathContextSetCache'
- Date: Fri, 5 Jan 2007 12:55:08 +0100
-On [20070105 12:47], Nicolas Ecarnot (nicolas ecarnot net) wrote:
>Now, in /usr/local/lib, I see (amongst other things) :
>
>libxml2.a
>libxml2.la
>libxml2.so.8.27
>libxml2.so.9.0
>
>Does that sound correct ?
>From a pedantic ELF point of view: no.
ELF shared libraries were never intended to have a so.N.M denominator, solely
a so.N one. So in the above I would sooner expect:
libxml2.a
libxml2.la (libtool specific file)
libxml2.so.8
libxml2.so.9
libxml2.so -> libxml2.so.9
You need to have a libxml2.so file, typically this is symbolically linked to
the latest installed shared library. If I remember my loading and linking
correctly ELF looks for the libxml2.so file for loading and linking.
--
Jeroen Ruigrok van der Werven <asmodai(-at-)in-nomine.org> / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/
Seize from every moment its unique novelty and do not prepare your joys...
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]