yidazhi

Results 3 issues of yidazhi

make rpm Make the following mistake: error: Failed build dependencies: python27-python is needed by mongodb_consistent_backup-1.3.0-1.el6.x86_64 python27-python-devel is needed by mongodb_consistent_backup-1.3.0-1.el6.x86_64 python27-python-virtualenv is needed by mongodb_consistent_backup-1.3.0-1.el6.x86_64 make: *** [rpm] Segmentation fault...

在两台虚拟机上跑脚本,均无法抓取慢日志里的sql记录到数据库,我的目标数据库和archer所在数据库,均有archer用户,并且all privileges; 慢日志中有内容,并且我也会删除last_analysis_time_$hostname这个文件,但还是抓取不到sql,但是很奇怪的抓取到了慢日志中的show语句:SHOW VARIABLES LIKE 'wait\_timeout'; 还请大神们帮忙看看 我的脚本配置: #!/bin/bash DIR="$( cd "$( dirname "$0" )" && pwd )" cd $DIR #config monitor database server 收集日志 配置archer数据库的连接地址 monitor_db_host="192.168.1.159" monitor_db_port=3306 monitor_db_user="archer" monitor_db_password="111111"...

configure: error: crypto is required 请教各位大神怎么破