Originally posted by: MarkZhang
Thank you for your help, rkersh.
I did what you suggested, but the output of the ldd command is 'not a dynamic executable' so that I cannot find out if there is any missing dependency. ( I searched on this output, some said it has something to do with the 32/64 bit system, but I have checked both my system and installation file are 32-bit )
In addition, I did similar thing with my system java, the output is listed as below and it seems normal.
$ ldd /usr/lib/jvm/java-1.7.0-openjdk-armhf/jre/bin/java
libjli.so => /usr/lib/jvm/java-7-openjdk-armhf/jre/bin/./../lib/arm/jli/libjli.so (0xb6f5c000)
libc.so.6 => /lib/arm-linux-gnueabihf/libc.so.6 (0xb6e55000)
libdl.so.2 => /lib/arm-linux-gnueabihf/libdl.so.2 (0xb6e42000) /lib/ld-linux-armhf.so.3 (0xb6f77000)
libpthread.so.0 => /lib/arm-linux-gnueabihf/libpthread.so.0 (0xb6e2e000)
libz.so.1 => /lib/arm-linux-gnueabihf/libz.so.1 (0xb6e0c000)
#CPLEXOptimizers#DecisionOptimization