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.

How to run the synps? (code)

Status
Not open for further replies.

visualart

Advanced Member level 1
Joined
Dec 21, 2001
Messages
466
Helped
28
Reputation
56
Reaction score
4
Trophy points
1,298
Activity points
3,333
How run the synps?

env: solaris 8.0
command: dc_shell or dc_shell_t (2003.06)
info: ld.so.1: ..../dc_shell_exec: fatal: libCstd.so.1: open failed: No such file or directory.
killed

when i run the command "find / -name libCstd.so.1", notheing find.

who can help me?
Tia
 

Re: How run the synps?

visualart said:
env: solaris 8.0
command: dc_shell or dc_shell_t (2003.06)
info: ld.so.1: ..../dc_shell_exec: fatal: libCstd.so.1: open failed: No such file or directory.
killed

when i run the command "find / -name libCstd.so.1", notheing find.

who can help me?
Tia

Look in /lib. Your may be remove /lib from LD_LIBRARY_PATH.
if your shell /bin/ksh: LD_LIBRARY_PATH=/lib:$LD_LIBRARY_PATH export LD_LIBRARY_PATH
 

Re: How run the synps?

visualart said:
env: solaris 8.0
command: dc_shell or dc_shell_t (2003.06)
info: ld.so.1: ..../dc_shell_exec: fatal: libCstd.so.1: open failed: No such file or directory.
killed

when i run the command "find / -name libCstd.so.1", notheing find.

who can help me?
Tia
What's version of your solaris,32bit or 64bit?
 

Re: How run the synps?

mars64 said:
visualart said:
env: solaris 8.0
command: dc_shell or dc_shell_t (2003.06)
info: ld.so.1: ..../dc_shell_exec: fatal: libCstd.so.1: open failed: No such file or directory.
killed

when i run the command "find / -name libCstd.so.1", notheing find.

who can help me?
Tia

Look in /lib. Your may be remove /lib from LD_LIBRARY_PATH.
if your shell /bin/ksh: LD_LIBRARY_PATH=/lib:$LD_LIBRARY_PATH export LD_LIBRARY_PATH

thank you

I use the csh, set LD_LIBRARY_PATH=/lib:$LD_LIBRARY_PATH ,
BUT, It view the error .
 

Re: How run the synps?

cyrabbit said:
visualart said:
env: solaris 8.0
command: dc_shell or dc_shell_t (2003.06)
info: ld.so.1: ..../dc_shell_exec: fatal: libCstd.so.1: open failed: No such file or directory.
killed

when i run the command "find / -name libCstd.so.1", notheing find.

who can help me?
Tia
What's version of your solaris,32bit or 64bit?

It is solaris 8 64bit.
 

Re: How run the synps?

2002.2 version? If not,you should install 32bit version and latest patches.
 

Re: How run the synps?

Your system is probably missing some required patches. The Web page at
https://www.synopsys.com/qrsc has links to the list of patches that need to
be installed on all supported platforms, along with commands and tools to
check for them. The link name will contain "QRSC," which stands for
Qualified Run-Time System Configuration.

Or, if you have Solaris version 7 or 8, have all required patches, and still
get these errors, check the setting for LD_LIBRARY_PATH to make sure it
contains /usr/lib among others.

The following is essential information for the Solaris operating system:

For Solaris 7

Patch-ID# 106327-17
Keywords: libC.so.5 libCrun.so.1 libdemangle.so.1
Synopsis: 32-bit shared library patch for C++
Note: 106300-18 is the corresponding 64-bit patch
Solaris Release: 7
SunOS Release: 5.7


For Solaris 8

Patch-ID# 108434-10
Keywords: libC.so.5 libCrun.so.1 libdemangle.so.1
Synopsis: 32-bit shared library patch for C++
Note: 108435-10 is the corresponding 64-bit patch
Solaris Release: 8
SunOS Release: 5.8

For Solaris 9

Patch-ID# 111711-03
Keywords: libC.so.5 libCrun.so.1 libdemangle.so.1
Synopsis: 32-bit shared library patch for C++
Note: 111712-03 is the corresponding 64-bit patch
Solaris Release: 9
SunOS Release: 5.9
 

Re: How run the synps?

petert said:
Your system is probably missing some required patches. The Web page at
https://www.synopsys.com/qrsc has links to the list of patches that need to
be installed on all supported platforms, along with commands and tools to
check for them. The link name will contain "QRSC," which stands for
Qualified Run-Time System Configuration.

Or, if you have Solaris version 7 or 8, have all required patches, and still
get these errors, check the setting for LD_LIBRARY_PATH to make sure it
contains /usr/lib among others.

The following is essential information for the Solaris operating system:

For Solaris 7

fix-ID# 106327-17
Keywords: libC.so.5 libCrun.so.1 libdemangle.so.1
Synopsis: 32-bit shared library fix for C++
Note: 106300-18 is the corresponding 64-bit fix
Solaris Release: 7
SunOS Release: 5.7


For Solaris 8

fix-ID# 108434-10
Keywords: libC.so.5 libCrun.so.1 libdemangle.so.1
Synopsis: 32-bit shared library fix for C++
Note: 108435-10 is the corresponding 64-bit fix
Solaris Release: 8
SunOS Release: 5.8

For Solaris 9

fix-ID# 111711-03
Keywords: libC.so.5 libCrun.so.1 libdemangle.so.1
Synopsis: 32-bit shared library fix for C++
Note: 111712-03 is the corresponding 64-bit fix
Solaris Release: 9
SunOS Release: 5.9

I install these patches, but it is as of old.
 

Thank all.
I install the patches 109147-25, 108435-13, 108434-13, and it is ok!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top