On 12. kvÄ› 11 20:16, Jostein Berntsen wrote:
> On 10.05.11,12:27, Jostein Berntsen wrote:
> > Thanks. I ran the command and got this output:
> > 
> > objdump -T /usr/lib/libxml2.so | grep -E \
> > '(xmlSAXUserParseMemory|xmlStrcmp)' 
> > 
> > 0009e250 g    DF .text  00000077  Base        xmlStrcmp
> > 00040120 g    DF .text  000000e4  Base        xmlSAXUserParseMemory
> > 
> > 
> > I will check more regarding my libxml2 installation.
> > 
> 
> I have tried to reinstall my libxml2, libxml2-devel, libpurple and 
> libpurple-devel packages, but with no difference. The same installation 
> error occurs. Do you have any clue to what I should try here?

Output of that command on my computer:
0009cd40 g    DF .text  0000006d  LIBXML2_2.4.30 xmlStrcmp
0003e320 g    DF .text  000000d7  LIBXML2_2.4.30 xmlSAXUserParseMemory

Note the difference in the next to last column.

> > > > /usr/local/lib/libpurple.so: undefined reference to 
> > > > `xmlStrcmp@LIBXML2_2.4.30'
> > > > /usr/local/lib/libpurple.so: undefined reference to 
> > > > `xmlSAXUserParseMemory@LIBXML2_2.4.30'

I think the problem lies in the symbol version,
`Base' (your version) != LIBXML2_2.4.30 (required version).

-- 
Petr Pavlu


-- 
_______________________________________________
Centerim-devel mailing list
Centerim-devel@centerim.org
http://centerim.org/mailman/listinfo/centerim-devel
http://www.centerim.org/

Reply via email to