简而言之:
在centos7上安装mysql (没有yum),我已经安装了numactl,但仍然收到错误:
Installing MySQL system tables.../usr/local/mysql/bin/mysqld:
error while loading shared libraries: libnuma.so.1: cannot open shared object file: No such file or directory问题详情:
我正在linux centos7上安装mysql (没有yum),初始化脚本/mysql_install_db时,出现错误信息:
Installing MySQL system tables.../usr/local/mysql/bin/mysqld:
error while loading shared libraries: libnuma.so.1: cannot open shared object file:
No such file or directory ; 我搜索了一些numactl需要的建议。但我已经安装了numactl:
[root@foo scripts]# sudo yum install numactl -y
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Package numactl-2.0.9-7.el7.x86_64 already installed and latest version
Nothing to do再次运行脚本/mysql_install_db时,仍会出现错误信息。
有什么建议吗?
发布于 2020-10-15 11:54:53
我解决了这个问题:
sudo apt-get install libnuma-devhttps://stackoverflow.com/questions/57833459
复制相似问题