摘要:
跟踪一个php程序的运行:strace -s 1000 -f -o test.log php test.php对于守护进程(后台一直跑的进程)php test.php & 得到它的PIDstrace -p PID-f -o test.log 阅读全文
posted @ 2015-12-02 16:45
mingaixin
阅读(180)
评论(0)
推荐(0)
摘要:
参考的网址:http://blog.csdn.net/jcjc918/article/details/39032689configure正确之后,执行make,出现如下的报错信息configure.ac:62: error: required file 'config/ar-lib' not fou... 阅读全文
posted @ 2015-12-02 16:17
mingaixin
阅读(1792)
评论(1)
推荐(1)
摘要:
参考的网址:http://blog.csdn.net/jcjc918/article/details/39032689错误现象:执行 buildconf.sh 报错,无法生成configure文件报错的代码automake: warnings are treated as errors/usr/sh... 阅读全文
posted @ 2015-12-02 15:35
mingaixin
阅读(1579)
评论(0)
推荐(0)
摘要:
yum install mysql-devel libxml2-devel expat-develcd /data/software/wget http://www.coreseek.cn/uploads/csft/4.0/coreseek-4.1-beta.tar.gztar zxvf core... 阅读全文
posted @ 2015-12-02 15:22
mingaixin
阅读(1157)
评论(0)
推荐(0)
浙公网安备 33010602011771号