安装PHP报错解决

4 篇文章 0 订阅
4 篇文章 0 订阅
在安装PHP的过程中遇到openssl包缺失的问题,通过添加epel-release扩展源并使用yuminstall命令安装openssl,然后重新预编译,问题得到解决。配置参数包括--with-openssl,确保了openssl在编译过程中的正确集成。
摘要由CSDN通过智能技术生成

1、安装php预编译时报错:no package ‘openssl’ found

2、解决方法:

1.安装epel-release扩展源

[root@node2 ~]# yum install -y epel-release

2.安装openssl

[root@node2 ~]# yum install -y openssl*

3.再次进行预编译,发现已经解决了

[root@node2 php-8.1.9]# ./configure --prefix=/usr/local/php8.1.9 --enable-mysqlnd --with-mysqli=mysqlnd--with-pdo-mysql=mysqlnd --with-openssl --enable-fpm --enable-sockets--enable-gd --with-zlib --enable-sysvshm --enable-mbstring --with-freetype--with-expat --enable-xml --with-mhash --with-config-file-path=/etc --with-config-file-scan-dir=/usr/local/php8.1.9/etc/--with-bz2 --with-jpeg

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值