Linux Operating System (MOSC)

MOSC Banner

pro*c compilaton error

edited Jun 4, 2013 7:35PM in Linux Operating System (MOSC) 5 commentsAnswered ✓
Hi,
We have completed the process of Clone the Oracle Applications Release 11i with Rapid Clone (Note: 230672.1) from source system (development 1) to target system (development 2).


Software version:
Linux RHEL 5 32bit version
Oracle application: 11.5.10.2
Oracle database: 10.2.0.4.0

Shell Script to compile Pro*c files:
##/bin/ksh
for file in o_cfb2001 o_ap0101 o_ap0201 o_ap0202 o_ap0301 o_gl0101  o_daemon
do
proc $file userid=proddbo/proddbo SQLCHECK=SEMANTICS
make -f demo_proc32.mk $file
done

Error Log: while compiling pro*c file getting below error.

proc: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or directory

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center