Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> PRO*C Error
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
![]() |
![]() |