简体   繁体   中英

OLS error while loading shared libraries libargon2.so.0

I am a newbie in Openlitespeed and while configuring OpenLiteSpeed to run my wordpress website, I checked the error.log and found out this error:

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

and here it is the content of my 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

It means your OS/System need libargon2 package but not exist.

For Debian/Ubuntu, please run

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

For CentOS, please run

yum install epel-release

Best

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM