Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

symbol lookup error #745

Open
sirdrakeistda opened this issue Apr 25, 2024 · 3 comments
Open

symbol lookup error #745

sirdrakeistda opened this issue Apr 25, 2024 · 3 comments

Comments

@sirdrakeistda
Copy link

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

  • Operating system: debian bullseye

  • Pdlib version: 1.1.0

  • How is DLib installed: manually installed

  • How is PDlib installed: manually installed (worked already in the past)

  • PHP version: 8.1

  • Web server: apache2

  • Database: mysql

  • Nextcloud version: 28.0.4/28.0.5/29.0.0

@sirdrakeistda
Copy link
Author

reinstalling pdlib helped (I don't know why)

@sirdrakeistda
Copy link
Author

I'm having again problems with this error. Reinstalling does not help. This time its following symbol: _ZN4dlib2tt4gemmEfRNS_6tensorEfRKS1_bS4_bNS_14operation_modeE

@sirdrakeistda sirdrakeistda reopened this Dec 23, 2024
@pat370
Copy link

pat370 commented Jan 29, 2025

I have similar error message when I am using occ [face:background_job]

1/8 - Executing task CheckRequirementsTask (Check all requirements)
2/8 - Executing task CheckCronTask (Check that service is started from either cron or from command)
3/8 - Executing task DisabledUserRemovalTask (Purge all the information of a user when disable the analysis.)
4/8 - Executing task StaleImagesRemovalTask (Crawl for stale images (either missing in filesystem or under .nomedia) and remove them from DB)
5/8 - Executing task CreateClustersTask (Create new persons or update existing persons)
Skipping cluster creation, not enough data (yet) collected. For cluster creation, you need either one of the following:
* have 1000 faces already processed
* or you need to have 95% of you images processed
Use stats command to track progress
Skipping cluster creation, not enough data (yet) collected. For cluster creation, you need either one of the following:
* have 1000 faces already processed
* or you need to have 95% of you images processed
Use stats command to track progress
Skipping cluster creation, not enough data (yet) collected. For cluster creation, you need either one of the following:
* have 1000 faces already processed
* or you need to have 95% of you images processed
Use stats command to track progress
6/8 - Executing task AddMissingImagesTask (Crawl for missing images for each user and insert them in DB)
Skipping image scan for user admin that has disabled the analysis
7/8 - Executing task EnumerateImagesMissingFacesTask (Find all images which don't have faces generated for them)
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
Processing image /path/to/IMG-WA0001.jpg
php: symbol lookup error: /usr/lib/php/20220829/pdlib.so: undefined symbol: _ZN4dlib2tt4gemmEfRNS_6tensorEfRKS1_bS4_b

I am using Debian 12, PHP 8.2.27, Nextcloud 30.0.4 and Face Recognition app 0.9.60 (Latest).
Reinstall Pdlib multiple times.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants