Advertisement
tokusei

Untitled

Apr 23rd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.35 KB | None | 0 0
  1. sudo yum update -y
  2. sudo yum install gcc gcc-c++ libxml2-devel -y
  3. wget http://jp2.php.net/get/php-7.2.4.tar.bz2/from/this/mirror -O php-7.2.4.tar.bz2
  4. tar jxf php-7.2.4.tar.bz2
  5. mkdir -p php-lambda/php-bin
  6. cd php-7.2.4
  7. pwd
  8. ./configure --prefix=/home/ec2-user/php-lambda/php-bin/
  9. make install
  10.  
  11. curl https://pastebin.com/raw/vLwWA1wW > ~/php-lambda/php.js
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement