By default, the Netscape Enterprise Server does not export environment variables to the CGI program.
On most UNIX platforms you need to export LD_LIBRARY_PATH by adding the following to your obj.conf file:
Init fn="init-cgi" LD_LIBRARY_PATH="path-to-easysoft/oob/client:path-to-easysoft/lib"