Why can't I run CGI programs when using the ODBC-ODBC Bridge under Netscape Enterprise Server?

By default, Netscape Enterprise Server does not export environment variables to the CGI program.

On most Linux and 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="easysoft_installdir/oob/client:easysoft_installdir/lib"