Has anyone else had the issue of the intl.so library failing on PHP7.4 & PHP8.0 after updating to v96.0.8 & CloudLinux?
intl.so is looking for libicuio.so.68 (from my php cli error) but it looks like only the 69 dependencies are available in /opt/cpanel/ea-libicu/lib/. Looking at dependencies of the /opt/cpanel/ea-php74/root/usr/lib64/php/modules/intl.so file, it lists:
libicuio.so.68 => not found
libicui18n => not found
libicuuc.so.68 => not found
libicudata.so.68 => not found
I've had to revert sites to PHP7.3 just to get them working again.
Any help would be appreciated!
intl.so is looking for libicuio.so.68 (from my php cli error) but it looks like only the 69 dependencies are available in /opt/cpanel/ea-libicu/lib/. Looking at dependencies of the /opt/cpanel/ea-php74/root/usr/lib64/php/modules/intl.so file, it lists:
libicuio.so.68 => not found
libicui18n => not found
libicuuc.so.68 => not found
libicudata.so.68 => not found
I've had to revert sites to PHP7.3 just to get them working again.
Any help would be appreciated!