I try to run a docker container of deepsteam on jetson orin nx, but get the following error:
error while loading shared libraries: /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0: file too short
I also check the similar topic : libgstreamer-1.0, but still have little difference which the directory is /lib/aarch64-linux-gnu but not /usr/lib/aarch64-linux-gnu.
To make it clear, I herein attache some snapshoot to show our environment:
This error means that the shared library is damaged.
1.Can deepstream-test1 run normally in the host?
2.Can you share the command to start docker?
3.Are nvidia-docker-toolkit and docker installed with JP-5.1? Reflashing the system may be the fastest way to solve the problem
JP-5.1 with nvidia-container-toolkit and docker have been fully installed.
BTW, the command is successfully run on other nx boards…So it seems our environment are broken? such as cuda or driver? —we can check the command of nvcc -V and get the information of cuda11.4