Last active
August 29, 2015 14:00
-
-
Save ohsawa0515/86733d9ffdc1e77760e1 to your computer and use it in GitHub Desktop.
yum package list for installing for php
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 yum install \ | |
bzip2-devel \ | |
curl curl-devel \ | |
pcre pcre-devel \ | |
freetype freetype-devel \ | |
gcc gcc-c++ \ | |
gdbm-devel \ | |
gmp gmp-devel \ | |
libicu libicu-devel \ | |
libjpeg libjpeg-devel \ | |
libmcrypt libmcrypt-devel \ | |
libpng libpng-devel \ | |
libtool-ltdl libtool-ltdl-devel \ | |
libxml2 libxml2-devel \ | |
libxslt libxslt-devel \ | |
mysql-devel \ | |
openssl openssl-devel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment