Missing /lib/ld.so in "make zImage"

Missing /lib/ld.so in "make zImage"

Post by Alex Strashe » Thu, 20 Jan 1994 15:50:27



I'm trying to upgrade my libraries and kernel, and I've run into some
problems.  My base system is SLS 1.03, and I've tried to install the
4.5.8 libraries and the .99.14 kernel.  I tried to follow the
instructions in the release.libc-4.5.8 file to install the libraries, but
because I've run into problems, I'm assuming that I've done something wrong.

When I tried tried to do a make zImage (yes, I did the config and the
other two makes suggested at the end of the config process) the system
complained that it couldn't load the dynamic linker /lib/ld.so.

Can anyone tell me what I've done wrong and how I can fix it?  Thanks
very much.

--

 
 
 

Missing /lib/ld.so in "make zImage"

Post by Corwyn Miyagishi » Thu, 20 Jan 1994 22:29:32



>When I tried tried to do a make zImage (yes, I did the config and the
>other two makes suggested at the end of the config process) the system
>complained that it couldn't load the dynamic linker /lib/ld.so.
>Can anyone tell me what I've done wrong and how I can fix it?  Thanks
>very much.

Well, basically, you need ld.so.  FTP to sunsite.unc.edu, in directory
/pub/Linux/GCC, and you'll find ldso-1.3.tar.gz.  Uncompress and untar
in a temp directory, and then follow the README instructions (I think
you type "install" or something...don't remember offhand exactly...)

Good luck

Corwyn