Symbol lookup error while starting pidgin in Arch
- by Hossein Mobasher
I have just installed pidgin from the source code that i downloaded from pidgin site, it compile correctly with using below commands :
./configure --disable-gtkspell ; make ; make install
but, when i try to start pidgin from terminal, occurres an error :?
pidgin: symbol lookup error: /usr/lib/libfarstream-0.1.so.0: undefined symbol: g_key_file_free
how can i solve this problem ?
Thanks for your attention :)