Shared Library problem

Daniel Carrera daniel.carrera at zmsl.com
Thu Apr 20 19:52:14 UTC 2006


Simon Taplin wrote:
> Error message:
> 
> simont at Springboard:~$ amule
> amule: error while loading shared libraries: libtiff.so.3: cannot open 
> shared object file: No such file or directory

It looks like Ubuntu Breezy doesn't have "libtiff.so.3" and instead it 
provides "libtiff.so.4". Do a "locate libtiff.so" to check. On my system 
I see:

$ locate libtiff.so
/usr/lib/libtiff.so.4.1.3
/usr/lib/libtiff.so.4

So you can making a symbolic link:

$ sudo ln -s /usr/lib/libtiff.so.4 /usr/lib/libtiff.so.3

And pray that this works...

Cheers,
Daniel.
-- 
      /\/`) http://opendocumentfellowship.org
     /\/_/
    /\/_/   A life? Sounds great!
    \/_/    Do you know where I could download one?
    /




More information about the ubuntu-users mailing list