You`ve compiled Pidgin 2.3 using:
$ ./configure –enable-gnutls=yes
$ make
# make install
You type `pidgin` in the console and get an annoying error:
“pidgin: error while loading shared libraries: libpurple.so.0: cannot open shared object file: No such file or directory”
Fix: “Create” libpurple.so.0 in /usr/lib:
#ln -s /usr/local/lib/libpurple.so.0 /usr/lib/
Enjoy!!

This work, unless otherwise expressly stated, is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 Canada License.



