The program is not linked to .so when it runs


I downloaded the latest linux version of hoops exchange package, and decompressed it in the image, when running, the system reports: ERROR: /app/hoops/bin/linux64/libA3DLIBS.so: cannot open shared object file: No such file or directory,
but there is this dynamic library file in my directory, What causes this?
Is it because I used the ubuntu system?

It’s likely you need to set the LD_LIBRARY_PATH env variable to include the directory containing the A3D .so files.