If your workstation is running Solaris, you need to include the following in the environment variable LD_LIBRARY_PATH directory /usr/openwin/lib.
For csh
'setenv LD_LIBRARY_PATH /usr/openwin/lib'
For sh or ksh
'export LD_LIBRARY_PATH=/usr/openwin/lib'
MAE 2.0 Demo uses a default X Window that uses the libX11.so.4 file to state legal information, and uses that variable to locate the file.
Article Change History:
06 Jun 1996 - Added Solaris reference.