Hi Alexei,
I contacted some days ago.
The problem was known and a few patches were released.
Regards
Fabrizio
________________________________
Da: Alexei_Roudnev [mailto:Alexei_Roudnev@(protected)]
Inviato: mar 14/03/2006 19.55
A: Magni Fabrizio; Michael Galloway; suse-oracle@(protected)
Oggetto: Re: [suse-oracle] 10.1b6 and 10gR2 install
I am sorry but problem CANTBE with bash - it is with (again!!) unskilled
script developers in Oracle.
They can write all this things easily so that they work on any bash.
----- Original Message -----
From: "Magni Fabrizio" <Fabrizio.Magni@(protected)>
To: "Michael Galloway" <mgx@(protected)>
Sent: Tuesday, March 14, 2006 6:47 AM
Subject: RE: [suse-oracle] 10.1b6 and 10gR2 install
Hi Michael,
the problem is with bash. You need a patched bash (you can downloaded
latest rpm version from GNU website).
Otherwise modify your /opt/oracle/product/10.2/db_1/bin/gennttab
changing:
LIB=`$ECHO ${TtoLIB} | $SED 's/ /\\
/g' | $GREP "^${T}:" | $AWK -F: '{print $2}'`
INI=`$ECHO ${TtoINI} | $SED 's/ /\\
/g' | $GREP "^${T}:" | $AWK -F: '{print $2}'`
BAS=`$ECHO ${TtoBAS} | $SED 's/ /\\
/g' | $GREP "^${T}:" | $AWK -F: '{print $2}'`
Into
LIB=`$ECHO ${TtoLIB} | $SED 's/ /\\n/g' | $GREP "^${T}:" | $AWK -F:
'{print $2}'`
INI=`$ECHO ${TtoINI} | $SED 's/ /\\n/g' | $GREP "^${T}:" | $AWK -F:
'{print $2}'`
BAS=`$ECHO ${TtoBAS} | $SED 's/ /\\n/g' | $GREP "^${T}:" | $AWK -F:
'{print $2}'`
Further steps (from oracle user):
1. cd $ORACLE_HOME/network/lib
2. make -f ins_net_client.mk nnfgt.o
3. modify $ORACLE_HOME/sysman/lib/env_sysman.mk deleting the option
no_cpprt
4. relink all
Regards
Fabrizio
> -----Original Message-----
> From: Michael Galloway [mailto:mgx@(protected)]
> Sent: 14 March, 2006 3:16 PM
> To: suse-oracle@(protected)
> Subject: [suse-oracle] 10.1b6 and 10gR2 install
>
> good day all ...
>
> was playing around with installing 10gR2 onto a 10.1b6 system
> and it seems to get itself stuck during the install process.
> i've tried twice, and it seems to fail at linking ntcontab.
> the last few lines in the install log are:
>
> INFO: rm -f ntcontab.*
>
> INFO: (if [ "compile" = "compile" ] ; then \
> /opt/oracle/product/10.2/db_1/bin/gennttab > ntcontab.c ;\
> /usr/bin/gcc -c ntcontab.c ;\
> rm -f /opt/oracle/product/10.2/db_1/lib/ntcontab.o ;\
> mv ntcontab.o /opt/oracle/product/10.2/db_1/lib/ ;\
>
> INFO: /usr/bin/ar rv
> /opt/oracle/product/10.2/db_1/lib/libn10.a
> /opt/oracle/product/10.2/db_1/lib/ntcontab.o ; fi)
>
> INFO: /bin/sed: -e expression #1, char 7: unterminated `s' command
>
> INFO: /bin/sed: -e expression #1, char 7: unterminated `s' command
>
> INFO: /bin/sed: -e expression #1, char 7: unterminated `s' command
>
>
> i installed orarun 1.9-13 and i'm basically following this doc:
>
> http://ftp.novell.com/partners/oracle/docs/10gR2_SL10_intoduction.pdf
>
> has anyone gotting 10gR2 to go onto the beta? fwiw, i did
> install the oracle-xe system on the beta with no problem at all.
>
> -- michael
>
>
> --
> To unsubscribe, email: suse-oracle-unsubscribe@(protected)
> additional commands, email: suse-oracle-help@(protected)
> see http://www.suse.com/oracle/ before posting
>
>
--
To unsubscribe, email: suse-oracle-unsubscribe@(protected)
For additional commands, email: suse-oracle-help@(protected)
Please see http://www.suse.com/oracle/ before posting