On Solaris 2.4 and Solaris 2.5, MLWorks expects to find the OpenWindows versions of X11 and Xt, as distributed with Solaris by Sun. To ensure this, the scripts that run MLWorks add /usr/openwin/lib
to your LD_LIBRARY_PATH
environment variable.
Dynamically linked runtimes for MLWorks are shipped in the MLWorks 2.0 distributions for Solaris. If you would prefer the dynamic runtime to be installed by default, you can edit the installation script to make that happen. The following shared libraries must be available on your system for the dynamically linked runtime to work:
libm.so.1, libw.so.1, libXt.so.4, libX11.so.4, libXm.so.2.12, libsocket.so.1, libnsl.so.1, libintl.so.1, libelf.so.1, libdl.so.1, libc.so.1
To install the dynamically linked version of mlrun
instead of the statically linked one, edit the install-mlworks
script in the MLWorks distribution, and go to the line which reads:
RUNTIME=main-static
Change the line to read:
RUNTIME=main
Now follow the installation procedure normally.