Page 1 of 1

pidgin dependencies missing + solution.

Posted: 01 Mar 2012, 10:05
by edge226
pidgin required dependencies that are not correctly linked.

pidgin: error while loading shared libraries: libgstreamer-0.10.so.0: cannot open shared object file: No such file or directory

Fixed by installing gstreamer-0.10.32 package.

pidgin: error while loading shared libraries: libgstinterfaces-0.10.so.0: cannot open shared object file: No such file or directory

Fixed by installing gst-plugins-base-0.10.32

Re: pidgin dependencies missing + solution.

Posted: 01 Mar 2012, 10:20
by Hamza
Run this command as root.

Code: Select all

slackyd -u && slackyd -d -f pidgin && installpkg /var/slacky/*.txz

Re: pidgin dependencies missing + solution.

Posted: 01 Mar 2012, 12:37
by brokenman
Running it through the Porteus Package Manager should resolve all dependencies, and create modules for you.

Re: pidgin dependencies missing + solution.

Posted: 02 Mar 2012, 06:28
by edge226
brokenman wrote:Running it through the Porteus Package Manager should resolve all dependencies, and create modules for you.
should being the key word and did not being the reality, I've had a few things not resolved the dependencies. Could Multilib being enabled be confusing ppm?

Posted after 6 hours 36 minutes 10 seconds:
Looks like booting into true 64 bit I am getting no more problems from ppm resolving dependencies. Looks to be confirmed that it is in fact a multilib issue.