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

Missing libnvdla_compiler.so #519

Open
ceccocats opened this issue Nov 10, 2024 · 4 comments
Open

Missing libnvdla_compiler.so #519

ceccocats opened this issue Nov 10, 2024 · 4 comments

Comments

@ceccocats
Copy link

When compiling a tensorrt application i get this error:

/usr/bin/ld: warning: libnvdla_compiler.so, needed by /usr/lib/aarch64-linux-gnu/libnvinfer.so, not found (try using -rpath or -rpath-link)

looks like libnvdla_compiler.so is not present is host system:

root@4d82427:~# ls /usr/lib | grep nvdla
libnvdla_runtime.so

should it be in the container?

@mmuhiedd
Copy link

Hi ! Got the same error on my side. Any update ?

@mmuhiedd
Copy link

By the way, DeepStream 7.0 and later do require this library.
Due to this issue, we are stuck to the old version...

Is it a known bug on your side ?

@acostach
Copy link
Collaborator

acostach commented Nov 19, 2024

Hi @ceccocats @mmuhiedd ,

We currently don't support bind-mounting host libraries in a container using Nvidia runtime, so it's necessary to install the Nvidia package which provides the libraries you need in your container application

@mmuhiedd
Copy link

Ok thanks for the reply.
If it can helps, it seems to be nvidia-l4t-core

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

No branches or pull requests

3 participants