Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) Jetson Xavier • DeepStream Version ver 5 • JetPack Version (valid for Jetson only) Jetpack 4.4
Previously I accidently deleted libnvinfer.so from /usr/lib/aarch64-linux-gnu.
The system is remote system. So I can’t reinstall Jetpack.
So same Jetpack 4.4 is installed at offline system and copied libnvinfer.so.7.1.3 to /usr/lib/aarch64-linux-gnu.
The lib set up as shown below.
from the log, libnvinfer.so.7 not found. could you share the output of “ll /usr/lib/aarch64-linux-gnu/libnvinfer.so.7” and “ll /usr/lib/aarch64-linux-gnu/libnvinfer.so.7.1.3” ?
When I run the command objdump -tT /usr/lib/aarch64-linux-gnu/libnvinfer.so.7.1.3 | grep getInferLibVersion
The output is objdump: /usr/lib/aarch64-linux-gnu/libnvinfer.so.7.1.3: File truncated
Currently I only have Jetson libnvinfer.so.8.4.1. the result is:
objdump -tT /usr/lib/aarch64-linux-gnu/libnvinfer.so.8.4.1 |grep getInferLibVersion
00000000010c4dc8 g DF .text 0000000000000014 Base getInferLibVersion
the file size is 278M, can you check if the libnvinfer.so.7.1.3 file size is the same with the file size in the offline system?
ll /usr/lib/aarch64-linux-gnu/libnvinfer.so.8.4.1 -sh
278M -rw-r–r-- 1 root root 278M Jun 4 2022 /usr/lib/aarch64-linux-gnu/libnvinfer.so.8.4.1