1. Perform the following to look for an insecure directory in the output:
ldd -s $prodir/bin/ora_setup
Example ldd -s
find object=libclntsh.so.9.0; required by ora_setup
search path=/opt/oratest/INTLRPTU/10.2.0/lib32 (LD_LIBRARY_PATH)
ignore path=/opt/oratest/INTLRPTU/10.2.0/lib32 (insecure directory name)
search path=/var/adm/.splex/V-5.1/lib92 (RPATH from file ora_setup)
trying path=/var/adm/.splex/V-5.1/lib92/libclntsh.so.9.0
libclntsh.so.9.0 => /var/adm/.splex/V-5.1/lib92/libclntsh.so.9.0
2. To make the directory trusted and to make ora_setup use it successfully, login as root and issue the following:
crle -s <full path for which has insecure directory name >
Example: crle -s /opt/oratest/INTLRPTU/10.2.0/lib32
3. Check to see if " insecure directory name " goes away, then try ora_setup again .