[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [xml] (no subject)
- From: Cory Nelson <phrosty gmail com>
- To: Sameer Tilak <sstilak gmail com>
- Cc: xml gnome org
- Subject: Re: [xml] (no subject)
- Date: Sat, 8 Jan 2005 20:19:05 -0600
Similar thing happened to me. I ended up statically linking to get
rid of the problem.
On Sat, 8 Jan 2005 20:45:42 -0500, Sameer Tilak <sstilak gmail com> wrote:
> Hi All,
>
> I am trying to use libxml to parse a buffer. I have linked it to
> libxml. Our sys add has installed an older version of libxml in
> /usr/lib (2.24). I have installed libxml version 2.26 in my home
> directory.
>
> -L~/libxml2-2.6.16/.libs -lxml2
>
> and also I have added it to my LD_LIBRARY variable
>
> setenv LD_LIBRARY_PATH ~/libxml22.6.16/.libs/:${LD_LIBRARY_PATH}
>
> Its compiles and links fine.
>
> But now when I run my application, I get the following error:
>
> relocation error: ../../app: undefined symbol: xmlReadMemory
>
> Is still it trying to use the older library version during runtime ?
> If so, how should I get rid of this problem ?
>
> Any help on this would be great.
>
> Regards,
> --ST
> _______________________________________________
> xml mailing list, project page http://xmlsoft.org/
> xml gnome org
> http://mail.gnome.org/mailman/listinfo/xml
>
--
Cory Nelson
http://www.int64.org
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]