Hi Ray! If you follow the Oracle Installation Manual, you will see a lot of pre-reqs (libgcc, libaio, motif, and so...). One of the prereqs is gcc, which will provide cc to you. You should install it without -ignoreSysPrereqs to see if there's missing libs, wrong parameters, and so. After solving whatever the installer complais about, run without checking prereqs to install it.
Mauro http://mauro.limeiratem.com - registered Linux User: 294521 Scripture is both history, and a love letter from God. On Wed, Apr 14, 2010 at 11:59 AM, Ray Waters <[email protected]>wrote: > Listers, > > I am running SUSE Linux Enterprise Server 10 SP2 (s390x) under z/VM 540 > and am trying to install Oracle 10.2.0 Database. > uname -r > 2.6.16.60-0.21-default > > Since it should run under version 10, but the manual states the install > process only supports up to version 9, I have to ignore the prereqs: > > ./runInstaller -ignoreSysPrereqs > > > I get about 65% complete during the actual install and then I get an error. > I looked in the logs and it is complaining about a cc command. > > INFO: Start output from spawned process: > INFO: ---------------------------------- > INFO: > > INFO: rm -f nnfgt.* > > INFO: (if [ "compile" = "compile" ] ; then \ > /home/oracle/oracle/product/10.2.0/db_1/bin/gennfgt > nnfgt.c ;\ > cc -c nnfgt.c ;\ > rm -f /home/oracle/oracle/product/10.2.0/db_1/lib/nnfgt.o ;\ > mv nnfgt.o /home/oracle/oracle/product/10.2.0/db_1/lib/ ;\ > cc -m31 -c nnfgt.c ;\ > rm -f /home/oracle/oracle/product/10.2.0/db_1/lib32/nnfgt.o ;\ > mv nnfgt.o /home/oracle/oracle/product/10.2.0/db_1/lib32 ;\ > /usr/bin/ar rv > /home/oracle/oracle/product/10.2.0/db_1/lib32/libn10.a > /home/oracle/oracle/product/10. > INFO: 2.0/db_1/lib32/nnfgt.o ;\ > > INFO: /usr/bin/ar rv > /home/oracle/oracle/product/10.2.0/db_1/lib/libn10.a > /home/oracle/oracle/product/10.2.0/db_1/lib/nnfgt.o ; fi) > > INFO: /bin/sh: cc: command not found > > INFO: mv: cannot stat `nnfgt.o' > INFO: : No such file or directory > > INFO: /bin/sh: cc: command not found > > > > How do I get this "cc" command? > > Ray Waters > Senior Technical Support Analyst > Open Solutions Inc. > 3900 Essex Lane, Suite 400 > Houston, TX 77027-5100 > > Office 713-965-8451 > Cell 713-705-5403 > Email [email protected]<mailto:[email protected]> > > www.bank.opensolutions.com<http://www.bank.opensolutions.com> > www.opensolutions.com > <file:///C:\Documents%20and%20Settings\Ray.Waters\Application%20Data\Microsoft\Signatures\ > www.opensolutions.com> > > ________________________________ > NOTICE: > This e-mail is intended solely for the use of the individual to whom it is > addressed and may contain information that is privileged, confidential or > otherwise exempt from disclosure. If the reader of this e-mail is not the > intended recipient or the employee or agent responsible for delivering the > message to the intended recipient, you are hereby notified that any > dissemination, distribution, or copying of this communication is strictly > prohibited. If you have received this communication in error, please > immediately notify us by replying to the original message at the listed > email address. Thank You. > > ---------------------------------------------------------------------- > For LINUX-390 subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO LINUX-390 or > visit > http://www.marist.edu/htbin/wlvindex?LINUX-390 > ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
