Differences

This shows you the differences between two versions of the page.

Link to this comparison view

wiki:software:macintosh_systems:idl_and_lion [2012/05/02 08:48] (current)
David C LeFevre created
Line 1: Line 1:
 +====== Crash issues with IDL on Mac Lion ======
 +IDL 8.1 is known to have some problems when installed on Lion (and possibly some installs of Snow Leopard).  This is a known issue that has to do with some of the libraries distributed with IDL (specifically libcurl).
  
 +===== Symptoms =====
 +On a fresh, new install of IDL 8.1 on any version of Lion, starting the binary causes crashes, almost immediately on start.  It is totally unrelated to any licensing problem and will crash even if a dialog box is present on the screen.
 +
 +===== The Real Issue =====
 +IDL's version of libcurl libraries does not play well with other libcurl versions that are now used and installed by Tiger.
 +
 +===== Workaround =====
 +Open terminal:
 +
 +For most installations:
 +<code>cd /Applications/itt/idl/idl81/bin/bin.darwin.x86_64</code>
 +
 +If the user installed IDL in their home directory:
 +<code>cd ~/Applications/itt/idl/idl81/bin/bin.darwin.x86_64</code>
 +
 +Then rename these files:
 +<code>sudo mv ./libcurl.4.0.1.dylib libcurl.4.0.1.dylib.bak
 +sudo mv ./libcurl.4.dylib libcurl.4.dylib.bak
 +sudo mv ./libcurl.dylib libcurl.dylib.bak</code>
 +
 +(Sudo will not be needed if doing this from a privileged account.)
 +
 +===== More Information =====
 +Exelis has more detailed information on this known problem [[http://www.exelisvis.com/Support/HelpArticleDetail/ArticleId/4698/IDL-8-1-Workbench-crashing-on-Mac-OS-X-10-7-2-and-10-7-3.aspx|in their support forums]].