D
D
di2020-08-27 22:44:16
linux
di, 2020-08-27 22:44:16

How to fix ERROR: ld.so: object '/usr/lib64/libthread.so.1?

Remote server running Ubuntu 16.04

[email protected]:/# cat /etc/lsb-release
ERROR: ld.so: object '/usr/lib64/libthread.so.1' from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.7 LTS"


Whenever the commands are executed, an error pops up:
ERROR: ld.so: object '/usr/lib64/libthread.so.1' from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
There is nothing
[email protected]:/home/delgus# echo $LD_PRELOAD

in the LD_PRELOAD variable in the /etc/ld.so.preload
/usr/lib64/libthread.so.1

file. I can't edit this file, which shocked me. Root has no rights
[ Read 1 line (Warning: No write permission) ]

I can't google for a solution. How to fix?

Then I got an error I don't know. Didn't touch anything.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Karpion, 2020-08-28
@Karpion

What does he say ls -l /usr/lib64/libthread.so*?
If it doesn’t find anything, then (All the commands recommended by strangers must be given carefully. Otherwise, suddenly Barmin’s patch will be offered. And copy-paste - you must first into a notepad, then read it again, then copy it to the terminal. Otherwise, there are ways to covertly stick muck.) find /usr -name "libthread.so*"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question