[SOLVED] Missing /usr/lib64/libtool-ltdl.so.3 I am trying to install 5.02 NE on a test server for the purpose of upgrade testing. The install.sh says that /usr/lib64/libtool-ltdl.so.3 is missing.
This is a listing of libtool-ltdl that I have.
lrwxrwxrwx 1 root root 16 Feb 25 15:37 /usr/lib64/libltdl.so -> libltdl.so.3.1.0
A up2date libtool-libs says the package is up to date.
OS is rhe4. 2.6.9-67.ELsmp #1 SMP Wed Nov 7 13:56:44 EST 2007 x86_64 x86_64 x86_64 GNU/Linux
Should I just create a sym link to libltdl.so.3.1.0?
Solved with
up2date --install libtool-libs --arch=x86_64
Last edited by Rick Baker; 02-25-2008 at 04:51 PM..
|