This file contains hidden or 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
| # Install dependency libs of PHP5 | |
| aptitude build-dep php5 | |
| # Add this one | |
| aptitude install libmcrypt-dev | |
| # Run configure before compile | |
| ./configure --prefix=/usr/local/php54 \ | |
| --with-config-file-path=/etc/php54 \ | |
| --with-config-file-scan-dir=/etc/php54/conf.d \ |
NewerOlder