Skip to content

Instantly share code, notes, and snippets.

@ohsawa0515
Last active August 29, 2015 14:00
Show Gist options
  • Save ohsawa0515/86733d9ffdc1e77760e1 to your computer and use it in GitHub Desktop.
Save ohsawa0515/86733d9ffdc1e77760e1 to your computer and use it in GitHub Desktop.
yum package list for installing for php
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