Operating System - HP-UX
1752630 Members
5817 Online
108788 Solutions
New Discussion

Run rtsora sample1.gnt error

 

Run rtsora sample1.gnt error

My Office Install
-HP-UX 10.20 on HP-k210
-Oracle 7.3.2.2 & Pro* Cobol
-Cobol/HP-UX HP35326 B.11.30
====
I use command rtsora and error '
/usr/lib/dld.sl: Can't open shared library: /opt/cobol/cobdir/coblib/libisstubs.sl
/usr/lib/dld.sl: No such file or directory
Abort(coredump)'
What happend ?.
====
and I make new rtsora in $ORACLE/precomp use command ..
$ make -f ins_precomp.mk rtsora
error
Unsatifly code
..
recv (code)
wait (code)
memcmp (code)
atexit (code)
isalpha (code)
qsort (code)
strncpy (code)
_setjmp (code)
chmod (code)
ld: Entry symbol "_start (OUTER BLOCK)" not found

Can I solve this problem ?.



Help me.
No Have Problem from HP
1 REPLY 1
Andreas Voss
Honored Contributor

Re: Run rtsora sample1.gnt error

Hi,

try the following before compiling:
SHLIB_PATH=/opt/cobol/cobdir/coblib
export SHLIB_PATH
(for C-Shell: setenv SHLIB_PATH "/opt/cobol/cobdir/coblib")

Regards

Andrew