【已解答】安装php8.2提示启动失败
为了能快速了解并处理您的问题,请提供以下基础信息:面板、插件版本:Linux面板9.6.0
系统版本:
系统:Ubuntu 22.04.5 LTS (Jammy Jellyfish) x86_64(Py3.7.8)
问题描述:
安装php8.2,提示
启动失败,pid文件不存在:/www/server/php/82/var/run/php-fpm.pid
相关截图(日志、错误):
编译安装也是不行的
系统的libcurl和openssl版本不兼容
可以尝试下面方法重装libcurl
apt-get remove curl libcurl4 -y
apt-get update
apt-get install curl libcurl4 libcurl4-openssl-dev -y
页:
[1]