• 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

  • 相关阅读:
    day1-python简介+安装
    dgango中admin下添加搜索功能
    调用zabbix 分组api
    python 调用zabbix api实现查询主机信息,输出所有主机ip
    python实现用户登录界面
    怎样过滤跨站恶意脚本攻击(XSS)
    java服务安装(一):使用java service wrapper及maven打zip包
    详解Maven项目利用java service wrapper将Java程序生成Windows服务
    使用tomcat7-maven-plugin部署Web项目
    常用Maven插件介绍
  • 原文地址:https://www.cnblogs.com/ritchy/p/11799353.html
Copyright © 2020-2023  润新知