11.5.8 under SLES8 2004-05-27 - By Efren Ramirez
Hello everybody,
I am installing 11.5.8 under SLES8. The Rapid Install failed with
ORA-12547 (See ORA-12547.ora-code.com): TNS: Lost contact
I found Note that says: ===================================================== fact: Application Install 11.5.8 fact: UnitedLinux (32-bit) symptom: Installing rapid install 11.5.8 at SLES8 fails symptom: Rapidwiz failing running adcrdb.sh symptom: ORA-12547 (See ORA-12547.ora-code.com): TNS:lost contact cause: gcc-3.2.2 and gcc-c++-3.2.2 packages are causing the problems
fix: Remove packages gcc-3.2.2 and gcc-c++-3.2.2 To remove gcc-3.2.2 steps below needs to be followed. [1] rpm -e gcc-c++ [2] rpm -e --nodeps gcc [3] ln -s gcc /opt/gcc295/bin/gcc [4] ln -s cc /opt/gcc295/bin/gcc [5] ln -s g++ /opt/gcc295/bin/gcc [6] Additionaly change the profile to have /opt/gcc295/bin/gcc in the PATH. =====================================================
Then I proceed to install gcc2.95, doing make bootsrap I am getting the following error:
cd /opt/gcc-2.95/gcc/objc; \ `if [ -f /opt/gcc295/gcc/../bison/bison ] ; then case /opt/gcc-2.95/gcc in /*) echo /opt/gcc295/gcc/../bison/bison -L /opt/gcc-2.95/gcc/../bison/ ;; *) echo /opt/gcc295/gcc/../bison/bison -L /opt/gcc295/gcc//opt/gcc-2.95/gcc/../bison/ ;; esac; else echo bison ; fi` -o objc-parse.c objc-parse.y objc-parse.y:1707: warning: previous rule lacks an ending `;' objc-parse.y:2066: warning: previous rule lacks an ending `;' objc-parse.y:2382: warning: previous rule lacks an ending `;' objc-parse.y:2388: warning: previous rule lacks an ending `;' objc-parse.y contains 72 shift/reduce conflicts. expected 66 shift/reduce conflicts make[2]: *** [/opt/gcc-2.95/gcc/objc/objc-parse.c] Error 1 make[2]: Leaving directory `/opt/gcc295/gcc' make[1]: *** [bootstrap-lean] Error 2 make[1]: Leaving directory `/opt/gcc295/gcc' make: *** [bootstrap-lean] Error 2
Any idea?
Thanks, EFREN
-- To unsubscribe, email: suse-oracle-unsubscribe@(protected) For additional commands, email: suse-oracle-help@(protected) Please see http://www.suse.com/oracle/ before posting
|
|