sh: line 1: exec: : not found (nodejs path empty)
Describe the bug Recognize does not classify anything. It fails.
To Reproduce Steps to reproduce the behavior:
- Go to 'getfedora.org'
- Click on 'workstation (download now)'
- Scroll down to 'Fedora 35'
- Follow the installation instroductions
- Install Nextcloud (not described, should check out the documentations...)
- Install recognize
- Execute php ... classify-images
- See error
Expected behavior It should do its job
Recognize (please complete the following information):
- JS-only mode: [e.g. Yes/No] No
- Enabled modes: [e.g. object detection, face recognition] All
Server (please complete the following information):
- Nextcloud: [e.g. 21.0.4] Newest stable
- OS: [e.g. iOS] Fedora (iOS what the heck you cannot run an nc server on a phone without jailbreaking etc)
- RAM: [e.g. 16GB] 40GB!
- Processor Architecture [e.g. x86, ARM64, etc. ] Intel I5 @ 3GHz amd64
Additional context
- Hey, I'm back.....
- Error: (You speak german so you should be able to understand it?)
Classifying array (
0 => '/var/www/html/nextcloud/data/---/files/Nextcloud.png',
1 => '/var/www/html/nextcloud/data/---/files/Photos/Birdie.jpg',
2 => '/var/www/html/nextcloud/data/---/files/Photos/Frog.jpg',
3 => '/var/www/html/nextcloud/data/---/files/Photos/Gorilla.jpg',
4 => '/var/www/html/nextcloud/data/---/files/Photos/Library.jpg',
5 => '/var/www/html/nextcloud/data/---/files/Photos/Nextcloud community.jpg',
6 => '/var/www/html/nextcloud/data/---/files/Photos/Steps.jpg',
7 => '/var/www/html/nextcloud/data/---/files/Photos/Toucan.jpg',
8 => '/var/www/html/nextcloud/data/---/files/Photos/Vineyard.jpg',
)
--- => username (removed sensitive information such as name)
Running array (
0 => '',
1 => '/var/www/html/nextcloud/apps/recognize/src/classifier_imagenet.js',
2 => '-',
)
Classifier process output: sh: Zeile 1: exec: : Nicht gefunden.
Classifier process output: sh: Zeile 1: exec: : Nicht gefunden.
Failed to classify images
Classifier process error
Using sh 5.1. I do not know where the problem is, there's nothing. No exec in the classifier. By the way, I am learning machine learning at the moment. Maybe I can help improving the model?
@marcelklehr
#34
I have glibc on my system... But how could I check? Just looked it up, is that right?
ldd --version
ldd (GNU libc) 2.34
Copyright © 2021 Free Software Foundation, Inc.
Dies ist freie Software; in den Quellen befinden sich die Lizenzbedingungen.
Es gibt KEINERLEI Garantie; nicht einmal für die TAUGLICHKEIT oder
VERWENDBARKEIT FÜR EINEN ANGEGEBENEN ZWECK.
Implementiert von Roland McGrath und Ulrich Drepper.
glibc.i686 2.34-30.fc35 @updates
glibc.x86_64 2.34-30.fc35 @updates
I am a newbie to selinux. Could selinux cause the problem? No, selinux is not the problem. What else could it be? I'm out of ideas.
I downloaded node.js and it seems to work now (of course I had to change the selinux permissions). However I do not consider this as an optimal solution since I have glibc installed on my system.
This is curious. Not sure what causes this
I just upgraded to v2 and I have the same problem. I'm running on a VM without AVX though so I ticked the ' Enable WASM mode' box. It was working before upgrading, I think I had to specify a custom node.js before, but that setting was blanked out after upgrading.
`Classifying photos of user 20C77DC1-BDE5-454D-8D20-ED6FD88198F8 using imagenet Classifying array ( 0 => '/mnt/ncdata/20C77DC1-BDE5-454D-8D20-ED6FD88198F8/files/Mobile Photos/2022/05/20220516_231525.jpg', ) Running array ( 0 => '', 1 => '/var/www/nextcloud/apps/recognize/src/classifier_imagenet.js', 2 => '-', ) Classifier process output: sh: 1: exec: : Permission denied
Classifier process output: sh: 1: exec: : Permission denied
Failed to classify images Classifier process error`
Aha I just downloaded node.js Linux binaries from https://nodejs.org/en/download/ and unzipped into /usr/local/lib/nodejs/ then set the Recognise config page to point to /usr/local/lib/nodejs/node-v16.15.0-linux-x64/bin/node
Now occ recognize:classify-images runs just fine.
Cheers, Steve
I think I had to specify a custom node.js before, but that setting was blanked out after upgrading.
Huh, now I get where the error is coming from, hadn't seen that. That's weird.
@debian-user-france1 You should be able to fix this by setting /path/to/recognize/bin/node for your node path in the settings.
Do you mean /var/www/html/nextcloud/apps/recognize/bin/?
I will do as you told...
On my side it was after a first installtion. Could I have removed the nodejs path by accident? Like.. I clicked on the field and it got removed?
The update wiped my recognize settings, even the cpu cores setting

And this happened

Running array (
0 => '/var/www/html/nextcloud/apps/nextcloud/bin', <= THE SHIPPED ONE DOESN`T WORK
1 => '/var/www/html/nextcloud/apps/recognize/src/classifier_imagenet.js',
2 => '-',
)
Classifier process output: sh: Zeile 1: /var/www/html/nextcloud/apps/nextcloud/bin: Datei oder Verzeichnis nicht gefunden
Classifier process output: sh: Zeile 1: /var/www/html/nextcloud/apps/nextcloud/bin: Datei oder Verzeichnis nicht gefunden
It works with my own though. It's in /var/www/html/nextcloud/nodejs/node-v18.0.0-linux-x64/bin/node
It should be /var/www/html/nextcloud/apps/nextcloud/bin/node
The update wiped my recognize settings
Huh. Are you sure it's not just taking a long time to load?
The update wiped my recognize settings
Huh. Are you sure it's not just taking a long time to load?
I get the same disabled settings in the GUI - however occ reports settings are still enabled. There's no sign of the page taking a long time to load when first accessed.
If I try to (re-)enable settings the status display on top of the page get's updated (and never finishes):
The app is installed and will automatically classify up to 100 files every 30 minutes. ( ) Waiting for status reports on image processing. If this message persists beyond 30minutes, please check the Nextcloud logs. ( ) Waiting for status reports on audio recognition. If this message persists beyond 30minutes, please check the Nextcloud logs. Processed files: 28170 Unrecognized files: 4787
The update wiped my recognize settings
Huh. Are you sure it's not just taking a long time to load?
I get the same disabled settings in the GUI - however occ reports settings are still enabled. There's no sign of the page taking a long time to load when first accessed.
If I try to (re-)enable settings the status display on top of the page get's updated (and never finishes):
The app is installed and will automatically classify up to 100 files every 30 minutes. ( ) Waiting for status reports on image processing. If this message persists beyond 30minutes, please check the Nextcloud logs. ( ) Waiting for status reports on audio recognition. If this message persists beyond 30minutes, please check the Nextcloud logs. Processed files: 28170 Unrecognized files: 4787
Replying to myself: After setting the nodejs path the "endless waiting" ended:
The app is installed and will automatically classify up to 100 files every 30 minutes. Image recognition is working. Audio recognition is working. Processed files: 1436 Unrecognized files: 248
BTW: sh exec error also occurred on Ubuntu 20.04 / Nextcloud 24.0.0 / Recognize 2.0.1
When I use the correct path for nodejs (the shipped nodejs, /var/www/html/nextcloud/apps/recognize/bin/node) following will happen:
Running array ( 0 => '/var/www/html/nextcloud/apps/recognize/bin/node', 1 => '/var/www/html/nextcloud/apps/recognize/src/classifier_imagenet.js', 2 => '-', ) Classifier process output: sh: Zeile 1: /var/www/html/nextcloud/apps/recognize/bin/node: File or directory not found
Classifier process output: sh: Zeile 1: /var/www/html/nextcloud/apps/recognize/bin/node: File or directory not found
Does the file exist?
What file do you mean? Yes, node exists. I am sure.
Does the file exist?
I get this error if there's a mismatch between the installed libc and the libc which is linked to by node -- for instance, if I installed Recognize while I was running the alpine/musl Docker image of Nextcloud, switching to a glibc Docker image causes the error since the downloaded node is still trying to find musl. Conversely, if I installed while running on a standard glibc image, switching to alpine/musl causes this "file not found" error. Probably the script which downloads node should keep track of which libc it's built against, and re-download node if libc changes.
In my use-case, I have two services defined in my docker-compose.yml -- one uses the alpine-based Nextcloud image, while the other uses the standard image. For normal use, I'm using the alpine/musl libc image, while if I need to reclassify all images, I spin up the standard image (with docker-compose run) so that I get that extra bit of performance with vectorization instructions. Of course, switching back and forth involves manually swapping node executables.
For normal use, I'm using the alpine/musl libc image, while if I need to reclassify all images, I spin up the standard image (with docker-compose run) so that I get that extra bit of performance with vectorization instructions.
Oof, I'm not sure I want to explicitly support switching systems. Running occ app:disable and app:enable o recognize should fix the node version, though, I believe, can you confirm that?
Yes, node exists.
@arch-user-france1 So, there's a node executable at /var/www/html/nextcloud/apps/recognize/bin/node and you get File or directory not found.
Can you try running
ldd /var/www/html/nextcloud/apps/recognize/bin/node
on the command line?
I ran it without root.
It seems the node excutable that resides in your recognize directory expects a musl system. If you don't have musl on your system, that's the problem. Can you try removing the executable and running occ app:disable recgonize and occ app:enable recognize, that should download an appropriate executable.
For normal use, I'm using the alpine/musl libc image, while if I need to reclassify all images, I spin up the standard image (with docker-compose run) so that I get that extra bit of performance with vectorization instructions.
Oof, I'm not sure I want to explicitly support switching systems. Running occ app:disable and app:enable o recognize should fix the node version, though, I believe, can you confirm that?
Oh, don't worry, I'm not looking for support with my weird use case -- I just wanted to point out that, even if the file is actually on disk, you will get a "file not found" when trying to execute it if the file is linking to the wrong libc. It's an actively unhelpful error message.
Now this is happening (after installing musl-devel?):
....... even more of this
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv120__si_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv117__class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv117__class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv117__class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv117__class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv117__class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv117__class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv117__class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv117__class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv117__class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv117__class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv117__class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv117__class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv117__class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv117__class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv117__class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVN10__cxxabiv121__vmi_class_type_infoE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZSt11__once_call: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZSt15__once_callable: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZNSt8ios_base4InitD1Ev: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: __once_proxy: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTTNSt7__cxx1119basic_istringstreamIcSt11char_traitsIcESaIcEEE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTTSt14basic_ifstreamIcSt11char_traitsIcEE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTTNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVSt14basic_ifstreamIcSt11char_traitsIcEE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTTNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZSt7nothrow: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEEE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVSt13basic_filebufIcSt11char_traitsIcEE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVSt15basic_streambufIcSt11char_traitsIcEE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVNSt7__cxx1119basic_istringstreamIcSt11char_traitsIcESaIcEEE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVSt14basic_ofstreamIcSt11char_traitsIcEE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTTSt14basic_ofstreamIcSt11char_traitsIcEE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZTVSt9basic_iosIcSt11char_traitsIcEE: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZSt4cout: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZSt4cerr: symbol not found
Running array (
0 => '/var/www/html/nextcloud/apps/recognize/bin/node',
1 => '/var/www/html/nextcloud/apps/recognize/src/classifier_imagenet.js',
2 => '-',
)
Classifier process output: Error loading shared library libstdc++.so.6: No such file or directory (needed by /var/www/html/nextcloud/apps/recognize/bin/node)
Error loading shared library libgcc_s.so.1: No such file or directory (needed by /var/www/html/nextcloud/apps/recognize/bin/node)
Classifier process output: Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEC1ESt13_Ios_Openmode: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9push_backEc: symbol not found
Error relocating /var/www/html/nextcloud/apps/recognize/bin/node: _ZStrsIcSt11char_traitsIcESaIcEERSt13basic_istreamIT_T0_ES7_RNSt7__cxx1112basic_stringIS4_S5_T1_EE: symbol not found
I'm currently trying to install libstdc++ but the HDD is overloaded at the moment...
Okay, libstdc++ is already installed: libstdc++-11.3.1-2.fc35.x86_64 and libgcc-11.3.1-2.fc35.x86_64.
https://stackoverflow.com/questions/68010688/docker-run-error-loading-shared-library-libstdc-so-6-and-libgcc-s-so-1
My LD_LIBRARY_PATH is empty....
You should not need to install musl \o/
If you don't have musl on your system, that's the problem.
I rephrase
If you don't have musl on your system, the executable is wrong and a different executable should be downloaded by recognize upon installation.