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: Errors linking components of 10gR2 on RedHat AS 4.0

Re: Errors linking components of 10gR2 on RedHat AS 4.0

From: joel garry <joel-garry_at_home.com>
Date: 15 Jun 2006 13:46:59 -0700
Message-ID: <1150404419.769422.57550@c74g2000cwc.googlegroups.com>

NetComrade wrote:
> All,
>
> I am having trouble linking some pieces after install.. Everything
> else but intermedia links fine.. The file actually exists in
> /usr/lib64/, and I tried setting LD_LIBRARY_PATH to include it
>
>
> [FOT2_at_pluto ~]$relink client_sharedlib
> /u81/app/oracle/product/102/bin/genclntsh
> /usr/bin/ld: crti.o: No such file: No such file or directory
> collect2: ld returned 1 exit status
> genclntsh: Failed to link libclntsh.so.10.1
> /u81/app/oracle/product/102/bin/genagtsh
> /u81/app/oracle/product/102/lib/libagtsh.so 1.0
> /usr/bin/ld: crti.o: No such file: No such file or directory
> collect2: ld returned 1 exit status
>
> There is nothing known about crti.o on metalink, or pretty much
> anywhere... And I am not really good at figuring out how to force
> linkers/compilers to look for files in proper places.
>
> .......

See metalink Note:92610.1 for one way around this. Basically, find out where crti.o does exist, and copy it to the $ORACLE_HOME/lib you are using.

Not the best answer, but if it is the only thing not compiling... you may discover that it is the wrong ELF class, in which case you will need to become good at figuring out the linker stuff. Things can be sticky when getting confused between 32-bit and 64-bit stuff.

See
https://metalink.oracle.com/metalink/plsql/f?p=200:27:5480932198653894661::::p27_id,p27_show_header,p27_show_help:631476.992,1,1 for the actual answer, patch glibc-devel-2.3.4-2.13.i386 . If that is an AS 4 patch... isn't this fun?

jg

--
@home.com is bogus.
Happy First-Aviation-Death anniversary!
http://en.wikipedia.org/wiki/Pil%C3%A2tre_de_Rozier
Received on Thu Jun 15 2006 - 15:46:59 CDT

Original text of this message

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