zoukankan      html  css  js  c++  java
  • mysql初始化/usr/local/mysql/bin/mysqld: error while loading shared libraries: libnuma.so.1: cannot open shared object file: No such file or directory

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

    [root@test153 ~]# yum -y install numactl
    Loaded plugins: fastestmirror
    Setting up Install Process
    Loading mirror speeds from cached hostfile
    Resolving Dependencies
    --> Running transaction check
    ---> Package numactl.x86_64 0:2.0.9-2.el6 will be installed
    --> Finished Dependency Resolution

    Dependencies Resolved

    ========================================================================================================================================================
    Package Arch Version Repository Size
    ========================================================================================================================================================
    Installing:
    numactl x86_64 2.0.9-2.el6 base 74 k

    Transaction Summary
    ========================================================================================================================================================
    Install 1 Package(s)

    Total download size: 74 k
    Installed size: 171 k
    Downloading Packages:
    numactl-2.0.9-2.el6.x86_64.rpm | 74 kB 00:00
    Running rpm_check_debug
    Running Transaction Test
    Transaction Test Succeeded
    Running Transaction
    Installing : numactl-2.0.9-2.el6.x86_64 1/1
    Verifying : numactl-2.0.9-2.el6.x86_64 1/1

    Installed:
    numactl.x86_64 0:2.0.9-2.el6

    Complete!

    yum -y install numactl
    yum install libnuma
    yum install ld-linux.so.2
    yum install libaio.so.1
    yum install libnuma.so.1
    yum install libstdc++.so.6
    yum install libtinfo.so.5

    yum clean all
    yum makecache

  • 相关阅读:
    用C# WebClient类 提交数据
    a标签弹出 文件上载框
    C中 #define
    五款专业文本编辑器比较(转贴)
    IE和Firefox(火狐)在JavaScript方面的不兼容及统一方法总结
    全球历史票房排行
    ASP调用带参数存储过程的几种方式
    VB6.0如何使用正则表达式
    实现VB与EXCEL的无缝连接
    初识Firebug 全文 — firebug的使用
  • 原文地址:https://www.cnblogs.com/ritchy/p/11799353.html
Copyright © 2011-2022 走看看