Last active
September 9, 2021 05:34
-
-
Save iamdylanngo/f43801a227226c81f7e48a22e2b447c0 to your computer and use it in GitHub Desktop.
Compiler php with LiteSpeed on amazone linux 2
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 gcc | |
sudo yum install libxslt-devel | |
sudo yum install openssl-devel | |
sudo yum install sqlite-devel | |
sudo yum install curl-devel | |
sudo yum install oniguruma-devel | |
sudo yum install gd gd-devel php-gd | |
sudo yum install pcre-devel zlib zlib-devel libzip-devel make |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment