I installed GGS 12c and Oracle DB 11.2.0.4 in OEL 6.5, and set ORACLE_HOME and LD_LIBRARY_PATH (includes $ORACLE_HOME/lib). When run command ./ggsci, below error occur.
./ggsci: error while loading shared libraries: libnnz11.so: wrong ELF class: ELFCLASS32
With ldd ggsci command, I found it cannot find libnnz11.so and libclntsh.so.11.1. Even though I copy these two files to GGS installation path and set permissions to 777, it doesn't work.