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 -> Linux Install Problem

Linux Install Problem

From: Leonard Nisenoff <nisenoff_at_earthlink.net>
Date: Thu, 12 Aug 1999 07:38:43 -0400
Message-ID: <MPG.121c7c51df2bb7a5989686@news.earthlink.net>

 

I'm trying my first install of Oracle8 on Linux. I'm getting the following error(s) consistantly. When I installed Linux, I didn't load the 'make', 'gcc', or 'kernel-headers' packages. I found several copies of 'types.h' on my system. I've tried manually the 'cc -c nocontab.c' command and moving the types.h file but with no sucess. Am I missing a setenv command to point to the head files? Also does the error 'get_platform: No such file or directory' affect anything?

Thanks,

Leonard

Error during action 'Creating ntcontab.o'.                             
                                                                        
Command:  make -f /opt/oracle/product/8/network/lib/ins_network.mk      
ntcontab.o                                                              
                                                                        
(if [ "compile" = "compile" ] ;then \                                   
  /opt/oracle/product/8/bin/gennttab > ntcontab.c ;\                    
  cc  -c ntcontab.c ;\                                                  
  rm -f /opt/oracle/product/8/lib/ntcontab.o ;\                         
  mv ntcontab.o /opt/oracle/product/8/lib ;fi)                          

/opt/oracle/product/8/bin/gennttab:
/opt/oracle/product/8/bin/get_platform: No such file or directory
ntcontab.c:7: sys/types.h: No such file or directory mv: ntcontab.o: No such file or directory
Received on Thu Aug 12 1999 - 06:38:43 CDT

Original text of this message

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