ld: cannot find -lltdl

in

When I build a package, linking fails with

/usr/bin/ld: cannot find -lltdl
collect2: ld returned 1 exit status

This happens because a symbolic link is absent

/usr/lib/libltdl.so -> /usr/lib/libltdl.so.7.x

This is solved by

yum install libtool-ltdl-devel

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
To prevent automated spam submissions leave this field empty.