04-23-2022, 12:06 PM
Hi guys, after a while, i've decided to reup a linux-server (CentOS 7 x64) in order to make some test with last chaos!
I've followed the steps below, but something is cleary missing:
1) Installed MariaDB- server and deleted the strict mode
2) uploaded and installed apr and boost packages
3) uploaded the db, created a mysql user with priviledges
4) setted the correct ip port and setted the firewall rules.
The main problem seems related at "libmysqlclient.so.16" library which is need from server's files. I've tried to install the MySql shared compat package but it show me tons of errors:
/monthly_2022_04/image.png.9877e553b4084ca63c0a5e8cbd230e5a.png" />
Then i've tried to run "yum install libmysqlclient.so.18" and make a symbolic link called "libmysqlclient.so.16", but of course, since the server is running under x64 the current lib is x64 while the server requires the 32-bit version ....
Someone know how to fix that ?

