X

Help Articles are product support tips and information straight from the NV5 Geospatial Technical Support team developed to help you use our products to their fullest potential.



6688 Rate this article:
5.0

ENVI 5.6 and IDL 8.8 are not compatible with MacOS 12 Monterey, but here’s a work-around

Apple released the newest iteration of MacOS, known as Monterey or MacOS 12, in October 2021. This version of MacOS is not officially supported by ENVI 5.6.x or IDL 8.8.x and there are known issues, mainly:

  • ENVI will not launch at all.
  • IDL graphics may fail to display, giving the following error output: 

     Error: Unresolved inheritance operation

These issues are related and work-arounds to them are described below. Administrator rights are required.

For a complete break-down of officially supported platforms for ENVI and IDL, see THIS page. 

 

RECOMMENDED WORK-AROUND:  Change the IDL launch script to include an updated definition for DYLD_LIBRARY_PATH.

1. Open the file /Applications/harris/envi56/idl88/bin/idl in a text editor. On most Mac systems, you will need to do so with elevated permissions if installed in the default location. This is most easily done through Apple Terminal with…

     sudo vi /Applications/harris/envi56/idl88/bin/idl

2. Find the line that reads “export DYLD_LIBRARY_PATH” near the bottom of the file and change it to the following:

     export DYLD_LIBRARY_PATH=/opt/X11/lib/flat_namespace:$DYLD_LIBRARY_PATH

3.  Save the file and exit the text editor. Both ENVI and IDL should now work normally.

NOTE: This work-around was tested with MacOS 12.0.1, ENVI+IDL 5.6.1, and XQuartz 2.8.1 on a system with an Intel CPU, but it is expected to work with ENVI 5.6.0 / IDL 8.8.0 and with Apple M1 chips as well.

 

ALTERNATIVE WORK-AROUND: Revert to an older version of ENVI or IDL. ENVI 5.5.3 and IDL 8.7.3 versions appear to work out-of-the-box on Monterey.

 

 

Written by BC(US) 11/12/2021, Reviewed by MM 11/12/2021

 

Please login or register to post comments.
Featured

End-of-Life Policy Enforcement for ENVI 5.3 / IDL 8.5 and Earlier Versions

5/6/2024

April 1, 2024 Dear ENVI/IDL Customer,  We are reaching out to notify you of our supported... more »

How to Upgrade licenses to ENVI 6.x / IDL 9.x

12/5/2023

What is the new Upgrade function? Starting with ENVI 6.0 and IDL 9.0, we have implemented an... more »

What to do if the 'License Administrator - License Server' for the Next-Generation License Server does not start?

6/13/2023

Background: With the release of ENVI 5.7 & IDL 8.9 and the corresponding Next-Generation licensing... more »

Next-Generation Licensing FAQ

4/28/2023

  NV5 Geospatial has adopted a new licensing technology for all future releases of our ENVI, IDL... more »

The IDL Virtual Machine

6/6/2013

What is the IDL Virtual Machine? An IDL Virtual Machine is a runtime version of IDL that can... more »