On 10.05.11,12:27, Jostein Berntsen wrote:
> On 06.05.11,21:48, Petr Pavlu wrote:
> > On  5. May 11 21:03, Jostein Berntsen wrote:
> > > When I install the newest clone from git I get this error when running 
> > > make:
> > > 
> > > /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'
> > > collect2: ld returned 1 exit status
> > > make[2]: *** [centerim5] Error 1
> > > make[2]: Leaving directory `/home/jostein/dw/centerim5/src'
> > 
> > Hello,
> > I suspect there is a problem with your libxml2 installation. For
> > the start make sure there are `xmlStrcmp' and
> > `xmlSAXUserParseMemory' symbols in the libxml2.so.
> > 
> > objdump -T /usr/lib/libxml2.so | grep -E '(xmlSAXUserParseMemory|xmlStrcmp)'
> > 
> 
> 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?


Jostein



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

Reply via email to