Directadmin is not installed on AlmaLinux 9

@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.
 
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
 
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. :)
 
Back
Top