Technica-Corporation / Tegra-Docker

Instructions and key files to enable Docker support on NVIDIA Tegra devices, specifically the TX-2.
Apache License 2.0
234 stars 61 forks source link

libbsd.so.0: not found #15

Open Sjoerdtvanvliet opened 4 years ago

Sjoerdtvanvliet commented 4 years ago

I executed the whole tutorial on my jetson nano, however when running ./tx2-docker run particles I get this output:

Running an nvidia docker image docker run -e LD_LIBRARY_PATH=:/usr/lib/aarch64-linux-gnu:/usr/lib/aarch64-linux-gnu/tegra:/usr/local/cuda/lib64 --net=host -v /usr/lib/aarch64-linux-gnu:/usr/lib/aarch64-linux-gnu -v /usr/local/cuda/lib64:/usr/local/cuda/lib64 --device=/dev/nvhost-ctrl --device=/dev/nvhost-ctrl-gpu --device=/dev/nvhost-prof-gpu --device=/dev/nvmap --device=/dev/nvhost-gpu --device=/dev/nvhost-as-gpu particles /cudaSamples/particles: error while loading shared libraries: libbsd.so.0: cannot open shared object file: No such file or directory

I found the libbsd.so.0 library in the /lib/aarch64-linux-gnu/ folder, however how do I reference correctly to this folder? In which file can this be changed?

gundalpha commented 2 years ago

I also met this problem now. Does anyone solve this problem ?