From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Firefox/1.0.7 Description of problem: I can't link against -lltdl because the link to "libltdl.so" doesn't exists. Version-Release number of selected component (if applicable): libtool-ltdl-1.5.16.multilib2-3 How reproducible: Always Steps to Reproduce: 1 Create "hello.c" with a small c programm 2. gcc -O2 -o hello hello.c -lltdl Actual Results: $ gcc -O2 -o hello hello.c -lltdl /usr/bin/ld: cannot find -lltdl collect2: ld returned 1 exit status Expected Results: It should link. I have the libries installed Additional info: After creating the symlink it works: 1) cd /usr/lib 2) ln -s libltdl.so.3 libltdl.so
You need to install libtool-ltdl-devel