Intel® C++ Compiler 19.0 Developer Guide and Reference Supplement for Intel® System Studio 2019
If you are dynamically linking your application built with the Intel® C++ Compiler, you must make the compiler runtime libraries available on the target platform. You can do this by downloading the Redistributable Libraries for Intel® C++ and Fortran 2019 Compilers for Linux* found here: https://software.intel.com/en-us/articles/redistributable-libraries-for-intel-c-and-fortran-2019-compilers-for-linux and following the instructions for installation. The installation shell program (install.sh) of the redistributable package will guide you through the installation. On the target device, unpack the file in a directory to which you have write access:
tar -zxvf system_studio_target.tgz
You can find the libraries at the following location: ../system_studio_target/compiler/lib. The /system_studio_target/ directory is newly created.