If you are getting below error while starting ClamAV then you can check below details.
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:
/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
You can use below command to install the library.
Code:
yum install pcre2 -y