matiasdelellis / facerecognition

Nextcloud app that implement a basic facial recognition system.
GNU Affero General Public License v3.0
500 stars 45 forks source link

symbol lookup error #745

Closed sirdrakeistda closed 2 months ago

sirdrakeistda commented 2 months ago

I noticed that new faces did not get recognized. Therefore I tried to start clustering with following command:

sudo -u www-data php /var/www/nextcloud/occ face:background_job

The steps 1-7 work without problem. The last step (IMageProcessing Task) returns following error:

8/8 - Executing task ImageProcessingTask (Process all images to extract faces)
        NOTE: Starting face recognition. If you experience random crashes after this point, please look FAQ at https://github.com/matiasdelellis/facerecognition/wiki/FAQ
        Processing image /media/myCloudDrive/ncdata/user/files/SofortUpload/WhatsApp/IMG-20240416-WA0004.jpg
php: symbol lookup error: /usr/lib/php/20210902/pdlib.so: undefined symbol: _ZNK4dlib10png_loader7get_rowEj

Server configuration

sirdrakeistda commented 2 months ago

reinstalling pdlib helped (I don't know why)