Description:
After a new installation of AutoSys 11.0 SP2 on RedHat Linux 5 (64 bits) + Oracle 10.2 (64 bits), the application server cannot be started. "./uajm_server.ORA start" fails with error CA-UAJM Application Server (ORA) as_server: error while loading shared libraries: libpcre.so.0: wrong ELF class: ELFCLASS64.
Solution:
This problem was related to 64 bits libraries and resolved by installing the 32 bit version of pcre.i386 package with yum: yum install pcre.i386.
Then the Application Server started up successfully.