Ubuntu12.04server上自己编译PHP5.3,比繁琐,共享之。
安装Apache2.2
然后安装MySQL5.5
接着就是编译依赖环境:
相关的lib支持库:
安装:
./configure --prefix=/usr/local/php --with-mcrypt --with-gettext --with-mysql --with-gd --with-jpeg-dir --with-png-dir --with-curl --with-freetype-dir --enable-gd-native-ttf --enable-mbstring --enable-sockets --with-pdo-mysql --enable-fpm --with-zlib --enable-zip --with-bz2 --enable-bcmath --with-tidy --with-fpm-user=daemon --with-fpm-group=daemon
sudo make
sudo make install
然后安装cli和dev:
最后开启Apache2支持:
最后就大功告成了~