Skip to main content

Library not found error when running idl on Solaris

  • May 17, 2013
  • 0 replies
  • 1 view

Summary How to initialize the environment in Solaris so that the idl command can be run.
Article Number 30037
Environment Orbix Solaris c /Java
Question/Problem Description

Running idl on Solaris returns the error:

      ld.so.1: idl: fatal: libit_idl_cfe_sc53.so.5: open failed: No such file or directory
 

 

Clarifying Information
Error Message Building UT IDL... /iona6.3/asp/6.3/bin/idl -base: -poa: *.idl ld.so.1: idl: fatal: libit_idl_cfe_sc53.so.5: open failed: No such file or directory *** Error code 137 make: Fatal error: Command failed for target `idl'
Defect/Enhancement Number
Cause
Resolution The Orbix environment must be sourced before running the idl command. In a standard Orbix environment source the <<domain name>>-domain_env file which is normally found in the <<orbix install>>/etc/bin directory. For example for  the  domain sample run:

bash-3.00$ cd orbixinstall/etc/bin
bask-3.00$ . sample-domain_env

 


Workaround
Notes Micro Focus Article(s):
000029427, "What load library path is Orbix using?"
000029428, "How can I solve a missing shared library issue?"
Attachment

Created date: 23 March 2012
Last Modified: 21 May 2013
Last Published: 29 May 2012
First Published date: 18 May 2012


#KnowledgeDocs
#Orbix