Bug 180035

Summary: /usr/bin/ld: cannot find -lltdl
Product: [Fedora] Fedora Reporter: Marcel Nijenhof <marceln>
Component: libtool-libs13Assignee: Alexandre Oliva <aoliva>
Status: CLOSED NOTABUG QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 4   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-05 15:38:13 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:

Description Marcel Nijenhof 2006-02-04 22:26:53 UTC
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

Comment 1 Alexandre Oliva 2006-02-05 15:38:13 UTC
You need to install libtool-ltdl-devel