Skip to main content

Problem:

Compiling Server Express 5.0 for Itanium  Using same flags, dirs, etc. as on HP PA-RISC now get the error

Load error : file '/opt/cobol/dynload64/inoc.gnt'

error code: 217, pc=0, call=1, seg=0

217     Incompatible host for native code file

In 32 bit get the error:

Load error : file 'inoc'

error code: 173, pc=0, call=1, seg=0

173     Called program file not found in drive/directory

Resolution:

For Server Express on HP Itanium it is now necessary to set the LD_LIBRARY_PATH.

LD_LIBARY_PATH=$COBDIR/lib

export COBDIR

This resolves the problem

Old KB# 2176