2

Clicking on the icon does nothing. When I try to open it from the command-line I get this error:

pidgin: symbol lookup error: pidgin: undefined symbol: purple_dbus_get_connection

I have updated and upgraded everything. I had this same issue in Ubuntu 10.04 which required me to purge the Pidgin PPA and downgrade all of the Pidgin dependencies. How can this be fixed?

  • I ran sudo ldconfig and tried to run it again but this didn't work.
Jorge Castro
  • 71,754
Steven
  • 21

1 Answers1

0

The problem might be with your library which is not linked properly.

Open terminal and run sudo ldconfig.

This should fix the issue.

devav2
  • 36,312