Hi,
I tried to start the TritonServer binary on my Orin Nano, but I got this errors:
./tritonserver: /lib/aarch64-linux-gnu/libc.so.6: version
GLIBC_2.36' not found (required by ./tritonserver) ./tritonserver: /lib/aarch64-linux-gnu/libc.so.6: version
GLIBC_2.38’ not found (required by ./tritonserver)
./tritonserver: /lib/aarch64-linux-gnu/libstdc++.so.6: versionGLIBCXX_3.4.32' not found (required by ./tritonserver) ./tritonserver: /lib/aarch64-linux-gnu/libc.so.6: version
GLIBC_2.38’ not found (required by /home/jetson/Downloads/tritonserver/bin/…/lib/libtritonserver.so)
./tritonserver: /lib/aarch64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.32’ not found (required by /home/jetson/Downloads/tritonserver/bin/…/lib/libtritonserver.so)
It seems that the required libraries are not present on the system with the correct version. I’m using the last Jetpack 6.2 and I downloaded the binaries from here. The release is “Release 2.54.0 corresponding to NGC container 25.01”
Is the native TritonServer supported on this device? Or is there a newer version of the OS with the required libc libraries? Jetpack 6.2 is based on Ubuntu 22.04 that includes libc-2.35, but the executable needes at least libc-2.38 that is provided by Ubuntu 24.04.
Thanks