Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: installing Oracle on Slackware Linux 9.0

Re: installing Oracle on Slackware Linux 9.0

From: Stefan Rupp <st.rupp_at_t-online.de>
Date: Fri, 05 Sep 2003 11:51:24 +0200
Message-ID: <bj9mat$god$01$1@news.t-online.com>


Good morning,

дамјан г. schrieb:
> I'm trying to install Oracle 9.2.0.1.0 on Slackware Linux-9.0.
> I know Slackware is not a "supported" by Oracle, but its the standard
> environment here.
> Anyway, my system is based on glibc-2.3.2, gcc-3.2.3 and
> binutils-2.14.90.0.5. While installing Oracle I had these errors (i tracked
> them down in the make.log):
>
> While trying to compile "/home/Oracle/rdbms/lib/oracle":
> /usr/bin/make -f ins_rdbms.mk ioracle ORACLE_HOME=/home/Oracle
> ...
> /usr/lib/gcc-lib/i486-slackware-linux/3.2.3/../../../../i486-slackware-linux/bin/ld:
> /home/Oracle/rdbms/lib/oracle: hidden symbol `__fixunssfdi' in
> /usr/lib/gcc-lib/i486-slackware-linux/3.2.3/libg cc.a(_fixunssfdi.oS) is
> referenced by DSO

Same here. Debian testing with Oracle 9.2.0.1.0.

At first, runInstaller refused to run, reporting a missing libstdc++-libc6.2-2.so.3; then after I symlinked libstdc++-3-libc6.2-2-2.10.0.so to that name, the Installer started, but when linking Oracle, the make stopped with the above error message.

nm output:

nm /usr/lib/gcc-lib/i386-linux/3.3.1/libgcc.a|grep __fixunssfdi

nm: _fixtfdi.oS: no symbols
nm: _fixunstfdi.oS: no symbols
nm: _floatditf.oS: no symbols
nm: _trampoline.oS: no symbols
nm: __main.oS: no symbols
nm: _exit.oS: no symbols
nm: _ctors.oS: no symbols
00000000 T __fixunssfdi
          U __fixunssfdi

Maybe it has something to do with the gcc version? Does it work with gcc-2.95?

Regards,
Stefan Received on Fri Sep 05 2003 - 04:51:24 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US