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: Need urgent help for setup-script root.sh

Re: Need urgent help for setup-script root.sh

From: Tobias Hitzfeld <Hitzfeld_at_Schoepflin.de>
Date: 1997/09/23
Message-ID: <3427CC83.4CD4B869@Schoepflin.de>#1/1

<HTML>

Hi there!
<BR>I just found the resolve of the problem:
<BR>The environment variable LD_LIBRARY_PATH wasn't set to the correct
library,
<BR>because my system-administrator made an mistake.
<BR>After I set it to /usr/ccs/lib:/usr/ucb/li ...
<BR>all worked fine.

<P>Tobias Hitzfeld
<BR>&nbsp;

<P>Someone wrote:
<BLOCKQUOTE TYPE=CITE>&nbsp;

<P>Tobias Hitzfeld wrote:

<P>[snip...]
<BLOCKQUOTE TYPE=CITE>&nbsp;

<P>I modified the root.sh as described: LOG=xxx.log and received in the
logfile:
<BR><FONT COLOR="#CC0000">Making osh program...</FONT>
<BR><FONT COLOR="#CC0000">[fatal]:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2310 C-IC licence/key information missing 20</FONT>
<BR><FONT COLOR="#CC0000">[error]:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
9025 /usr/ccs/bin/cc : frontend error while compiling file 'osh.c'</FONT>
<BR><FONT COLOR="#CC0000">Copying files to /opt/bin...</FONT>

<P><FONT COLOR="#000000">Thanks in advance.</FONT>
<BR><FONT COLOR="#000000">Tobias Hitzfeld</FONT>
<BR><FONT COLOR="#000000">( now, after about 20hours at work, helpless
) ORACLE-DBA</FONT></BLOCKQUOTE>
It appears to me that the script is trying to compile a C program osh.c, but the license information for the C compiler itself is not valid, so the program cannot compile.&nbsp; The result is your shell script fails.&nbsp; Perhaps you can contact the vendor of your C compiler and get some assistance or a 60 day temporary license until your sys admin returns.&nbsp;</BLOCKQUOTE> &nbsp;</HTML> Received on Tue Sep 23 1997 - 00:00:00 CDT

Original text of this message

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