ERROR

libXm.so.3: can't open file: errno=2

Last Published: April 25, 2020

Solution or Workaround

Summary

On Solaris 2.5, 2.5.1, 2.6, typing the ARC HELP command returns this message:

ld.so.1: /esri/hh_solaris2/bin/hyperhelp: fatal: libXm.so.3: can't open file:
errno=2

Cause

The path to the libXm.so.3 library is not included in the LD_LIBRARY_PATH environment variable.

Solution

1. Edit the LD_LIBRARY_PATH environment variable in the your .cshrc file to include the '/usr/dt/lib' path. The setenv line should look like this:

setenv LD_LIBRARY_PATH $ARCHOME/lib:/usr/lib:/usr/openwin/lib:/usr/dt/lib  

2. Source your .cshrc file

Code:
unix%>source ~/.cshrc

ArcDoc will start properly.

See ArcDoc 7.2.1 under Contents > Troubleshooting > Frequently Asked Questions > ArcDoc.

Article ID:000001383

Software:
  • Legacy Products

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Discover more on this topic