httpd編譯安裝php
- wget http://hk1.php.net/distributions/php-5.6.31.tar.gz
- yum groupinstall “Development Tools”
- yum install zlib openssl perl
- yum install httpd httpd-devel
- tar -xf php.tar.gz -C /usr/src
- cd /usr/src/php
- yum install mariadb mariadb-server php-mysql
- 配置
./configure --prefix /usr/local/php56 --with-apxs2=/usr/local/httpd24/bin/apxs --with-config-file-path=/etc/ --with-config-file-scan-dir=/etc/php.d --with-libxml-dir --with-openssl --with-zlib --enable-mbstring --with-mysql
其中php與httpd的聯絡就是apxs, 與mysql的聯絡就是with-mysql
- make && make install
- cp php.ini-development /etc/php.ini
- mkdir /etc/php.d/
- 修改httpd.conf
相關文章
- httpd-2.4 編譯安裝(centos6)httpd編譯CentOS
- httpd 一鍵編譯安裝指令碼(centos6&7_httpd2.2&2.4)httpd編譯指令碼CentOS
- centos PHP 編譯安裝CentOSPHP編譯
- Linux 編譯 安裝 PHP 7.3.1Linux編譯PHP
- PHP7 編譯安裝PHP編譯
- PHP Linux安裝擴充套件(編譯安裝)PHPLinux套件編譯
- 編譯安裝nginx-php-mysql編譯NginxPHPMySql
- Centos 編譯安裝 PHP7.4.7CentOS編譯PHP
- Cnetos7編譯安裝PHP教程。編譯PHP
- CentOS 下編譯安裝 PHP7.2CentOS編譯PHP
- PHP編譯安裝之Configure引數PHP編譯
- Skywalking PHP客戶端編譯安裝PHP客戶端編譯
- PHP編譯configure時常見錯誤,和PHP7.1.4 編譯安裝PHP編譯
- Ubuntu 18.04系統編譯安裝PHP教程。Ubuntu編譯PHP
- Ubuntu 20.04系統編譯安裝PHP教程。Ubuntu編譯PHP
- 寶塔php編譯安裝fileinfo失敗PHP編譯
- Linux yum安裝httpd報錯 No package httpd available ?LinuxhttpdPackageAI
- Debian11系統編譯安裝PHP教程。編譯PHP
- Mac air 指定 PHP 版本編譯安裝指定 swooleMacAIPHP編譯
- Mac air 指定 PHP 版本編譯安裝指定 RedisMacAIPHP編譯Redis
- CentOS 下編譯安裝 PHP7.2(apache 版)CentOS編譯PHPApache
- CentOS 下編譯安裝 PHP7.2(nginx 版)CentOS編譯PHPNginx
- LNMP架構編譯安裝(Linux、Nginx、Mysql、PHP)LNMP架構編譯LinuxNginxMySqlPHP
- PHP編譯安裝時常見錯誤解決辦法,php編譯常見錯誤PHP編譯
- php環境篇:linux編譯安裝nginx1.13.2PHPLinux編譯Nginx
- Centos8 stream系統編譯安裝PHP教程。CentOS編譯PHP
- 1.8LNMP環境編譯安裝php-5.6.14LNMP編譯PHP
- Nginx1.19 php8.0 原始碼編譯安裝NginxPHP原始碼編譯
- 編譯安裝zabbix編譯
- 安裝編譯ffmpeg編譯
- Griffin編譯安裝編譯
- 編譯安裝nmon編譯
- swoole 編譯安裝編譯
- apache編譯安裝Apache編譯
- ffmpeg安裝之linux編譯安裝Linux編譯
- Shell編譯安裝nginx編譯Nginx
- Linux 編譯安裝 PythonLinux編譯Python
- Linux編譯安裝NginxLinux編譯Nginx