【问题标题】:OLS error while loading shared libraries libargon2.so.0加载共享库 libargon2.so.0 时出现 OLS 错误
【发布时间】:2020-02-20 08:03:47
【问题描述】:

我是 Openlitespeed 的新手,在配置 OpenLiteSpeed 以运行我的 wordpress 网站时,我检查了 error.log 并发现了这个错误:

No request delivery notification has been received from LSAPI application, possible dead lock

这是我的 stderr.log 的内容

/usr/local/lsws/lsphp73/bin/lsphp: error while loading shared libraries: libargon2.so.0: cannot open shared object file: No such file or directory

【问题讨论】:

    标签: php litespeed


    【解决方案1】:

    这意味着您的操作系统/系统需要 libargon2 包但不存在。

    对于 Debian/Ubuntu,请运行

    apt-get update -y
    apt-get install -y libargon2-0
    

    对于 CentOS,请运行

    yum install epel-release
    

    最好的

    【讨论】:

    • 我把php版本改成lsphp71问题解决了。
    猜你喜欢
    • 2021-05-10
    • 2013-10-27
    • 2016-12-20
    • 2023-03-26
    • 2012-09-06
    • 1970-01-01
    • 2020-01-24
    • 2018-10-19
    • 2020-09-24
    相关资源
    最近更新 更多