cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in solution manger 7.0 installation on SuSE linux/ Oracle

Former Member
0 Kudos

Hi Gurus,

I am installing Solution manager installation 7.0 on SuSE Linux 10 and Oracle 10g. i have encountered a error in phase 11 when creating database. here following is error--

CJS-0084 SQL statement or script failed. DIAGNOSIS: Error message: Executable /oracle/SMP/102_64/bin/sqlplus terminated with exit code 0 but did not produce any output. DIAGNOSIS: This indicated that the sql script or statement could not be executed successfully and that the oracle software

might not be functioning properly.

I have reinstall and install the oracle Twice, but still have the same issue.

is any of you have face this problem and have solution please advise me.

Thanks & Regards

Kumar sai

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

Please check the output of the file

ora_sql_result.log

There you will see the error what´s preventing Oracle from creating the database.

Markus

Former Member
0 Kudos

Hi Markus

I do check with ora_sql_result.log

it displays:

Output of SQL Executing Program:

SAPINST: End of output of SQL executing program /oracle/SMP/102_64/bin/sqlplus.

SAPINST Found errors.

SAPINST The current process environment may be found in sapinst_ora_environment.log

I check with environment log also.. befor installation i have export the JAVA_HOME and SAPINST_JRE_HOME.

Did i miss set any enviroment varaibles. is this effecting with.

Please advise

Thanks

Kumar sai

markus_doehr2
Active Contributor
0 Kudos

Please check further above. The statement throwing the error is listed there.

Markus

Former Member
0 Kudos

Markus,

Here is the log

================================================================================

2008-08-12, 03:55:20 SAPINST ORACLE start logging for

SHUTDOWN ABORT;

exit;

Output of SQL executing program:

SAPINST: End of output of SQL executing program /oracle/SMP/102_64/bin/sqlplus.

SAPINST found errors.

SAPINST The current process environment may be found in sapinst_ora_environment.log.

2008-08-12, 03:55:20 SAPINST ORACLE stop logging

================================================================================

2008-08-12, 03:55:28 SAPINST ORACLE start logging for

SHUTDOWN IMMEDIATE;

exit;

Output of SQL executing program:

SAPINST: End of output of SQL executing program /oracle/SMP/102_64/bin/sqlplus.

SAPINST found errors.

SAPINST The current process environment may be found in sapinst_ora_environment.log.

2008-08-12, 03:55:28 SAPINST ORACLE stop logging

================================================================================

2008-08-12, 03:55:28 SAPINST ORACLE start logging for

STARTUP NOMOUNT;

exit;

Output of SQL executing program:

SAPINST: End of output of SQL executing program /oracle/SMP/102_64/bin/sqlplus.

SAPINST found errors.

SAPINST The current process environment may be found in sapinst_ora_environment.log.

2008-08-12, 03:55:28 SAPINST ORACLE stop logging

Please advise.

Thanks

Kumarsai

markus_doehr2
Active Contributor
0 Kudos

Ok.. no more information.

Did you

- install Oracle using RUNINSTALLER in the SAP subdirectory of the DVD (not the standard ./runInstaller)?

- upgrade Oracle to patchlevel 10.2.0.2 (or 10.2.0.4) and included all the latest interim patches?

Please also check ora_sql.log and search for the "CREATE DATABASE" statement.

Markus

Former Member
0 Kudos

Markus,

I do install Oracle using RUNINSTALLER in the SAP subdirectory of the DVD.

Upgraded the patch level 10.2.0.2 (51031811 DVD Oracle 10.2.0.2 patches Linux), but i didnt ncluded all the latest interim patches.

Could you please advise which interim patches to implemented for Suse linux.

I dint find any "CREATE DATABASE" statement in ora_sql.log

Thanks

Anilsai

markus_doehr2
Active Contributor
0 Kudos

> I do install Oracle using RUNINSTALLER in the SAP subdirectory of the DVD.

>

> Upgraded the patch level 10.2.0.2 (51031811 DVD Oracle 10.2.0.2 patches Linux), but i didnt ncluded all the latest interim patches.

Ok.

> Could you please advise which interim patches to implemented for Suse linux.

Check note 871096 - Oracle Database 10g: Patch sets/patches for 10.2.0

For 10.2.0.2 there are > 50 single patches available. Some of them contain IMPORTANT fixes to avoid block corruptions.

> I dint find any "CREATE DATABASE" statement in ora_sql.log

That is really strange. Something is wrong on your system.

Markus

Former Member
0 Kudos

hi ,

When i am applying Interim patch 3748430, the opatch completed with warnings.

The following warning have occured during Optach execution:

OUI-67200: make Failed to invoke /usr/bin/make -f ins_rdbms.mk ioracle ORACLE_HOME=/oracle/SM1/102_64.........//bin/sh: gcc:command not found

make: *** [/oracle/SM1/102_64/rdbms/lib/oracle] Error 127

OPatch session Completed with warning.

the same has occured during appluing the patch 4271217.

Please advise..

Thanks

Kumar Sai

markus_doehr2
Active Contributor
0 Kudos

Try as ora<SID>:

$ORACLE_HOME/bin/relink all

does that work without error?

Markus

Former Member
0 Kudos

fsbarton:orasm1 69> relink all

/oracle/SM1/102_64/bin/genclntsh

/oracle/SM1/102_64/bin/genclntsh: line 307: gcc: command not found

genclntsh: Failed to link libclntsh.so.10.1

make: *** [client_sharedlib] Error 127

Linking /oracle/SM1/102_64/precomp/lib/proc

/bin/sh: gcc: command not found

/bin/chmod: cannot access `/oracle/SM1/102_64/precomp/lib/proc': No such file or directory

make: *** [/oracle/SM1/102_64/precomp/lib/proc] Error 1

rm -f ldapadd ldapbind ldapcompare ldapdelete ldapmodify ldapsearch ldapmoddn ldapaddmt ldapmodifymt dsml2ldif

Building client shared library libclntsh.so ...

Call script /oracle/SM1/102_64/bin/genclntsh ...

/oracle/SM1/102_64/bin/genclntsh

/oracle/SM1/102_64/bin/genclntsh: line 307: gcc: command not found

genclntsh: Failed to link libclntsh.so.10.1

make: *** [/oracle/SM1/102_64/lib/libclntsh.so] Error 127

- Linking Import utility (imp)

rm -f /oracle/SM1/102_64/rdbms/lib/imp

gcc -o /oracle/SM1/102_64/rdbms/lib/imp -L/oracle/SM1/102_64/rdbms/lib/ -L/oracle/SM1/102_64/lib/ -L/oracle/SM1/102_64/lib/stubs/ /oracle/SM1/102_64/rdbms/lib/s0impdrv.o /oracle/SM1/102_64/rdbms/lib/defopt.o -ldbtools10 -lclntsh `cat /oracle/SM1/102_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /oracle/SM1/102_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lmm -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /oracle/SM1/102_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /oracle/SM1/102_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /oracle/SM1/102_64/lib/sysliblist` -Wl,-rpath,/oracle/SM1/102_64/lib -lm `cat /oracle/SM1/102_64/lib/sysliblist` -ldl -lm -L/oracle/SM1/102_64/lib

/bin/sh: gcc: command not found

make: *** [/oracle/SM1/102_64/rdbms/lib/imp] Error 127

gcc -o ctxload -L/oracle/SM1/102_64/ctx/lib/ -L/oracle/SM1/102_64/lib/ -L/oracle/SM1/102_64/lib/stubs/ /oracle/SM1/102_64/ctx/lib/sdrz.o -lctxs10 -lctx10 -lctxs10 -lzx10 -lgx10 -lctx10 -lzx10 -lgx10 /oracle/SM1/102_64/rdbms/lib/defopt.o -lclntsh `cat /oracle/SM1/102_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /oracle/SM1/102_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lmm -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /oracle/SM1/102_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /oracle/SM1/102_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /oracle/SM1/102_64/lib/sysliblist` -Wl,-rpath,/oracle/SM1/102_64/lib -lm `cat /oracle/SM1/102_64/lib/sysliblist` -ldl -lm -L/oracle/SM1/102_64/lib

/bin/sh: gcc: command not found

make: *** [ctxload] Error 127

rm -f /oracle/SM1/102_64/racg/lib/racgchsn /oracle/SM1/102_64/racg/lib/racgeut /oracle/SM1/102_64/racg/lib/racgmdb /oracle/SM1/102_64/racg/lib/racgimon /oracle/SM1/102_64/racg/lib/racgmain /oracle/SM1/102_64/racg/lib/racgwrap /oracle/SM1/102_64/racg/lib/racgvip /oracle/SM1/102_64/racg/lib/racgons /oracle/SM1/102_64/racg/lib/racgevtf /oracle/SM1/102_64/racg/lib/usrvip

rm -f /oracle/SM1/102_64/racg/lib/racgmain

gcc -o /oracle/SM1/102_64/racg/lib/racgmain -L/oracle/SM1/102_64/racg/lib/ -L/oracle/SM1/102_64/lib/ -L/oracle/SM1/102_64/lib/stubs/ /oracle/SM1/102_64/racg/lib/s0clsrmain.o -lclsr10 /oracle/SM1/102_64/rdbms/lib/libdbtools10.a -lons -lclntsh -lnls10 -lcore10 -lnls10 -lcore10 -lclntsh -lunls10 -loevm -lhasgen10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -locr10 -locrb10 -locrutl10 -lhasgen10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lclntsh -lskgxn2 -lcore10 `cat /oracle/SM1/102_64/lib/sysliblist` -lclntsh -lclntsh -lskgxn2 -locr10 -locrb10 -locrutl10 -lhasgen10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lclntsh -lskgxn2 -lcore10 `cat /oracle/SM1/102_64/lib/sysliblist` -lclntsh -ldbcfg10 `cat /oracle/SM1/102_64/lib/sysliblist` -Wl,-rpath,/oracle/SM1/102_64/lib -lm `cat /oracle/SM1/102_64/lib/sysliblist` -ldl -lm -L/oracle/SM1/102_64/lib -lpthread

/bin/sh: gcc: command not found

make: *** [/oracle/SM1/102_64/racg/lib/racgmain] Error 127

/usr/bin/nm -gp /oracle/SM1/102_64/srvm/lib/libsrvm10.a | grep T | grep Java | awk '{ print "-u " $3 }' > /oracle/SM1/102_64/srvm/lib/libsrvm10.def; /oracle/SM1/102_64/bin/echodo /usr/bin/gcc -o libsrvm10.so `cat /oracle/SM1/102_64/srvm/lib/libsrvm10.def` -h libsrvm10.so -shared /oracle/SM1/102_64/srvm/lib/libsrvm10.a -L/oracle/SM1/102_64/lib/ -L/oracle/SM1/102_64/lib/ -L/oracle/SM1/102_64/srvm/lib/ /oracle/SM1/102_64/rdbms/lib/config.o `cat /oracle/SM1/102_64/lib/sysliblist` -Wl,-rpath,/oracle/SM1/102_64/lib -lm `cat /oracle/SM1/102_64/lib/sysliblist` -lm -lm -L/oracle/SM1/102_64/lib ; rm /oracle/SM1/102_64/srvm/lib/libsrvm10.def

/usr/bin/gcc -o libsrvm10.so -u Java_oracle_ops_mgmt_nativesystem_Native_getEnvironment -u Java_oracle_ops_mgmt_nativesystem_Native_getRDBMSVersion -u prsrvut_getJavaString -u Java_oracle_ops_mgmt_nativesystem_UnixNative_startDaemon -u Java_oracle_ops_mgmt_nativesystem_UnixNative_validateRawDevice -u Java_oracle_ops_mgmt_nativesystem_UnixNative_getOracleGroup -u Java_oracle_ops_mgmt_nativesystem_UnixNative_getEffectiveGroup -h libsrvm10.so -shared /oracle/SM1/102_64/srvm/lib/libsrvm10.a -L/oracle/SM1/102_64/lib/ -L/oracle/SM1/102_64/lib/ -L/oracle/SM1/102_64/srvm/lib/ /oracle/SM1/102_64/rdbms/lib/config.o -ldl -lm -lpthread -lnsl -lirc -Wl,-rpath,/oracle/SM1/102_64/lib -lm -ldl -lm -lpthread -lnsl -lirc -lm -lm -L/oracle/SM1/102_64/lib

/oracle/SM1/102_64/bin/echodo: line 10: /usr/bin/gcc: No such file or directory

mv -f /oracle/SM1/102_64/lib/libsrvm10.so /oracle/SM1/102_64/lib/libsrvm10.so0

mv: cannot stat `/oracle/SM1/102_64/lib/libsrvm10.so': No such file or directorymake: [isrvm] Error 1 (ignored)

mv -f libsrvm10.so /oracle/SM1/102_64/lib/libsrvm10.so

mv: cannot stat `libsrvm10.so': No such file or directory

make: [isrvm] Error 1 (ignored)

- Linking Oracle OSDBA Group tool

gcc -o osdbagrp -L/oracle/SM1/102_64//lib/ -L/oracle/SM1/102_64/lib/ -L/oracle/SM1/102_64/lib/stubs/ /oracle/SM1/102_64/rdbms/lib/config.o /oracle/SM1/102_64/srvm/lib/sprdbgrp.o `cat /oracle/SM1/102_64/lib/sysliblist` -Wl,-rpath,/oracle/SM1/102_64/lib -lm `cat /oracle/SM1/102_64/lib/sysliblist` -lm -lm -L/oracle/SM1/102_64/lib

/bin/sh: gcc: command not found

make: *** [osdbagrp] Error 127

chmod 755 /oracle/SM1/102_64/bin

rm -f wrap

Linking wrap

gcc -o wrap -L/oracle/SM1/102_64/plsql/lib/ -L/oracle/SM1/102_64/lib/ -L/oracle/SM1/102_64/lib/stubs/ /oracle/SM1/102_64/plsql/lib/s0plsw.o -lpsa10 -lpls10 -lplp10 -lclntsh `cat /oracle/SM1/102_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /oracle/SM1/102_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lmm -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /oracle/SM1/102_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /oracle/SM1/102_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /oracle/SM1/102_64/lib/sysliblist` -ldl -lm /oracle/SM1/102_64/lib/libplc10.a -lpls10 -lclient10 -lnl10 -lnro10 -ln10 /oracle/SM1/102_64/rdbms/lib/kpudfo.o -lmm -lgeneric10 -lcommon10 -lslax10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lsql10 `cat /oracle/SM1/102_64/lib/sysliblist` -Wl,-rpath,/oracle/SM1/102_64/lib -lm `cat /oracle/SM1/102_64/lib/sysliblist` -ldl -lm -L/oracle/SM1/102_64/lib

/bin/sh: gcc: command not found

make: *** [wrap] Error 127

chmod 755 /oracle/SM1/102_64/bin

rm -f oracle dbv tstshm maxmem orapwd dbfsize cursize genoci extproc extproc32 hsalloci hsots hsdepxa dgmgrl dumpsga mapsga osh sbttest expdp impdp imp exp sqlldr rman nid extjob extjobo genezi ikfod grdcscan /oracle/SM1/102_64/rdbms/lib/ksms.s /oracle/SM1/102_64/rdbms/lib/ksms.o

- Linking DB*Verify utility (dbv)

rm -f /oracle/SM1/102_64/rdbms/lib/dbv

gcc -o /oracle/SM1/102_64/rdbms/lib/dbv -L/oracle/SM1/102_64/rdbms/lib/ -L/oracle/SM1/102_64/lib/ -L/oracle/SM1/102_64/lib/stubs/ /oracle/SM1/102_64/rdbms/lib/s0kudbv.o /oracle/SM1/102_64/rdbms/lib/defopt.o -ldbtools10 -lsnls10 -lunls10 -lnls10 -lclntsh `cat /oracle/SM1/102_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /oracle/SM1/102_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lmm -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /oracle/SM1/102_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /oracle/SM1/102_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /oracle/SM1/102_64/lib/sysliblist` -Wl,-rpath,/oracle/SM1/102_64/lib -lm `cat /oracle/SM1/102_64/lib/sysliblist` -ldl -lm -L/oracle/SM1/102_64/lib

/bin/sh: gcc: command not found

make: *** [/oracle/SM1/102_64/rdbms/lib/dbv] Error 127

rm -f sqlplus

/bin/chmod 755 /oracle/SM1/102_64/bin/helpins

/bin/chmod 755 /oracle/SM1/102_64/bin/pupbld

Linking sqlplus

rm -f sqlplus

gcc -o sqlplus -L/oracle/SM1/102_64/sqlplus/lib/ -L/oracle/SM1/102_64/lib/ -L/oracle/SM1/102_64/lib/stubs/ /oracle/SM1/102_64/sqlplus/lib/s0afimai.o -lsqlplus -lclntsh `cat /oracle/SM1/102_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /oracle/SM1/102_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lmm -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /oracle/SM1/102_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /oracle/SM1/102_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /oracle/SM1/102_64/lib/sysliblist` -Wl,-rpath,/oracle/SM1/102_64/lib -lm -lpthread `cat /oracle/SM1/102_64/lib/sysliblist` -ldl -lm -lpthread -L/oracle/SM1/102_64/lib

/bin/sh: gcc: command not found

make: *** [sqlplus] Error 127

/bin/chmod 755 /oracle/SM1/102_64/bin/

- Linking tnslsnr

rm -f tnslsnr

gcc -o tnslsnr -L/oracle/SM1/102_64/network/lib/ -L/oracle/SM1/102_64/lib/ -L/oracle/SM1/102_64/lib/stubs/ /oracle/SM1/102_64/network/lib/s0nsgl.o /oracle/SM1/102_64/network/lib/snsglp.o -lclntsh `cat /oracle/SM1/102_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /oracle/SM1/102_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lmm -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /oracle/SM1/102_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /oracle/SM1/102_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /oracle/SM1/102_64/lib/sysliblist` -Wl,-rpath,/oracle/SM1/102_64/lib -lm `cat /oracle/SM1/102_64/lib/sysliblist` -ldl -lm -L/oracle/SM1/102_64/lib -lons -lnl10 -ln10 -lnlsnr10 -lnlsnrc10 -lnsgr10 -lnms -lncm10 -lnmsp -lpeer -lnro10 -ln10 -lnl10 -lnlsnr10 -lnlsnrc10 -lnms -lncm10 -lnmsp -ln10 -lnnz10 -lm

/bin/sh: gcc: command not found

make: *** [tnslsnr] Error 127

/bin/chmod 755 /oracle/SM1/102_64/bin/

rm -f oklist okinit okdstry

rm -f /oracle/SM1/102_64/lib/libnnzentr10.so

- Linking

rm -f oklist

gcc -o oklist -L/oracle/SM1/102_64/network/lib/ -L/oracle/SM1/102_64/lib/ -L/oracle/SM1/102_64/lib/stubs/ /oracle/SM1/102_64/network/lib/snauk5pt.o /oracle/SM1/102_64/network/lib/s0nauk5l.o -lclntsh `cat /oracle/SM1/102_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /oracle/SM1/102_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lmm -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /oracle/SM1/102_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /oracle/SM1/102_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /oracle/SM1/102_64/lib/sysliblist` -Wl,-rpath,/oracle/SM1/102_64/lib -lm `cat /oracle/SM1/102_64/lib/sysliblist` -ldl -lm -L/oracle/SM1/102_64/lib

/bin/sh: gcc: command not found

make: *** [oklist] Error 127

/bin/chmod 755 /oracle/SM1/102_64/bin/

- Linking trcroute

rm -f trcroute

gcc -o trcroute -L/oracle/SM1/102_64/network/lib/ -L/oracle/SM1/102_64/lib/ -L/oracle/SM1/102_64/lib/stubs/ /oracle/SM1/102_64/network/lib/s0nur.o /oracle/SM1/102_64/network/lib/nur.o -lclntsh `cat /oracle/SM1/102_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /oracle/SM1/102_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lmm -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /oracle/SM1/102_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /oracle/SM1/102_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /oracle/SM1/102_64/lib/sysliblist` -Wl,-rpath,/oracle/SM1/102_64/lib -lm `cat /oracle/SM1/102_64/lib/sysliblist` -ldl -lm -L/oracle/SM1/102_64/lib

/bin/sh: gcc: command not found

make: *** [trcroute] Error 127

chmod 755 /oracle/SM1/102_64/bin

make -f /oracle/SM1/102_64/sysman/lib/ins_sysman.mk relink_sharedobj SHAREDOBJ=libnmemso

make[1]: Entering directory `/oracle/SM1/102_64/sysman/lib'

gcc -o /oracle/SM1/102_64/sysman/lib/libnmemso.so -m32 -Wl,whole-archive -shared -L/oracle/SM1/102_64/lib32/ -L/oracle/SM1/102_64/sysman/lib32/ -L/oracle/SM1/102_64/lib32/stubs/ -L/oracle/SM1/102_64/lib32 -L/oracle/SM1/102_64/sysman/lib32/ -Wl,-rpath,/oracle/SM1/102_64/lib32:/oracle/SM1/102_64/lib/:/oracle/SM1/102_64/sysman/lib32/ /oracle/SM1/102_64/sysman/lib32/libnmem.a /oracle/SM1/102_64/sysman/lib32/libnmer.a /oracle/SM1/102_64/sysman/lib32/libnmeu.a /oracle/SM1/102_64/sysman/lib32/libnmt.a /oracle/SM1/102_64/sysman/lib32/libnml.a /oracle/SM1/102_64/sysman/lib32/libnmee.a /oracle/SM1/102_64/sysman/lib32/libnmefmgr.a /oracle/SM1/102_64/sysman/lib32/libnmevr.a /oracle/SM1/102_64/sysman/lib32/libnmehu.a /oracle/SM1/102_64/sysman/lib32/libnmehl.a /oracle/SM1/102_64/sysman/lib32/libnmepm.a /oracle/SM1/102_64/sysman/lib32/libnmedc.a /oracle/SM1/102_64/sysman/lib32/libnmedt.a /oracle/SM1/102_64/sysman/lib32/libnmedm.a /oracle/SM1/102_64/sysman/lib32/libnmedr.a /oracle/SM1/102_64/sysman/lib32/libnmeb.a /oracle/SM1/102_64/sysman/lib32/libnmec.a /oracle/SM1/102_64/sysman/lib32/libnmesched.a /oracle/SM1/102_64/sysman/lib32/libnmectl.a /oracle/SM1/102_64/sysman/lib32/libnmejc.a /oracle/SM1/102_64/sysman/lib32/libnmej.a -L/oracle/SM1/102_64/jdk/jre/lib/i386/client -L/oracle/SM1/102_64/jdk/jre/lib/i386 -z lazyload -ljava -ljvm -lverify -z nolazyload -Wl,-rpath,/oracle/SM1/102_64/lib32:/oracle/SM1/102_64/lib/:/oracle/SM1/102_64/sysman/lib32/:/oracle/SM1/102_64/jdk/jre/lib/i386/client:/oracle/SM1/102_64/jdk/jre/lib/i386 /oracle/SM1/102_64/sysman/lib32/libnmeclumgr.a /oracle/SM1/102_64/sysman/lib32/libnmecluster.a /oracle/SM1/102_64/sysman/lib32/libnmexml.a -Wl,no-whole-archive -lxml10 -lcore10 -lnls10 -lunls10 -lclntsh -lnnz10 -lpthread -lnsl -lm -ldl -Wl,-rpath,/oracle/SM1/102_64/lib `cat /oracle/SM1/102_64/lib32/sysliblist` -ldl -lm

/bin/sh: gcc: command not found

make[1]: *** [/oracle/SM1/102_64/sysman/lib/libnmemso.so] Error 127

make[1]: Leaving directory `/oracle/SM1/102_64/sysman/lib'

make: *** [libnmemso] Error 2

chmod 755 /oracle/SM1/102_64/bin

make -f /oracle/SM1/102_64/sysman/lib/ins_emdb.mk relink_exe EXENAME=nmccollector

make[1]: Entering directory `/oracle/SM1/102_64/sysman/lib'

gcc -o /oracle/SM1/102_64/sysman/lib/nmccollector -L/oracle/SM1/102_64/lib/ -L/oracle/SM1/102_64/sysman/lib/ `cat /oracle/SM1/102_64/lib/sysliblist` -Wl,-rpath,/oracle/SM1/102_64/lib -lm `cat /oracle/SM1/102_64/lib/sysliblist` -ldl -lm -L/oracle/SM1/102_64/lib -Wl,-export-dynamic /oracle/SM1/102_64/sysman/lib/snmccolm.o /oracle/SM1/102_64/sysman/lib/libnmccol.a /oracle/SM1/102_64/sysman/lib/libnmcbuf.a /oracle/SM1/102_64/sysman/lib//libnmadbg.a /oracle/SM1/102_64/rdbms/lib/libdsga10.a /oracle/SM1/102_64/lib/libserver10.a /oracle/SM1/102_64/lib/libclntsh.so `cat /oracle/SM1/102_64/lib/sysliblist` -ldl -lm

/bin/sh: gcc: command not found

make[1]: *** [/oracle/SM1/102_64/sysman/lib/nmccollector] Error 127

make[1]: Leaving directory `/oracle/SM1/102_64/sysman/lib'

make: *** [nmccollector] Error 2

fsbarton:orasm1 70>

markus_doehr2
Active Contributor
0 Kudos

You need to install the "c/c++ compilers" from the SuSE installation CD.

Markus

Former Member
0 Kudos

Markus -After installing the "c/c++ compilers" do i need to do any configuration settings? do i need to reinstall the oracle.. Please advise wt are the steps to be performed.

Thanks again

markus_doehr2
Active Contributor
0 Kudos

execute the relink again - I would then remove the patches you installed and re-install them again to make sure, they are correctly applied.

Apart from that nothing is necessary.

Markus

Former Member
0 Kudos

Markus,

Issue Resolved Thanks.

Regards..

Answers (0)