Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=429435 Erik van Pienbroek <erik-fedora@xxxxxxxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |erik-fedora@xxxxxxxxxxxxxxx --- Comment #17 from Erik van Pienbroek <erik-fedora@xxxxxxxxxxxxxxx> 2008-12-29 06:15:14 EDT --- This package doesn't work in Rawhide (possibly also other Fedora versions). $ ldd /usr/lib64/nautilus/extensions-1.0/libnautilus-gnubversion.so linux-vdso.so.1 => (0x00007fff861fe000) libgnubversion.so.0 => not found libc.so.6 => /lib64/libc.so.6 (0x0000000000315000) /lib64/ld-linux-x86-64.so.2 (0x000000363ce00000) $ locate libgnubversion.so.0 /usr/lib64/gnubversion/libgnubversion.so.0 /usr/lib64/gnubversion/libgnubversion.so.0.0.0 I think this is caused by the rpath hack which is performed in the .spec file. Without using the rpath, the dynamic linker doesn't know where to find the library libgnubversion.so.0 (as it is in a non-standard path). To work around this, users have to add '/usr/lib64/gnubversion' to /etc/ld.so.conf and re-run /sbin/ldconfig, but such a thing shouldn't be necessary for regular users. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review