Missing libgstfarsight-0.10.so.0 library


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu Missing libgstfarsight-0.10.so.0 library
# 1  
Old 09-05-2012
Missing libgstfarsight-0.10.so.0 library

Hi ! I have a problem, I upgraded to Ubuntu 12.04, but I can't start Pidgin, it outputs this error message : " pidgin: error while loading shared libraries: libgstfarsight-0.10.so.0: cannot open shared object file: No such file or directory" . I tried to install a package containing it, but I found only rpms that I can't convert to .deb for my OS. Can anyone help me?

Thank you.
# 2  
Old 09-10-2012
This google hit says you need to install farstream, apparently as a funny side effect of renaming farsight to farstream:
http://bugs.sabayon.org/show_bug.cgi?id=3466
# 3  
Old 09-18-2012
I installed it, but when I try to start pidgin it outputs the same error.
# 4  
Old 09-18-2012
Well, try to find that library, is it on your system or not?
# 5  
Old 09-19-2012
Sometimes dynamic libraries are not installed in the usual directories, so check your $LD_LIBRARY_PATH Man Page for ld-linux (all Section 8) - The UNIX and Linux Forums

When using find to look for libraries, remember they may be sym-links to sub-versions, not simple files.
# 6  
Old 09-26-2012
I don't have farsight, it looks like it doesn't exist anymore in this Ubuntu version. Instead, I have farstream.

libgstfarsight-0.10.so.0 => not found
This is 1 line of the ldd output on my pidgin executable. I added the paths to LD_LIBRARY_PATH, anyway those were /usr/local/bin and /usr/bin, but nothing seems to happen Smilie
# 7  
Old 09-26-2012
You need the libraries listed by "ldd -rsv executable" and if dynamic they need to be in LD_LIBRARY_PATH dirs, else find another executable that uses your libs.

I did find this: https://bugs.launchpad.net/ubuntu/+s...hy/+bug/951418

Sounds like a symlink will make it exist!

This says upgrade: https://bugs.archlinux.org/task/1633...&status%5B0%5D=
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Is my library not installed or missing ?

When I am issuing gawk from Solaris-10 zone, it is complaining something missing. Do I need to install some package or something is broke here ? root@bod1rack2:/# /usr/local/bin/gawk ld.so.1: gawk: fatal: libsigsegv.so.2: open failed: No such file or directory Killed root@bod1rack2:/# find /... (5 Replies)
Discussion started by: nightup2222
5 Replies

2. Red Hat

Yum - resolving missing dependencies that are not missing

I am trying to install VirtualBox on RHEL 5 but I need the 32 bit version for 32 bit Windows. When I run yum I get the following: sudo yum localinstall /auto/spvtg-it/spvss-migration/Software/VirtualBox-4.3-4.3.2_90405_el6-1.i686.rpm Loaded plugins: fastestmirror Setting up Local Package... (13 Replies)
Discussion started by: gw1500se
13 Replies

3. SuSE

How to resolve missing missing dependencies with opensuse 11.3 and 12.3?

Hello, This is a programming question as well as a suse question, so let me know if you think I should post this in programming. I have an application that I compiled under opensuse 12.2 using g77-3.3/g++3.3. The program compiles and runs just fine. I gave the application to a colleague who... (2 Replies)
Discussion started by: LMHmedchem
2 Replies

4. AIX

Add shared members from library to same library in a different directory

I'm trying to install libiconv to AIX 7.1 from an rpm off of the perzl site. The rpm appears to install but I get this error message. add shr4.o shared members from /usr/lib/libiconv.a to /opt/freeware/lib/libiconv.a add shr.o shared members from /usr/lib/libiconv.a to ... (5 Replies)
Discussion started by: kneemoe
5 Replies

5. Linux

library missing

Hi, I am trying migrate webmin application from solaris to linux. But that is not working in Linux. because the library librpcsoc.so has missed in Linux box.. Could you please advice me that how to resolve this issue and also that how to install that library as well. (1 Reply)
Discussion started by: Mani_apr08
1 Replies

6. Linux

./configure problem for libsf library due to apparently missing libdb library.

Hello, ./configure script fails to configure libsf. Please check the following last few lines of configure script error. checking for db1/db.h... no checking for db.h... yes checking for dbopen in -ldb1... no configure: error: No libdb? No libsf. But find command shows the following; ... (4 Replies)
Discussion started by: vectrum
4 Replies

7. UNIX for Dummies Questions & Answers

samba library libsmbclient.so is missing

Hi, I am trying to set up a driver to access a ms access db in a windows machine from a debian machine. I got the unixODBC driver for ms access. In the configuration file I have to set up the path to the libsmbclient library on the machine where the ODBC-Access Driver is installed. Although... (2 Replies)
Discussion started by: sickboy
2 Replies

8. Shell Programming and Scripting

How to change a Makefile from building static library to shared library?

Hi: I have a library that it only offers Makefile for building static library. It built libxxx.a file. How do I in any way build a shared library? (either changin the Makefile or direct script or command to build shared library) Thanks. (1 Reply)
Discussion started by: cpthk
1 Replies

9. UNIX for Dummies Questions & Answers

Missing Library Files

Can anyone send me copies via email or allow me to download the following files for Unix 4.0? libmsfs.so libfilsys.so These files were lost due to corruption. All the other library files are fine. I have the files on tape, but without libmsfs.so I am unable to open vrestore. I am open... (5 Replies)
Discussion started by: jays337
5 Replies
Login or Register to Ask a Question