Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: kst - plots scientific data https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=181534 ------- Additional Comments From rc040203@xxxxxxxxxx 2006-02-15 10:41 EST ------- In reply to comment #1) > In the main package file list, you have: > > %{_libdir}/lib*.so.* > > Then, in the devel package file list, you have this: > > %{_libdir}/lib*.so > > Without building the package myself, I'm wondering if this is right. Unless the package is broken and correctly applies SONAMES, it normally is. > Typically, > programs look for the *.so files, No. Very oversimplified, ld.so at runtime looks for a library providing an SONAME. A properly build shared library normally uses libXXXX.so.<cipher> as SONAME. This is where the *.so symlink points to. The *.so symlink normally only is being used by the linker, when linking a package. => *.so go to *-devel => *.so.* to the run-time package. > Anyway, just wondering... :) You're in error ;) -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. -- fedora-extras-list mailing list fedora-extras-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-extras-list