发表于: 2018-04-27 19:38:44
2 865
今天完成的事情:
安装完其他需要的依赖扩展(编译安装真是麻烦,)
安装php,
今天主要是解决编译安装过程出现的各种问题
遇到的问题:
找了很多解决方法,还是重启失败,正常启动,关闭是可以的,,
ps -ef | grep nginx
root 11986 12900 0 19:31 pts/2 00:00:00 grep --color=auto nginx
root 26570 1 0 09:37 ? 00:00:00 nginx: master process /usr/local/nginx/sbin/nginx
www 26604 26570 0 09:37 ? 00:00:00 nginx: worker process
是不是这个原因
那种感觉,明知道原因解决不了的感觉
收获:
如何在编译后,指定安装路径
http://hwcrazy.com/26c8d096716411e1be6f000d601c5586/
Linux 运维中,为什么现在很多人用源码安装而不用 RPM 安装?
https://www.zhihu.com/question/21949923
Linux编译安装中configure、make和make install各自的作用
https://blog.csdn.net/cheng157507947/article/details/44040035
明天计划的事情:
继续解决编译安装的一步一个坑,,争取zabbix访问成功
评论