Return to Support Page
 homesearchagentssupportask xilinxmap

Answers Database


VERILOG-XL, Solaris, 97A: "ld.so.1: verilog: fatal: libXm.so.3: can't open file: errno=2"


Record #2508

Product Family:  Software

Product Line:  Cadence

Problem Title:
VERILOG-XL, Solaris, 97A: "ld.so.1: verilog: fatal: libXm.so.3: can't
open file: errno=2"



Problem Description:
Keywords: 97a, error, ld.so, fatal, verilog-xl, Solaris

Urgency: standard{

General Description:

Verilog-XL in the 97A Cadence release may issue the following
error:

<INPUT>  "ld.so.1: verilog: fatal: libXm.so.3: can't open
file: errno=2" </INPUT>



Solution 1:

This is usually caused by an incorrect environment,
specifically a missing path in the LD_LIBRARY_PATH.

The solution is to add	/usr/dt/lib to your LD_LIBRARY_PATH:

  <INPUT> setenv LD_LIBRARY_PATH  /usr/dt/lib:${LD_LIBRARY_PATH} </input>


In general, running the UNIX utility "ldd" on the specific
program you are trying to run will tell you all shared
objects that program_name will requires, whether LDD was
able to find them in the LD_LIBRARY_PATH, and where it found them.


Reference: 18583



End of Record #2508

For the latest news, design tips, and patch information on the Xilinx design environment, check out the Xilinx Expert Journals!

© 1998 Xilinx, Inc. All rights reserved
Trademarks and Patents