New issue by Kerrnel on void-packages repository https://github.com/void-linux/void-packages/issues/48183 Description: ### Is this a new report? Yes ### System Info Void 6.6.10_1 x86_64 GenuineIntel uptodate rrFFFFF ### Package(s) Affected php-apcu-8.3_1, php-imagick-8.3_1 ### Does a report exist for this bug with the project's home (upstream) and/or another distro? xbps-install --reinstall did not fix PHP Warning: PHP Startup: Unable to load dynamic library 'apcu.so' (tried: /usr/lib/php8.3/modules/apcu.so (/usr/lib/php8.3/modules/apcu.so: undefined symbol: php_strlcpy), PHP Warning: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /usr/lib/php8.3/modules/imagick.so (/usr/lib/php8.3/modules/imagick.so: undefined symbol: php_strlcpy), /usr/lib/php8.3/modules/imagick.so.so Note the dates on these two: ll /usr/lib/php8.3/modules/ total 4720 -rwxr-xr-x 1 root root 88304 Dec 13 12:46 apcu.so -rwxr-xr-x 1 root root 481568 Dec 13 12:46 imagick.so vs. the rest -rwxr-xr-x 1 root root 35064 Jan 3 21:54 pdo_mysql.so -rwxr-xr-x 1 root root 51448 Jan 3 21:54 pdo_pgsql.so -rwxr-xr-x 1 root root 35064 Jan 3 21:54 pdo_sqlite.so -rwxr-xr-x 1 root root 100592 Jan 3 21:54 zip.so ### Expected behaviour Modules load ### Actual behaviour Modules fail to load ### Steps to reproduce Install php8.3* ... launch with php --modules ; see them missing