PHP Startup: Unable to load dynamic library 'clos_ssa.so'

Operating System & Version
Cloudlinux 7.9
cPanel & WHM Version
v94.0.5

renatoandrade

Member
Feb 20, 2014
22
3
53
cPanel Access Level
Root Administrator
[Thu Apr 29 23:03:55.541384 2021] [cgi:error] [pid 3554026] [client 192.0.91.153:0] AH01215: PHP Warning: PHP Startup: Unable to load dynamic library 'clos_ssa.so' (tried: /opt/cpanel/ea-php80/root/usr/lib64/php/modules/clos_ssa.so (/opt/cpanel/ea-php80/root/usr/lib64/php/modules/clos_ssa.so: cannot open shared object file: No such file or directory), /opt/cpanel/ea-php80/root/usr/lib64/php/modules/clos_ssa.so.so (/opt/cpanel/ea-php80/root/usr/lib64/php/modules/clos_ssa.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0: /usr/local/cpanel/cgi-sys/ea-php80

Apache logs are constantly generating this error, does anyone know how to solve this problem?
 

keat63

Well-Known Member
Nov 20, 2014
1,963
267
113
cPanel Access Level
Root Administrator
I'm no expert, but i'd suggest that something is calling for a module that you may not have installed.
Which module this refers to though i wouldn't know.

I had a quick look through the available modules (on php 7) to see if it was possible to second guess and the only logical thing I could come up with was maybe a caching module and only because they contain the phrase 'so'

If it helps, I have mod_socache_memcache installed.
 
  • Like
Reactions: cPRex

ankeshanand

Well-Known Member
Mar 29, 2021
209
63
103
India
cPanel Access Level
Root Administrator
Twitter
[Thu Apr 29 23:03:55.541384 2021] [cgi:error] [pid 3554026] [client 192.0.91.153:0] AH01215: PHP Warning: PHP Startup: Unable to load dynamic library 'clos_ssa.so' (tried: /opt/cpanel/ea-php80/root/usr/lib64/php/modules/clos_ssa.so (/opt/cpanel/ea-php80/root/usr/lib64/php/modules/clos_ssa.so: cannot open shared object file: No such file or directory), /opt/cpanel/ea-php80/root/usr/lib64/php/modules/clos_ssa.so.so (/opt/cpanel/ea-php80/root/usr/lib64/php/modules/clos_ssa.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0: /usr/local/cpanel/cgi-sys/ea-php80

Apache logs are constantly generating this error, does anyone know how to solve this problem?
Looks like its not Installed on your Machine. Go to WHM>EasyApache4 and Check if this package is available in ea-php8 but I do know this package is available in CloudLinux alt-php8 with the name alt-php-ssa. If Its not found in PHP8 library, maybe its not released in PHP8 and you should PHP7.4 which is not yet deprecated.
 
  • Like
Reactions: cPRex