本帖最后由 photonmang 于 2020-4-11 16:02 编辑
完结这个帖子,我已经知道原因了。是debian的源有点问题。经过过这几天的重复更替,发现最终就是出在这个源上门。直接替换源为交大的源就能解决了。
- deb https://mirror.sjtu.edu.cn/debian/ jessie main non-free contrib
- deb https://mirror.sjtu.edu.cn/debian/ jessie-updates main non-free contrib
- deb https://mirror.sjtu.edu.cn/debian/ jessie-backports main non-free contrib
- deb-src https://mirror.sjtu.edu.cn/debian/ jessie main non-free contrib
- deb-src https://mirror.sjtu.edu.cn/debian/ jessie-updates main non-free contrib
- deb-src https://mirror.sjtu.edu.cn/debian/ jessie-backports main non-free contrib
- deb https://mirror.sjtu.edu.cn/debian-security/ jessie/updates main non-free contrib
- deb-src https://mirror.sjtu.edu.cn/debian-security/ jessie/updates main non-free contrib
复制代码
===============================================================================================
以前都可以的。最近又想重新安装宝塔面板。然后出现了PHP无法安装的情况,我查了下。好像是openssl的版本问题,具体不清楚怎么解决,只能求教大佬们帮忙看看。。我 rm /usr/local/openssl和/curl了。但是还是出现这个情况。不知道怎么回事。
我openssl version了下,发现版本是OpenSSL 1.0.1t,然后查看了php的安装脚本里面是1.0.2r。这里是否有问题?
|
|