If I package all the runtime so-file and transfer the runtime so-file into the CentOS6 Linux machine. And use export LD_LIBRARY_PATH
or java code System.load
to find or load the so-file.
The gcc version of the CentOS6 Linux machine is 4.4.7
In fact, my goal is to accelerate the CPU inference speed in the Apache-Spark cluster. Each worker in the cluster is the CentOS6 with gcc-4.4.7 and I can’t run yum-install in the workers.
Thank you very much!