Open ceccocats opened 1 week ago
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?
Hi ! Got the same error on my side. Any update ?
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 ?
When compiling a tensorrt application i get this error:
looks like libnvdla_compiler.so is not present is host system:
should it be in the container?