Pidgin, the generic IM client allows us to interact with it using Perl.
I downloaded the source of Pidgin 2.7.10, built it. Pidgin itself works.
Then I tried to load the Purple module using
perl -MPurple -e1
but got the following error:
perl -MPurple -e1
Can't load '/opt/pidgin/lib/purple-2/perl//auto/Purple/Purple.so'
for module Purple:
/opt/pidgin/lib/purple-2/perl//auto/Purple/Purple.so: undefined symbol:g_free
at /home/gabor/perl5/lib/perl5/x86_64-linux-thread-multi/XSLoader.pm line 70.
at /opt/pidgin/lib/purple-2/perl//Purple.pm line 52
Running on SuSE Linux:
Linux myhost 2.6.27.19-5-default #1 SMP 2009-02-28 04:40:21 +0100 x86_64 x86_64 x86_64 GNU/Linux
Has anyone encountered this issue? How to solve it?