A user running an LDAPTEST request from the OMVS prompt may receive the following output in the IVPLlog.txt file:
From entry point main at compile unit offset +00000544.at entry offset +00000544
Some users are able to run without error.
This is usually caused by not have the current working directory (CWD) defined in your LIBPATH definitions.
The usual place for this definition is in /etc/profile file.
This is usually caused by not have the current working directory (CWD) defined in your LIBPATH definitions.
The usual place for this definition is in /etc/profile file.
export LIBPATH='/lib:/usr/lib:.'
Note the period at the end of the libpath definition - this means "include current working directory"
When the user now goes into the OMVS prompt and does a cd /usr/lpp/caldapr151
command, the directory will now be the CWD and included in libpath.