Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Help me with error when running psyn_shell in Synopsys Linux

Status
Not open for further replies.

nooby

Newbie level 6
Joined
Aug 11, 2004
Messages
12
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
102
synopsys linux question

All,

I met a question ,when I finished install the synopsys linux version,
I run psyn_shell. it report error, the following is the error message,who can help me to resolve this question .thanks!

/cad/tools/2002.05-SP2/linux/syn/bin/psyn_shell_exec: error while loading shared libraries: libncurses.so.4: cannot open shared object file: No such file or directory



thanks!
 

Re: synopsys linux question

The specified library cannot be found.

Possible reasons:

* a library (of this version/name) does not exist
-> check installed software via 'rpm -qa| grep curses'
and probably install missing package

* the library is installed at an unusual place (not very likely...)
-> check installation place via 'rpm -ql pkgname | grep libncurses'

* check if the link for the libncurses.so library is pointing to the
correct and existing library

HTH, RoZ
 

Re: synopsys linux question

OOPs, forgot one thing

You can always specify a place to search for libraries via
export LD_LIBRARY_PATH="/search/this/path/specially/"

RoZ
 

synopsys linux question

make a link.

old problem. just search in this forum.
 

Re: synopsys linux question

you have to install this package.
 

synopsys linux question

you can make a symbol link from libncurses.so.5
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top