Did anybody meet this problem?
$ php74 -i | grep intl
PHP Warning: PHP Startup: Unable to load dynamic library 'intl.so' (tried: /usr/lib/php74/modules/intl.so (libicuio.so.70: cannot open shared object file: No such file or directory), /usr/lib/php74/modules/intl.so.so (/usr/lib/php74/modules/intl.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
/etc/php74/conf.d/20-intl.ini,
The php74-intl
and icu
has been installed. I do not have idea what is the problem w/ the package.
$ fd libicuio.so /
/usr/lib32/libicuio.so.71.1
/usr/lib32/libicuio.so.71
/usr/lib32/libicuio.so
/usr/lib/libicuio.so
/usr/lib/libicuio.so.71
/usr/lib/libicuio.so.71.1
$ ls -la /usr/lib/php74/modules/intl.so
-rwxr-xr-x 1 root root 455K Apr 15 17:26 /usr/lib/php74/modules/intl.so
Edit: Ehh... May I figured it out: the new version of libicuio? (71) :)
Pinned Comments
el_aur commented on 2022-01-27 12:06 (UTC) (edited on 2022-02-01 21:33 (UTC) by el_aur)
Read Carefully! Breaking changes in compare with native PHP package
Console version
/usr/bin/php74
is installed withphp74-cli
subpackage,php74
doesn't include it anymore!!!PEAR and PECL are available as
php74-pear
andphp74-pecl
subpackagesAll shared modules are respresented as stand-alone subpackages and are not included with
php74
package anymore.No more extensions in php.ini itself! Separate INI files for each extension are placed in
/etc/php74/conf.d
They are loaded in correct order according to priorityModules: mysqlnd, mysqli and pdo_mysql are moved to single package
php74-mysql
php74-xsl
requiresphp74-xml
andphp74-dom
to be installedphp74-enchant
build with dependencies:libvoikko
,hspell
,hunspell
,nuspell
,aspell