Error : “Missing PCRE2 library” in ClamAV on CloudLinux 6

kumkumsharma

Administrator
Staff member
If you are getting below error while starting ClamAV then you can check below details.

Code:
/usr/local/cpanel/3rdparty/bin/clamd: error while loading shared libraries: libpcre2-8.so.0: cannot open shared object file: No such file or directory
According to this error PCRE2 need to be installed on server, PCRE2 is the latest version released by cloudlinux.

You can use below command to install the library.

Code:
yum install pcre2 -y
 
Top