ubuntu/debian 编译 php7.4

apt-get install gcc libpcre3 libpcre3-dev libssl-dev automake autoconf libtool make pkg-config libsqlite3-dev libkrb5-dev libexif-dev libjpeg8-dev libfreetype6-dev libbz2-dev libpcre3-dev libpng12-dev libcurl4-gnutls-dev libonig-dev libxslt1-dev libxml2-dev

./configure --prefix=/usr/local/php74 --with-zlib-dir --enable-mbstring -- enable-xmlreader --enable-xmlwriter --enable-soap --enable-calendar --with-curl --with-zlib --with-pear --with-pdo-mysql --with-mysqli --with-mysql-sock -- enable-mysqlnd --disable-rpath --enable-inline-optimization --with-bz2 --enable-sockets --enable-sysvsem --enable-sysvshm --enable-pcntl --enable-mbregex -- enable-exif --enable-bcmath --with-mhash --with-openssl --enable-ftp --with-kerberos --with-gettext --with-xmlrpc --with-xsl --enable-fpm

./configure --prefix=/usr/local/php74 --with-zlib-dir --enable-mbstring -- enable-xmlreader --enable-xmlwriter --enable-soap --enable-calendar --with-curl --with-zlib --with-pear --with-pdo-mysql --with-mysqli --with-mysql-sock -- enable-mysqlnd --disable-rpath --enable-inline-optimization --with-bz2 --enable-sockets --enable-sysvsem --enable-sysvshm --enable-mbregex -- enable-exif --enable-bcmath --with-mhash --with-openssl --enable-ftp --with-kerberos --with-gettext --with-xmlrpc --with-xsl --enable-fpm --enable-pcntl

./configure --prefix=/usr/local/php73 --with-zlib-dir --enable-mbstring --enable-xmlreader --enable-xmlwriter --enable-soap --enable-calendar --with-curl --with-zlib --with-pear --with-pdo-mysql --with-mysqli --with-mysql-sock --enable-mysqlnd --disable-rpath --enable-inline-optimization --with-bz2 --enable-sockets --enable-sysvsem --enable-sysvshm --enable-pcntl --enable-mbregex --enable-exif --enable-bcmath --with-mhash --with-openssl --enable-ftp --with-kerberos --with-gettext --with-xmlrpc --with-xsl --enable-fpm

groupadd nobody php-fpm

相关推荐
青梅橘子皮3 小时前
Linux---基本指令
linux·运维·服务器
REDcker4 小时前
Linux信号机制详解 POSIX语义与内核要点 sigaction与备用栈实践
linux·运维·php
cui_ruicheng5 小时前
Linux进程间通信(三):System V IPC与共享内存
linux·运维·服务器
蚰蜒螟5 小时前
深入 Linux 内核同步机制:从 futex 到 spinlock 的完整旅程
linux·windows·microsoft
运维全栈笔记5 小时前
Linux安装配置Tomcat保姆级教程:从部署到性能调优
linux·服务器·中间件·tomcat·apache·web
dllmayday6 小时前
Linux 上用终端连接 WiFi
linux·服务器·windows
峥无7 小时前
Linux系统编程基石:静态库·动态库·ELF文件·进程地址空间全景图
linux·运维·服务器
用户2367829801687 小时前
从 chmod 755 说起:Unix 文件权限到底是怎么算的?
linux
Strugglingler8 小时前
【systemctl 学习总结】
linux·systemd·systemctl·journalctl·unit file
全球通史8 小时前
RDKS100 GPU量化环境配置
ubuntu