http://bugzilla.novell.com/show_bug.cgi?id=592143 http://bugzilla.novell.com/show_bug.cgi?id=592143#c6 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #6 from Johannes Meixner <jsmeix@novell.com> 2010-04-28 11:37:43 UTC --- There is or was a nice rpmlint check that complains that plain *.so files (without a trailing version number) are devel files (i.e. not needed for normal runtime operation). See comment #1: All our scanning frontends link with /usr/lib[64]/libsane.so.1 (note the trailing SANE major version '.1') which is a symbolic link which ponts to the actual dll meta-backend library like /usr/lib[64]/libsane.so.1.0.20 which has the full SANE version number. You could test it on any installed running system using # mv /usr/lib/libsane.so /usr/lib/libsane.so.away # mv /usr/lib/libsane.la /usr/lib/libsane.la.away and then check if your scanning applications still work. I still think it is correctly fixed. Of course please reopen if there is a program which links with /usr/lib[64]/libsane.so -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.