This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- `sudo apt-get install apache2` | |
- `sudo apt-get build-dep php5` | |
- `sudo apt-get install libxml2-dev` | |
- `sudo apt-get install libcurl4-openssl-dev pkg-config` | |
- `sudo apt-get install libjpeg-dev` | |
- `sudo apt-get install libpng12-dev` | |
- `sudo apt-get install libt1-dev` | |
- `sudo apt-get install libib-util` | |
- `sudo apt-get install libfbclient2` | |
- install `freetype2` http://www.freetype.org/download.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./configure \ | |
--enable-fpm \ | |
--with-fpm-user=www-data \ | |
--with-fpm-group=www-data \ | |
--with-config-file-path=/usr/local/php/conf \ | |
--with-config-file-scan-dir=/usr/local/php/conf.d \ | |
--enable-debug \ | |
--with-openssl \ | |
--with-kerberos \ | |
--with-zlib \ |