Recompiling oracle binaries
Hi,
I am trying to clone from source to target. i have copied the source(ORACLE_HOME) binaries to target(different location in target there is already a oracle_home and I dont' want to disturb it). and then recompiling the target binaries. Please let me know if i am missing something.
/usr/bin/ld: skipping incompatible /db/oracle/oracle/11g/lib/libirc.a when searching for -lirc
/usr/bin/ld: cannot find -lirc
collect2: ld returned 1 exit status
make: *** [wrap] Error 1
[oracle@lindbc1 bin]$ uname -
Relinking Error:
source: Linux source 2.6.9-89.ELsmp #1 SMP Mon Apr 20 10:34:33 EDT 2009 i686 i686 i386 GNU/Linux
Target :Linux target 2.6.18-8.el5 #1 SMP Fri Jan 26 14:15:14 EST 2007 x86_64 x86_64 x86_64 GNU/Linux
sqlplus
sqlplus: error while loading shared libraries: libclntsh.so.11.1: cannot open shared object file: No such file or directory
Edited by: user12112205 on Dec 20, 2010 3:33 AM