摘要:
今天正在centos7.3里面配置redis3.0, 结果make的时候抛出编译中断 CC adlist.o In file included from adlist.c:34:0: zmalloc.h:50:31: 致命错误:jemalloc/jemalloc.h:没有那个文件或目录 #inclu 阅读全文
摘要:
在添加命令自动补全的时候mysql启动失败这是原配 1 # For advice on how to change settings please see 2 # http://dev.mysql.com/doc/refman/5.6/en/server-configuration-defaults.html 3 # *** DO NOT EDIT THIS FILE. It's a tem... 阅读全文
摘要:
第一步: 先装三大依赖 openssl : tar zxvf openssl-1.1.0f.tar.gz cd openssl-1.1.0f ./config && make && make install pcre: tar zxvf pcre-8.40.tar.gz cd pcre-8.40 . 阅读全文