Problem of the lack of libnuma.so.1 centos 6.10 install mysql appear 5.7.27

centos 6.10 install mysql 5.7.27 the following error:

 

[root@localhost /]# /usr/local/mysql/app/mysql/bin/mysqld --defaults-file=/etc/my.cnf --initialize --user=mysql --basedir=/usr/local/mysql/app/mysql/ --datadir=/usr/local/mysql/data/
/usr/local/mysql/app/mysql/bin/mysqld: error while loading shared libraries: libnuma.so.1: cannot open shared object file: No such file or directory

 

Libnuma.so.1 the following command to install the library 

yum  install numactl -and

 

Guess you like

Origin www.cnblogs.com/faberbeta/p/mysql-install001.html