Fixed: Rawstudio is broken in F10 ?

Craig White craigwhite at azapple.com
Sat Dec 6 17:23:35 UTC 2008


On Sat, 2008-12-06 at 10:08 -0500, Linuxguy123 wrote:
> On Sat, 2008-12-06 at 17:49 +0100, Michael Schwendt wrote:
> > On Sat, 06 Dec 2008 09:19:04 -0500, Linuxguy123 wrote:
> > 
> > > $ rawstudio
> > > rawstudio: error while loading shared libraries: libexiv2.so.0: cannot
> > > open shared object file: No such file or directory
> > > 
> > > $ yum list exiv*
> > > Loaded plugins: downloadonly, kmdl, priorities, refresh-packagekit
> > > 0 packages excluded due to repository priority protections
> > > Installed Packages
> > > exiv2.i386
> > > 0.17.1-1.fc10
> > > installed
> > > exiv2-devel.i386
> > > 0.17.1-1.fc10
> > > installed
> > > exiv2-libs.i386
> > > 0.17.1-1.fc10
> > > installed
> > 
> > And where do you demonstrate that one of these packages actually
> > provides libexiv2.so.0?
> 
> Sorry.
> 
> $ rpm -ql exiv2-devel | grep lib
> /usr/lib/libexiv2.so
> /usr/lib/pkgconfig/exiv2.pc
> 
> I renamed it to libexiv2.so.0 and rawstudio runs. 
> 
> 
> > It isn't provided in these packages. It's ancient. Most recent you can get
> > is libexiv2.so.1 (F9) and libexiv2.so.4 (F10).
> 
> Apparently its not ancient, its still being shipped. 
----
probably a bad idea to do that - if an update ever happens to the
libexiv2 package, you won't be able to deal with it.

suggest that you move it back and symlink what rawstudio is looking
for...

(as root)

mv /usr/lib/libexiv2.so.0 /usr/lib/libexiv2.so
ln -s /usr/lib/libexiv2.so /usr/lib/libexiv2.so.0

Craig




More information about the fedora-list mailing list