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

sh: line 1: exec: : not found (nodejs path empty) #199

Closed
arch-user-france1 opened this issue Apr 27, 2022 · 35 comments
Closed

sh: line 1: exec: : not found (nodejs path empty) #199

arch-user-france1 opened this issue Apr 27, 2022 · 35 comments
Projects

Comments

@arch-user-france1
Copy link

arch-user-france1 commented Apr 27, 2022

Describe the bug
Recognize does not classify anything. It fails.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'getfedora.org'
  2. Click on 'workstation (download now)'
  3. Scroll down to 'Fedora 35'
  4. Follow the installation instroductions
  5. Install Nextcloud (not described, should check out the documentations...)
  6. Install recognize
  7. Execute php ... classify-images
  8. 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

  1. Hey, I'm back.....
  2. 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
@arch-user-france1
Copy link
Author

arch-user-france1 commented Apr 27, 2022

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?

@arch-user-france1
Copy link
Author

@marcelklehr

@arch-user-france1
Copy link
Author

arch-user-france1 commented Apr 29, 2022

#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.

@arch-user-france1
Copy link
Author

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.

@marcelklehr marcelklehr added this to Backlog in Recognize May 14, 2022
@marcelklehr
Copy link
Member

This is curious. Not sure what causes this

@SteveC00ps
Copy link

SteveC00ps commented May 16, 2022

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`

@SteveC00ps
Copy link

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

@marcelklehr
Copy link
Member

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.

@marcelklehr
Copy link
Member

@debian-user-france1 You should be able to fix this by setting /path/to/recognize/bin/node for your node path in the settings.

@arch-user-france1
Copy link
Author

arch-user-france1 commented May 17, 2022

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?

@arch-user-france1
Copy link
Author

arch-user-france1 commented May 18, 2022

The update wiped my recognize settings, even the cpu cores setting

image

@arch-user-france1
Copy link
Author

arch-user-france1 commented May 18, 2022

And this happened

image

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

@marcelklehr
Copy link
Member

It should be /var/www/html/nextcloud/apps/nextcloud/bin/node

@marcelklehr
Copy link
Member

The update wiped my recognize settings

Huh. Are you sure it's not just taking a long time to load?

@linuxrrze
Copy link

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

@linuxrrze
Copy link

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

@arch-user-france1
Copy link
Author

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

@arch-user-france1 arch-user-france1 changed the title sh: line 1: exec: : not found sh: line 1: exec: : not found (nodejs path empty) May 30, 2022
@marcelklehr
Copy link
Member

Does the file exist?

@arch-user-france1
Copy link
Author

What file do you mean? Yes, node exists. I am sure.

Does the file exist?

@kc9jud
Copy link

kc9jud commented Jun 2, 2022

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.

@kc9jud
Copy link

kc9jud commented Jun 2, 2022

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.

@marcelklehr
Copy link
Member

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?

@marcelklehr
Copy link
Member

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?

@arch-user-france1
Copy link
Author

image
I ran it without root.

@marcelklehr
Copy link
Member

marcelklehr commented Jun 9, 2022

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.

@kc9jud
Copy link

kc9jud commented Jun 9, 2022

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.

@arch-user-france1
Copy link
Author

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

@arch-user-france1
Copy link
Author

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

@arch-user-france1
Copy link
Author

arch-user-france1 commented Jun 10, 2022

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....

@marcelklehr
Copy link
Member

marcelklehr commented Jun 10, 2022

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.

@arch-user-france1
Copy link
Author

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.

But that didn't happen? I never removed musl unless it was automatically removed.

@marcelklehr
Copy link
Member

But that didn't happen?

What didn't happen? If you are using Fedora and not running nextcloud in docker, you don't have musl on your system. If you installed it after the fact to make recognize work, that's the wrong approach. Recognize should work out of the box without musl. If the node executable says it wants musl than recognize downloaded the wrong executable.

@arch-user-france1
Copy link
Author

But that didn't happen?

What didn't happen? If you are using Fedora and not running nextcloud in docker, you don't have musl on your system. If you installed it after the fact to make recognize work, that's the wrong approach. Recognize should work out of the box without musl. If the node executable says it wants musl than recognize downloaded the wrong executable.

And how can I fix this?

@arch-user-france1
Copy link
Author

arch-user-france1 commented Aug 25, 2022

I would like to remind you that this is still happening:
image

I am now using my own nodejs library, re-enabling recognize fixed the tensorflow not found bug.

@marcelklehr
Copy link
Member

I am now using my own nodejs library

Where did you get that from? Make sure that you use a node.js executable that actually works on your system. You should be able to find out via google how to install node.js on your system. Then set the node.js path in recognize to that node executable

Recognize automation moved this from Backlog to Done Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

5 participants