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

[Bug] Missed libraries in RHEL8 package #14800

Closed
3 tasks done
dkurt opened this issue Dec 23, 2022 · 3 comments
Closed
3 tasks done

[Bug] Missed libraries in RHEL8 package #14800

dkurt opened this issue Dec 23, 2022 · 3 comments
Labels
bug Something isn't working support_request

Comments

@dkurt
Copy link
Contributor

dkurt commented Dec 23, 2022

System information (version)
  • OpenVINO=> 2022.3
  • Operating System / Platform => RHEL8
  • Compiler => ❔
  • Problem classification => missed libraries
Detailed description

There are no libpugixml.so.1 and libtbb.so.2

Steps to reproduce

with https://storage.openvinotoolkit.org/repositories/openvino/packages/2022.3/linux/

$ wget https://storage.openvinotoolkit.org/repositories/openvino/packages/2022.3/linux/l_openvino_toolkit_rhel8_2022.3.0.9052.9752fafe8eb_x86_64.tgz
$ tar -xf l_openvino_toolkit_rhel8_2022.3.0.9052.9752fafe8eb_x86_64.tgz
$ source l_openvino_toolkit_rhel8_2022.3.0.9052.9752fafe8eb_x86_64/setupvars.sh
$ ldd l_openvino_toolkit_rhel8_2022.3.0.9052.9752fafe8eb_x86_64/runtime/lib/intel64/libopenvino.so

linux-vdso.so.1 (0x00007ffca6d6a000)
libpugixml.so.1 => not found
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fd01dffe000)
libtbb.so.2 => not found
libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fd01de1c000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fd01dccd000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fd01dcb0000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fd01dc8d000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fd01da9b000)
/lib64/ld-linux-x86-64.so.2 (0x00007fd01f3b8000)

Issue submission checklist
  • I report the issue, it's not a question
  • I checked the problem with documentation, FAQ, open issues, Stack Overflow, etc and have not found solution
  • There is reproducer code and related data files: images, videos, models, etc.
@rkazants
Copy link
Contributor

@ilya-lavrenov, @artanokhov, please comment on this problem

@ilya-lavrenov
Copy link
Contributor

ilya-lavrenov commented Dec 26, 2022

Hi @dkurt,

You missed step #5 from the installation instruction.
You can alternatively use debian / rpm packages which install such dependencies automatically (for RHEL you need subscription or you can use Fedora where EPEL are available).

@dkurt
Copy link
Contributor Author

dkurt commented Dec 26, 2022

Thanks! Sorry for confusion

@dkurt dkurt closed this as completed Dec 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working support_request
Projects
None yet
Development

No branches or pull requests

3 participants