LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   ld.so.1 is needed by unzip-5.40-1 (https://www.linuxquestions.org/questions/linux-software-2/ld-so-1-is-needed-by-unzip-5-40-1-a-267487/)

katusha 12-17-2004 02:53 PM

ld.so.1 is needed by unzip-5.40-1
 
Got the following error:
[root@localhost ksheets]# rpm -Uvh unzip-5.40-1.s390.rpm
error: Failed dependencies:
ld.so.1 is needed by unzip-5.40-1

Does anybody know how to solve this issue?

Thanks,

Katusha

bm17 12-18-2004 02:24 AM

Try installing the latest glibc RPM. glibc is the GNU C runtime library. ld.so is the unix loader that loads images into memory. glibc provides ld.so. You might be able to find a seperate ld.so RPM as well. I see that there is a ld.so.2 RPM out there. Perhaps your unzip-5.40 is an older version which needs ld.so.1 while you have ld.so.2. Perhaps a newer version of unzip is in order here.


ayiiq180 12-18-2004 02:56 AM

U can search ld.so.1 in rpmfind.net,so U will get the rpm whithin ld.so.1.
Install it.
enjoy!


All times are GMT -5. The time now is 03:36 PM.