Hide Forgot
Description of problem: In order to link against the DCMTK libraries from the dcmtk package, libCharLS.so (symlink) is required. This file is provided by CharLS-devel. But dcmtk/dcmtk-devel formally depend only on CharLS, which provides only /usr/lib64/libCharLS.so.1 (symlink) and /usr/lib64/libCharLS.so.1.0 (file). Version-Release number of selected component (if applicable): 3.6.0 How reproducible: Try to link against dcmtk libraries. Steps to Reproduce: 1. Create /tmp/test.c as "int main() { return 0; }" 2. With CharLS-devel NOT installed, run gcc -o testbin -L/usr/lib64/dcmtk -ldcmjpls -ldcmimgle -ldcmdata -lofstd -loflog -lpthread -lz -lCharLS /tmp/test.c Actual results: /usr/bin/ld: cannot find -lCharLS Expected results: Linking suceeds. Additional info:
dcmtk-3.6.0-6.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/dcmtk-3.6.0-6.fc14
dcmtk-3.6.0-6.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/dcmtk-3.6.0-6.fc15
Hello Torsten! thanks for your report. These updates should fix the problem: https://admin.fedoraproject.org/updates/dcmtk-3.6.0-6.fc14 https://admin.fedoraproject.org/updates/dcmtk-3.6.0-6.fc15 Best, Mario
Package dcmtk-3.6.0-6.fc14: * should fix your issue, * was pushed to the Fedora 14 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing dcmtk-3.6.0-6.fc14' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2011-14651 then log in and leave karma (feedback).
Works (tested on F15): [root@axon cups]# rpm -e CharLS-devel error: Failed dependencies: CharLS-devel is needed by (installed) dcmtk-devel-3.6.0-6.fc15.x86_64 Thanks! :)
dcmtk-3.6.0-6.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report.
dcmtk-3.6.0-6.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report.