启动报错

问答中心分类: Database启动报错
liwl asked 7 年 ago
ERROR: ld.so: object '/usr/local/lib/libjemalloc.so' from LD_PRELOAD cannot be preloaded: ignored.
安装目录默认没更改,设置也默认,可以正常启动
pps -ef | grep -v grep|grep mysql 
root 4857 1 0 09:22 pts/1 00:00:00 /bin/sh /usr/local/mysql/bin/mysqld_safe --datadir=/data/mysql --pid-file=/data/mysql/mysql.pid
mysql 5695 4857 0 09:22 pts/1 00:00:00 /usr/local/mysql/bin/mysqld --basedir=/usr/local/mysql --datadir=/data/mysql --plugin-dir=/usr/local/mysql/lib/plugin --user=mysql --log-error=/data/mysql/mysql-error.log --open-files-limit=65535 --pid-file=/data/mysql/mysql.pid --socket=/tmp/mysql.sock --port=3306

7 Answers
oneinstack answered 7 年 ago
什么操作系统?

liwl answered 7 年 ago
centos6.7 x86_64 
2.6.32-573.el6.x86_64 

liwl answered 7 年 ago
/usr/local/lib  目录下是没有文件的

oneinstack answered 7 年 ago
不使用oneinstack安装的吧

liwl answered 7 年 ago
是使用oneinstack安装的,国内  not full的包。 

liwl answered 7 年 ago
查看了下  是缺少ibjemalloc.so,从没报错的服务器上把文件复制出来了。

liwl answered 7 年 ago
参照 oneinstack\include\jemalloc.sh安装了