[3rd-Party Apps] [已解决]php7.3-curl模块无法加载
Tofloor
poster avatar
152******80
Advanced Packager
2021-07-01 18:29
Author

升级最新版后无法加载php7.3-curl,提示错误

PHP Warning:  PHP Startup: Unable to load dynamic library 'curl.so' (tried: /usr/lib/php/20180731/curl.so (/lib/x86_64-linux-gnu/libcurl.so.4: symbol GMTLSv1_1_client_method version OPENSSL_1_1_0 not defined in file libssl.so.1.1 with link time reference), /usr/lib/php/20180731/curl.so.so (/usr/lib/php/20180731/curl.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0

请问怎么解决

========================================

找到一种方法,对于20.2.2的用户,降级libssl1.1为deepin默认包

sudo apt-get install libssl1.1=1.1.1d.6-1

 

Reply Favorite View the author
All Replies
152******80
Advanced Packager
2021-07-01 18:41
#1

临时解决办法回退版本,https://bbs.chinauos.com/post/7139

Reply View the author
152******80
Advanced Packager
2021-07-01 18:43
#2

@ deepin-mq请告知这个问题解决办法,否则只有保留之前的包了

Reply View the author
leojen
deepin
2021-07-01 18:50
#3

apt-get install php7.3-curl

Reply View the author
152******80
Advanced Packager
2021-07-01 23:52
#4
leojen

apt-get install php7.3-curl

不是这个问题,我已经装好了的,只是无法调用

Reply View the author
leojen
deepin
2021-07-02 01:02
#5
152******80

不是这个问题,我已经装好了的,只是无法调用

你这一看就是你手动去打开了 extension=curl.so的注释吧,我的装好了不需要手动去打开那个注释呢。。

Reply View the author
152******80
Advanced Packager
2021-07-29 22:11
#6
leojen

你这一看就是你手动去打开了 extension=curl.so的注释吧,我的装好了不需要手动去打开那个注释呢。。

没有哈,不是这个问题

Reply View the author