摘要:
安装openssl报错configure: error: You need a C++ compiler for C++ support 是缺少c++编译器的原因 需要安装gcc gcc-c++环境,执行以下命令 yum install -y gcc gcc-c++ 然后再进行编译,问题即可解决 阅读全文
摘要:
若在“./configure”后方加入了“–with-http_gzip_static_module”(添加gzip压缩模块)提示以下错误 ./configure: error: the HTTP gzip module requires the zlib library.You can eithe 阅读全文
摘要:
1. 创建函数时报错信息 执行创建函数的sql语句时,提示:This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled 2. 错 阅读全文
摘要:
svn报错:“Previous operation has not finished; run ‘cleanup’ if it was interrupted“ 1、执行clean up 2、执行clean up后如果依然报错,按以下方法解决 本地.svn\wc.db数据库文件里面存储了svn的op 阅读全文