Bug 469718 - Description of problem: The symbolic link /usr/lib/libltdl.so to /usr/lib/libltdl.so.3 is not present
Summary: Description of problem: The symbolic link /usr/lib/libltdl.so to /usr/lib/lib...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: libtool
Version: 9
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Karsten Hopp
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-11-03 17:49 UTC by Bruce Orchard
Modified: 2008-11-03 18:20 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-11-03 18:20:14 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.