Page 1 of 1

unable find and install libhdx.so

Posted: 2019/05/07 03:06:21
by reddy_Ltech
Hi ,

unable to find the libhdx.so in the server ,tried to install using yum also

getting below error.

libhdx.so cannot open shared object file, no such file or directory

Re: unable find and install libhdx.so

Posted: 2019/05/07 06:06:37
by mghe
If You trying install from source just read dependencies of software to compile.

Also You can try to find lib by command: repoquery --whatprovide

Re: unable find and install libhdx.so

Posted: 2019/05/07 07:43:22
by reddy_Ltech
Hi Team,

i have try to find the which packages provide lib but no luck. attached the screenshots

Re: unable find and install libhdx.so

Posted: 2019/05/07 08:51:59
by TrevorH
Nothing that CentOS ships supplies libhdx.so.

Is this a machine with cpanel installed?

Re: unable find and install libhdx.so

Posted: 2019/05/07 10:16:35
by reddy_Ltech
Hi ,

if its not CentOS lib,how its affected ssh service and yum .

please help us how to start the ssh service without libhdx.so

Re: unable find and install libhdx.so

Posted: 2019/05/07 15:20:45
by TrevorH
Check /etc/ld.so.conf and the files in /etc/ld.so.conf.d/ to see if it is mentioned there.

Re: unable find and install libhdx.so

Posted: 2019/05/09 04:35:23
by reddy_Ltech
Hi ,
there is no entry for the lib in the mentioned files.

Re: unable find and install libhdx.so

Posted: 2019/05/09 17:53:41
by aks
Yeah I think you are running CPanel, see:

https://www.gitmemory.com/CpanelInc
Implement TECH-735 - check for Ebury libhdx.so
Update check_for_libkeyutils_filenames() to include libhdx.so
Commit here: https://github.com/CpanelInc/SSP/commit ... e813aff444

Re: unable find and install libhdx.so

Posted: 2019/05/10 01:10:19
by TrevorH
But that is for a cpanel compromise from about 3 or 4 years ago. If that is the cause of this then that system needs to be reinstalled and data restored to it. The problem if I remember correctly was that a cpanel support server was hacked and used to distribute malware to anyone calling support and getting a tech to login to their box. That infected the target and replaced portions of the ssh binaries and grabbed ssh keys and passwords. You'll also need to change all passwords on the machine and on all machines that share the same credentials. You'll also need to investigate the rest of your network for signs of compromise - if it is this particular compromise then they've been present on that machine (and that network) for a number of *years*.

Re: unable find and install libhdx.so

Posted: 2019/05/12 02:43:45
by reddy_Ltech
Okay,Thanks you.