Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Need urgent help for setup-script root.sh
--------------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>
<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]:
2310 C-IC licence/key information missing 20</FONT>
<BR><FONT COLOR="#CC0000">[error]:
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. 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. </HTML>
--------------69E5D5D7CC529F3AAB0E23E6-- Received on Sun Sep 21 1997 - 00:00:00 CDT
![]() |
![]() |