20171011
今天又重新再Ubuntu上编译了一遍PHP(和安装一遍感觉没多大区别,可能是没看懂这个编译过程,所以觉得和安装一样)
配置文件的时候,检查爆了一个错:configure: error: Cannot find OpenSSL's libraries
查了这个网站,http://linuxzj.blog.51cto.com/6160158/1632132,解决了这个错误,按照原贴没有解决所以用的这个方法
编译原贴:
http://blog.csdn.net/memorie_/article/details/64444670
编写PHP:
nano /var/www/html/test.php
在里面写<?php
echo "hello world\n";
?>
ctrl+x Y保存
下面是用cli作服务器,运行的hello world