Bug 469718

Summary: Description of problem: The symbolic link /usr/lib/libltdl.so to /usr/lib/libltdl.so.3 is not present
Product: [Fedora] Fedora Reporter: Bruce Orchard <orchard>
Component: libtoolAssignee: Karsten Hopp <karsten>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 9CC: karsten
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-11-03 18:20:14 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 Bruce Orchard 2008-11-03 17:49:09 UTC
Description of problem:
The symbolic link /usr/lib/libltdl.so to /usr/lib/libltdl.so.3 is not present

Version-Release number of selected component (if applicable):


How reproducible:
every time


Steps to Reproduce:
1.  ls /usr/lib/libltdl*
2.
3.
  
Actual results:
lrwxrwxrwx 1 root root    16 2008-10-22 11:37 /usr/lib/libltdl.so.3 -> libltdl.so.3.1.5
-rwxr-xr-x 1 root root 28044 2008-01-30 14:26 /usr/lib/libltdl.so.3.1.5


Expected results:

lrwxrwxrwx 1 root root    12 2008-10-28 12:28 /usr/lib/libltdl.so -> libltdl.so.3
lrwxrwxrwx 1 root root    16 2008-10-22 11:37 /usr/lib/libltdl.so.3 -> libltdl.so.3.1.5
-rwxr-xr-x 1 root root 28044 2008-01-30 14:26 /us
Additional info:

I ran into this while I was building php.  I got this message:

/usr/bin/ld: cannot find -lltdl

When I created the link for /usr/lib/libltdl.so, the error went away and php linked OK.

Comment 1 Karsten Hopp 2008-11-03 18:20:14 UTC
This is not a bug, /usr/lib/libltdl.so is provided by libtool-ltdl-devel as it is only needed during compilation.