开发者

Formats Error (could not find ldd binary)!

开发者 https://www.devze.com 2023-03-23 16:22 出处:网络
I\'m using CentOS5 and tryin开发者_运维知识库g to install a script that requires ldd. I\'ve tried:

I'm using CentOS5 and tryin开发者_运维知识库g to install a script that requires ldd.

I've tried:

yum install gcc glibc glibc-common 
yum update gcc glibc glibc-common
Yum reinstall yum gcc glibc glibc-common

The first two say it's already installed, the latter obviously just reinstalls without error.

So my problem is the script I'm using (AVS) still claims the ldd binary is missing.

Is there a default directory where it should be installed? I have the following files:

ld
ldd
lddlibc4

In both /usr/bin and /usr/local/bin

Any help is greatly appreciated.


ldd is not a binary, it is a Text file, with bash script inside. You should debug your script (AVS) or contact with its author.


You may have removed ldd executable manually and yum/rpm can not detect that. You can download the "glibc-common" rpm package from some mirror and reinstall it by force.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号