Face Regognize problems with pdlib

Hello i have problems with Faceregognize
after i install the pdlib i becomefollow error.

PHP Warning:  PHP Startup: Unable to load dynamic library 'pdlib.so' (tried: /usr/lib64/php8.2/lib/extensions/no-debug-non-zts-20220829/pdlib.so (/usr/lib64/php8.2/lib/extensions/no-debug-non-zts-20220829/pdlib.so: undefined symbol: DGifOpenFileName), /usr/lib64/php8.2/lib/extensions/no-debug-non-zts-20220829/pdlib.so.so (/usr/lib64/php8.2/lib/extensions/no-debug-non-zts-20220829/pdlib.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0

Have anyone a idea?

My NC is 30.0.4 with PHP 8.2

Does the file exist?

the file exist

ls -al /usr/lib64/php8.2/lib/extensions/no-debug-non-zts-20220829/
insgesamt 2880
drwxr-xr-x 2 root root     110 17. Dez 16:09 .
drwxr-xr-x 3 root root      39 20. Okt 00:06 ..
-rwxr-xr-x 1 root root   92280 20. Okt 02:17 apcu.so
-rwxr-xr-x 1 root root   76016 10. Dez 06:32 igbinary.so
-rwxr-xr-x 1 root root  452768 20. Okt 00:06 imagick.so
-rwxr-xr-x 1 root root  116960 10. Dez 06:33 memcached.so
-rwxr-xr-x 1 root root 1403136 17. Dez 16:09 pdlib.so
-rwxr-xr-x 1 root root  796992 10. Dez 06:33 redis.so


i think the problem is

when i google it, the function is from giflib.
But giflib is installed on my server


[ebuild   R    ] media-libs/giflib-5.2.2 

There is at least one issue with the same problem on GitHub, but it is only three weeks old. Maybe it’s worth keeping an eye on the GitHub issue - even if it doesn’t help for the moment.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.