#!/bin/bash
# Specific version number
PHP_V=7.4.2
TMP_DIR=/tmp
INSTALL_DIR=/usr/local
function install_php() {
cd $TMP_DIR
yum -y install gcc gcc-c++ make zlib zlib-devel pcre pcre-devel libjpeg libjpeg-devel libpng libpng-devel freetype freetype-devel libxml2 libxml2-devel glibc glibc-devel glib2 glib2-devel bzip2 bzip2-devel ncurses ncurses-devel curl curl-devel e2fsprogs e2fsprogs-devel krb5 krb5-devel openssl openssl-devel openldap openldap-devel nss_ldap openldap-clients openldap-servers
wget -c http://mirrors.sohu.com/php/php-${PHP_V}.tar.bz2 &&
tar -jxvf php-${PHP_V}.tar.bz2 && cd php-${PHP_V} &&
mv php-${PHP_V} $INSTALL_DIR/php
cd $INSTALL_DIR/php;
./configure --prefix=$INSTALL_DIR/php --with-config-file-path=$INSTALL_DIR/php/etc
sleep 1s;
if [ $? -eq 0 ];then
make ZEND_EXTRA_LIBS="-liconv" &&make install
echo -e " 33[32m PHP Service installed successfully ! 33[0m"
else
echo -e " 33[32m PHP Service installation failed , Please check the configuration file ! 33[0m"
exit
fi
}
install_php
当前位置:网站首页>Centos7 one click compilation and installation of PHP script
Centos7 one click compilation and installation of PHP script
2022-07-02 10:03:00 【KentBryce】
边栏推荐
- 【UE5】动画重定向:如何将幻塔人物导入进游戏玩耍
- In SQL injection, why must the ID of union joint query be equal to 0
- Bugkuctf-web16 (backup is a good habit)
- Is the C language too fat
- PI control of grid connected inverter (grid connected mode)
- cmake的命令-官方文档
- 2837xd代码生成模块学习(3)——IIC、eCAN、SCI、Watchdog、eCAP模块
- A model can do two things: image annotation and image reading Q & A. VQA accuracy is close to human level | demo can be played
- Alibaba cloud Prometheus monitoring service
- 2837xd code generation - Supplement (2)
猜你喜欢

BugkuCTF-web24(解题思路及步骤)

虚幻——动画蓝图、状态机制作人物走跑跳动作

逆变器simulink模型——处理器在环测试(PIL)

2837xd code generation module learning (1) -- GPIO module

ue虚幻引擎程序化植物生成器设置——如何快速生成大片森林

This monitoring system makes workers tremble: turnover intention and fishing can be monitored. After the dispute, the product page has 404

Mysql索引

2837xd 代码生成——补充(2)

2837xd代码生成模块学习(3)——IIC、eCAN、SCI、Watchdog、eCAP模块

阿里云ack介绍
随机推荐
Fragmenttabhost implements the interface of housing loan calculator
go语言入门
【虚幻】自动门蓝图笔记
Blender多镜头(多机位)切换
Ckeditor 4.10.1 upload pictures to prompt "incorrect server response" problem solution
Mobile mall app solution: how much is it to make an app? Detailed explanation of APP mall development content
UE5——AI追逐(蓝图、行为树)
[ue5] two implementation methods of AI random roaming blueprint (role blueprint and behavior tree)
Read 30 minutes before going to bed every day_ day4_ Files
cmake的命令-官方文档
[illusory] weapon slot: pick up weapons
ZK configuration center -- configuration and use of config Toolkit
【虚幻】按键开门蓝图笔记
【UE5】蓝图制作简单地雷教程
Failed to configure a DataSource: ‘url‘ attribute is not specified and no embedd
MySQL default transaction isolation level and row lock
Save video opencv:: videowriter
Personal experience & blog status
Read 30 minutes before going to bed every day_ day3_ Files
【虚幻】过场动画笔记