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: Someone <answers_at_erols.com>
Date: 1997/09/21
Message-ID: <342559F5.A050E2CC@erols.com>#1/1

--------------69E5D5D7CC529F3AAB0E23E6
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Tobias Hitzfeld wrote:

[snip...]

>
>
> I modified the root.sh as described: LOG=xxx.log and received in the
> logfile:
> Making osh program...
> [fatal]:        2310 C-IC licence/key information missing 20
> [error]:        9025 /usr/ccs/bin/cc : frontend error while compiling
> file 'osh.c'
> Copying files to /opt/bin...
>
> Thanks in advance.
> Tobias Hitzfeld
> ( now, after about 20hours at work, helpless ) ORACLE-DBA

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. The result is your shell script fails. 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.

--------------69E5D5D7CC529F3AAB0E23E6
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<HTML>

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;</HTML>

--------------69E5D5D7CC529F3AAB0E23E6-- Received on Sun Sep 21 1997 - 00:00:00 CDT

Original text of this message

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