-
Notifications
You must be signed in to change notification settings - Fork 86
FAQ: Installation
Frederick Townes edited this page Dec 18, 2018
·
13 revisions
Time required: ~1 minute
Install yum if you don't already have it. Then, if you like, you can update all of your installed software, but do so only if you have the experience and time to double check configurations afterward:
yum update
Install PECL:
yum install php-pear
Install the PHP Development package:
yum install php-devel
Install apxs with the following command:
yum install httpd-devel
Make sure GCC is up-to-date:
yum install gcc make
Make sure ZLIB is fully installed:
yum install zlib-devel
Make sure PCRE is fully installed:
yum install pcre-devel