Frederico Figueiredo wrote:

> I've recently installed Mandrake 7.2...
> I'm now using a software application (Limes) that uses the dynamic linker
> ld.so, but this file (library) doesn't exist in the rpm
> ld.so-1.9.11-4mdk.i586.rpm (for Mandrake 7.2)but it exists (for example) in
> the same rpm but for the RED HAT distribution!
> What can I do? I really need help!
> Thanks a lot!
> 
> Fred
> 
> 
Try this:

#cd /lib

#ln -s ld-2.1.3.so ld.so
#ldconfig

This links ld.so to the modern name for the library.  ldconfig updates 
the systems map of what libraries are where.
Be very careful.  Do not get the arguments backwards or you could really 
hose your system.
Is Limes that ancient multiprocessor simulator for 486's?


Reply via email to