Re: [CenterIM-devel] CenterIM 5 progress

2011-05-12 Thread Jostein Berntsen
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 gDF .text  0077  BasexmlStrcmp
 00040120 gDF .text  00e4  BasexmlSAXUserParseMemory
 
 
 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/


Re: [CenterIM-devel] 4.22.10 out for grabs

2010-11-24 Thread Jostein Berntsen
On 23.11.10,20:30, Boris Petersen wrote:
 Hey all!
 
 I just released CenterIM 4.22.10. It includes a fix for CVE-2009-3720
 [0] and connectivity to the Yahoo! protocol. And some other bugfixes.
 You can read about every change in the Changelog [1]. As usual the
 download is here [2]. Enjoy CenterIM and always report bugs[4]!
 
 cheers
Boris transacid Petersen
 
 [0] http://securityvulns.com/CVE-2009-3720.html
 [1]
 http://repo.or.cz/w/centerim.git/blob/dc069c3cf194fa4239fe30e35bc8600b60d9bbe1:/ChangeLog
 [2] http://centerim.org/download/releases/centerim-4.22.10.tar.gz
 

Great stuff! Installed fine and works perfectly.


Jostein



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