libnuma.so.1()(64bit) is needed by mysql-community-server-5.7.9-1.el6.x86_64
版本:5.7.9
新裝的CentOS 6.3 安裝MySQL 5.7.9 出現的問題
1、首先解除安裝系統自帶的mysql 5.1的包
yum -y remove mysql-libs-5.1.61-4.el6.x86_64
2、開始安裝MySQL 5.7.9的包
3、報錯:warning: mysql-community-server-5.7.9-1.el6.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY
error: Failed dependencies:
libnuma.so.1()(64bit) is needed by mysql-community-server-5.7.9-1.el6.x86_64
libnuma.so.1(libnuma_1.1)(64bit) is needed by mysql-community-server-5.7.9-1.el6.x86_64
libnuma.so.1(libnuma_1.2)(64bit) is needed by mysql-community-server-5.7.9-1.el6.x86_64
4、安裝numactl即可
yum install numactl
新裝的CentOS 6.3 安裝MySQL 5.7.9 出現的問題
1、首先解除安裝系統自帶的mysql 5.1的包
yum -y remove mysql-libs-5.1.61-4.el6.x86_64
2、開始安裝MySQL 5.7.9的包
3、報錯:warning: mysql-community-server-5.7.9-1.el6.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY
error: Failed dependencies:
libnuma.so.1()(64bit) is needed by mysql-community-server-5.7.9-1.el6.x86_64
libnuma.so.1(libnuma_1.1)(64bit) is needed by mysql-community-server-5.7.9-1.el6.x86_64
libnuma.so.1(libnuma_1.2)(64bit) is needed by mysql-community-server-5.7.9-1.el6.x86_64
4、安裝numactl即可
yum install numactl
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/28939273/viewspace-1846498/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Linux中出現libc.so.6(GLIBC_2.14)(64bit) is needed by...的解決辦法Linux
- Nobody is needed
- [LeetCode] 2073. Time Needed to Buy TicketsLeetCode
- crontab on raspberry pi, full path, not relative path, is needed.
- Installing Oracle 9i on OELRHEL 4.8 64bitOracle
- Requires: libc.so.6(GLIBC_2.14)(64bit)UI
- MySQL 5.7初始化報錯error while loading shared libraries: libnuma.so.1MySqlErrorWhile
- 圖靈獎得主Yoshua Bengio新作:Were RNNs All We Needed?圖靈RNN
- 華為雲Ubuntu 22.04 server 64bit 安裝dockerUbuntuServerDocker
- 阿里雲伺服器靜默安裝Oracle 11.2.0.4.0 -64bit阿里伺服器Oracle
- Xubuntu18.04 64bit 安裝 NVIDIA GTX1050 TI 驅動Ubuntu
- 【PAT甲級A1065】A+B and C (64bit) (20分)(c++)C++
- CANNOT LINK EXECUTABLE "test_aidl_hal": library "android.hardware.hello-V1-ndk.so" not found: needed by main executableAIAndroid
- 從32位資料庫還原到64bit資料庫open的時候報錯資料庫
- 安裝opencv報錯/usr/bin/ld: warning: libpcre.so.1, needed by /home//anaconda3/lib/libglib-2.0.so.0OpenCV