Ubuntu Feisty and IDL [message #53660] |
Thu, 26 April 2007 13:16 |
julio.maranhao
Messages: 2 Registered: April 2007
|
Junior Member |
|
|
I downloaded the idl 6.3 from the official site to test a program
(.sav file) in a Linux machine.
We chose Ubuntu Feisty (7.04) on an i386 architecture. We made a basic
install (GNOME). The idl installation was simple:
> sudo mkdir /usr/local/rsi
> sudo tar -xzf idl_linux.x86.tar.gz -C /usr/local/rsi
> cd /usr/local/rsi
> ./install
The rest was very easy. So I could run idl and I got:
IDL Version 6.3 (linux x86 m32). (c) 2006, Research Systems, Inc.
% LICENSE MANAGER: Cannot find license file.
The license files (or license server system network addresses)
attempted are
listed below. Use LM_LICENSE_FILE to use a different license file,
or contact your software provider for a license file.
Feature: idl
Filename: /usr/local/rsi/license/*.lic
License path: /usr/local/rsi/license/license.dat:/usr/local/rsi/
license -
/*.lic
FLEXnet Licensing error:-1,359. System Error: 2 "No such file or
directory"
For further information, refer to the FLEXnet Licensing End User
Guide,
available at "www.macrovision.com"..
License file: /usr/local/rsi/license/license.dat:/usr/local/rsi/
license/*.lic
% Entering timed demo mode. Each session is limited to 7 minutes
of operation. Printing and file saving are disabled.
To obtain a temporary license allowing evaluation of the full
functionality of this product contact your sales representative or
RSI (303-786-9900, info@RSInc.com).
IDL> exit
But idlde only shows the idl bitmap for a moment and nothing more. Any
hints?
idldemo shows me:
IDL Version 6.3 (linux x86 m32). (c) 2006, Research Systems, Inc.
% Embedded IDL: Research Systems, Inc., IDL Demo System.
% Restored file: IDLRTMAIN.
% Embedded IDL: Research Systems, Inc., IDL Demo System.
% Loaded DLM: XML.
Segmentation fault (core dumped)
|
|
|