一.安装php依赖库 二.安装php configure过程中各种糟心,缺少各种xx.h文件或者各种xx未声明,一般都是缺少开发库 三.修改php-fpm配置文件 修改php-fpm配置文件/usr/local/php/etc/php-fpm.conf 使/tmp/php-cgi.sock属主属组为 Read More
posted @ 2017-08-03 20:18 夏覓 Views(3367) Comments(0) Diggs(0) Edit
php在编译时需要mysql的配置,这样PHP远程连接mysql才有用。1.创建mysql用户和相关目录(配置文件里设置的目录) 2.安装依赖包 有些安装过的包可以忽略 3.mysql源码包获取和编译安装 官网www.mysql.com community-->source code-->Gener Read More
posted @ 2017-08-03 15:11 夏覓 Views(821) Comments(0) Diggs(0) Edit
一.nginxs的三个依赖包 1.zlib库。 gzip 模块需要 zlib 库 ( 下载: http://www.zlib.net/ ) gzip(GNU-ZIP)是一种压缩技术。经过gzip压缩后页面大小可以变为原来的30%甚至更小,这样,用户浏览页面的时候速度会块得多。gzip 的压缩页面需要 Read More
posted @ 2017-08-03 10:33 夏覓 Views(2965) Comments(0) Diggs(0) Edit