[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[Bug 181534] Review Request: kst - plots scientific data
- From: bugzilla redhat com
- To: fedora-extras-list redhat com
- Subject: [Bug 181534] Review Request: kst - plots scientific data
- Date: Wed, 15 Feb 2006 10:41:27 -0500
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 freenet de 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.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]