[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Installing Oracle 9i on RH AS 3



On Sat, Oct 25, 2003 at 08:11:55PM -0400, Werner Puschitz wrote:
> 
> I got very far with my Oracle 9i installation on Taroon. Once I'm done I 
> will document all the workarounds on my website
> http://www.puschitz.com/InstallingOracle9i.shtml.
> 
> But there is one error which looks like a bug to me. The versioning in 
> libgcc seems to be messed up:
> 
> gcc  -o /opt/oracle/product/9.2.0/rdbms/lib/oracle
> ...
> /usr/bin/ld: /opt/oracle/product/9.2.0/rdbms/lib/oracle: hidden symbol 
> `__fixunssfdi' in /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/libgcc.a(_fixunssfdi.oS) 
> is referenced by DSO
> collect2: ld returned 1 exit status
> make: *** [/opt/oracle/product/9.2.0/rdbms/lib/oracle] Error 1
> 
> Can someone from Red Hat please look at this?

Yes, it looks like a bug, but not in gcc or linker.
The above error means that one shared library oracle is being linked
against was probably linked with either ld -shared instead of gcc -shared,
or with gcc -shared -nostdlib.  Certainly the shared library was not linked
against -lgcc.

	Jakub




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]