Created
October 1, 2013 14:25
-
-
Save t-cyrill/6779329 to your computer and use it in GitHub Desktop.
setup_php in CentOS 6.4
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
| #!/bin/bash -x | |
| sudo yum install wget | |
| wget http://ftp-srv2.kddilabs.jp/Linux/distributions/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm | |
| sudo rpm --import wget http://ftp.riken.jp/Linux/fedora/epel/RPM-GPG-KEY-EPEL-6 | |
| sudo yum install re2c libmcrypt libmcrypt-devel | |
| sudo yum install libxml2-devel \ | |
| bison \ | |
| bison-devel \ | |
| openssl-devel \ | |
| curl-devel \ | |
| libjpeg-devel \ | |
| libpng-devel \ | |
| libmcrypt-devel \ | |
| readline-devel \ | |
| libtidy-devel \ | |
| libxslt-devel \ | |
| httpd-devel \ | |
| enchant-devel \ | |
| libXpm \ | |
| libXpm-devel \ | |
| freetype-devel \ | |
| t1lib \ | |
| t1lib-devel \ | |
| gmp-devel \ | |
| libc-client-devel \ | |
| libicu-devel \ | |
| oniguruma-devel \ | |
| net-snmp \ | |
| net-snmp-devel \ | |
| bzip2-devel \ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment