Description of problem: After install, the tclx C librairy can not be found by ld.so # rpm -ql tclx | grep so /usr/lib64/tcl8.5/tclx8.4/libtclx8.4.so << This file Version-Release number of selected component (if applicable): tclx-8.4.0-13.fc11.x86_64 How reproducible: Install tclx and check the ld cache. Steps to Reproduce: 1. yum install tclx 2. ldconfig (ensure the update of the ld cache) 3. ldconfig -p | grep tclx Actual results: None Expected results: should be : # ldconfig -p | grep tclx libtclx8.4.so (libc6,x86-64) => /usr/lib64/tcl8.5/tclx8.4/libtclx8.4.so Additional info: To solve this issue, I added a file called /etc/ld.so.conf.d/tclx containing : /usr/lib64/tcl8.5/tclx8.4 and run ldconfig It will be great to have this file directly in the package. Thanks.
try this build http://koji.fedoraproject.org/koji/taskinfo?taskID=1706943 it's same version so you have to erase your package first. If it helps you I will push it into updates. Regards, Nikola
I tried your build and now libtclx is correctly detected by ldconfig. Thanks, Aurélien
tclx-8.4.0-14.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/tclx-8.4.0-14.fc11
tclx-8.4.0-14.fc11 has been pushed to the Fedora 11 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 tclx'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-10116
tclx-8.4.0-14.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report.