Bug 333081
| Summary: | Programs linked with blt cannot find the libraries | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Sergio Pascual <sergio.pasra> |
| Component: | blt | Assignee: | Jean-Luc Fontaine <jfontain> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 7 | CC: | matt, mtasaka |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 2.4-19.fc7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-11-26 18:36:34 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 352761 | ||
|
Description
Sergio Pascual
2007-10-15 20:35:00 UTC
tcl itself has no entry in /etc/ld.so.conf.d But tcl library is in /usr/lib/libtk8.4.so It doesn't need an entry in /etc/ld.so.conf.d blt-2.4-18.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update blt' blt-2.4-18.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update blt' The fix works great for me, but I am slightly confused as to why the file in
ld.so.conf.d is named after ds9 (an obvious user of this library) but not after
the library itself. I believe the appropriate name of the file should have blt
in it instead, ie the spec file line should read:
echo "%{_libdir}/blt2.4" >>
$RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
I have submitted blt-2.4-19 that fixes this blt-2.4-19.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update blt' blt-2.4-19.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update blt' blt-2.4-19.fc7 has been pushed to the Fedora 7 stable repository. If problems still persist, please make note of it in this bug report. blt-2.4-19.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report. |