LDAPTEST failing with message CEE3561S External function ldap_convert_utf8_np was not found in DLL libldap.dll.
search cancel

LDAPTEST failing with message CEE3561S External function ldap_convert_utf8_np was not found in DLL libldap.dll.

book

Article ID: 57060

calendar_today

Updated On:

Products

LDAP SERVER FOR Z/OS

Issue/Introduction

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.

Resolution

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.