Directadmin is not installed on AlmaLinux 9

Richard G

Verified User
Joined
Jul 6, 2008
Messages
10,531
Location
Maastricht
@smtalk It was not my server but Yoshua's server, he has posted several logs in the thread.
But maybe he also had the force compile option on for MariaDB.

I'm just curious as to why this could happen.
 

ccto

Verified User
Joined
Feb 24, 2005
Messages
231
Location
Hong Kong
For the MariaDB installation issue -
"/usr/local/mysql/bin/mariadbd: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory"


I simply install libxcrypt-compat-4.4.18-3.el9.x86_64 , then recompile it (./build mysql) . It looks OK.
yum install libxcrypt-compat-4.4.18-3.el9.x86_64
 

Richard G

Verified User
Joined
Jul 6, 2008
Messages
10,531
Location
Maastricht
I simply install libxcrypt-compat-4.4.18-3.el9.x86_64 , then recompile it (./build mysql) . It looks OK.
I also mentioned that in post #4 already. But in fact better solution is if you can work like it's in the docs, so just don't use force compile, that's normally not needed. Which is why I got confused at a certain point.
People should keep of settings they don't need to change. :)
 
Top