Error received while running ora_setup:
"ld.so.1: ora_setup: fatal: /usr/lib/libwtc9.so: wrong ELF class: ELFCLASS64"
The /usr/lib/libwtc9.so points to 64 bit library. SharePlex is a 32 bit application and it will need the 32 bit client to function. If 64 bit Oracle is installed, you will need to install the 32 bit client for SharePlex to work.
find object=libwtc9.so; required by /var/adm/.splex/V-5.3/lib92/libclntsh.so.9.0
search path=/opt/oracle_rd/product/920/lib32 (LD_LIBRARY_PATH)
ignore path=/opt/oracle_rd/product/920/lib32 (insecure directory name)
search path=/opt/oracle/product/920/lib32 (RPATH from file /var/adm/.splex/V-5.3/lib92/libclntsh.so.9.0)
trying path=/opt/oracle/product/920/lib32/libwtc9.so
search path=/usr/lib (default)
trying path=/usr/lib/libwtc9.so
libwtc9.so => /usr/lib/libwtc9.so - wrong ELF class: ELFCLASS64
Change the /usr/lib libwtc9.so link to point to $ORACLE_HOME/lib32