Solution 2.) Alternatively, download and install the ENVI 5.0/IDL 8.2 Hotfix 5/17/2012 to your affected ENVI 5.0 or IDL 8.2 installation for Mac.
Download and installation steps:
a.) Go to http://www.exelisvis.com
b.) Login to the web site using your Exelis Visual Information Solutions-provided web site user name and password.
c.) Select the Downloads > Product Downloads web page menu item
d.) Click on the link to download ENVI 5.0/IDL 8.2 Hotfix 5/17/2012. The installation file is a compressed archive; save or copy this file to the ENVI or IDL installation directory (default installation directories are /usr/local/exelis on UNIX or /Applications/exelis on Macintosh).
e.) Launch a terminal window and change directories to your ENVI or IDL installation directory.
f.) Unpack the archive. First uncompress the file by entering:
gunzip ./envi50idl82_r1.tar.gz
then untar the file:
tar xf ./envi50idl82_r1.tar
Or with sudo privileges:
sudo gunzip ./envi50idl82_r1.tar.gz
sudo tar xf ./envi50idl82_r1.tar
g.) Now execute the installation program by entering the following command (be sure to issue the command as "root" or with "sudo" privileges):
./install_envi50idl82r1
or
sudo./install_envi50idl82r1
h.) Read and accept the license agreement. Follow the prompts to complete the installation.
i.) After running the Mac OS X Native installer for ENVI or IDL, and assuming that the correct license server based license.dat file for your machine is already installed, you should do the following: Open an X11 Terminal window, change directories to the actual the idl82/bin directory of your ENVI 5.0 or IDL 8.2 installation, and then run the "lmgrd_install" command as "root" or with "sudo" privileges. For example, after opening the terminal window, for a default installation location, issue the following terminal commands:
cd /Applications/exelis/idl82/bin
sudo ./lmgrd_install
Alternatively, you can run the license wizard utility, with "sudo" or "root" privileges, to install your license server-based license.dat file and to finish the configuration of the updated license manager service. For example (using a Bash shell):
cd /Applications/exelis/idl82/bin
. ./idl_setup.bash
sudo ./exelislicense
After the license wizard utility has appeared, select the option "Install a license file you have received", click on "Next>", click on "Browse to import license file", select the license file for your machine, allow the system configuration of the license manager service (see Figure 1, above), and Finish to exit the license wizard utility.
j.) Reboot the system to stop any old running instances of the license manager program, and to ensure that the new license manager service is invoked properly.
|