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 -> PRO*C Error

PRO*C Error

From: Robert D. Perry <rperry_at_tacticsus.com>
Date: Fri, 17 Sep 1999 23:32:11 -0400
Message-ID: <37E307BB.5026C93@tacticsus.com>


I have an ANSC compiler & PRO*C installed on a HP server running 10.20. The Oracle version is 7.3.4. While trying to a compile, the following error occurs:

$ . oraenv
ORACLE_SID = [devl] ? prod
$ cd /u01/ORACLE/prod/batch
$ make -f proc.mk EXE=R5161100 OBJS=R5161100.o

        cc -Wl,-aarchive -L/u01/ORACLE/product/7.3.4/lib -o R5161100 R5161100.o -lsql /u01/ORACLE/product/7.3.4/lib/osntab.o -lsqlnet -lora -lsqlnet -lora -lnlsrtl -lcv6 -lcore -lnlsrtl -lcv6 -lcore `cat
/u01/ORACLE/product/7.3.4/rdbms/lib/sysliblist`
/usr/ccs/bin/ld: Can't find library for -lora
*** Error exit code 1

Stop.
$

Can anyone help me resolve this problem. It appears that the library is missing. After search the filesystem, I came up empty. Received on Fri Sep 17 1999 - 22:32:11 CDT

Original text of this message

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