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.

InstallScape (IC610 & MMSIM61) on fedora8

Status
Not open for further replies.

venkatreddydec30

Newbie level 5
Joined
Dec 10, 2008
Messages
9
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,377
Hi

Problem 1

Extracting InstallScape version for platform lnx86 in / opt / InstallScape
./SETUP.SH: line 814: uncompress: command not found . / SETUP.SH: line 814: uncompress: command not found


Starting up InstallScape in GUI mode Starting up InstallScape in GUI mode

DISPLAY environment variable is set to :0.0 DISPLAY environment variable is set to: 0.0

If you do not see the InstallScape console If you do not see the InstallScape console
window or the it seems to be hanging then kill this window or the it seems to be hanging then kill this
process.

Set your DISPLAY environment variable to a proper Set your DISPLAY environment variable to a proper
value and manually start InstallScape by typing: value and manually start InstallScape by typing:
/opt/InstallScape/iscape/bin/iscape.sh /opt/cadence/IC610_lnx86.Base/CDROM1 / opt / InstallScape / iscape / bin / iscape.sh / opt/cadence/IC610_lnx86.Base/CDROM1
:::/opt/IC610 ::: / opt/IC610

solution 1)

ln-s / bin / gunzip / bin / uncompress

Problem 2)

If you do not see the InstallScape console
window or the it seems to be hanging then kill this window or the it seems to be hanging then kill this
process.

Set your DISPLAY environment variable to a proper Set your DISPLAY environment variable to a proper
value and manually start InstallScape by typing: value and manually start InstallScape by typing:
/eda/cadence/installscape/iscape/bin/iscape.sh /eda/cadence/IC610_lnx86.Base/CDROM1:::/eda/cadence/install / eda / cadence / installscape / iscape / bin / iscape.sh / eda/cadence/IC610_lnx86.Base/CDROM1::: / eda / cadence / install

Initializing InstallScape using JVM at /eda/cadence/installscape/iscape/runtime/LNX86/bin/java. This might take some time... Initializing InstallScape using JVM at / eda/cadence/installscape/iscape/runtime/LNX86/bin/java. This might take some time ...
Exception in thread "main" java.lang.UnsatisfiedLinkError: /eda/cadence/installscape/iscape/runtime/LNX86/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory Exception in thread "main" java.lang.UnsatisfiedLinkError: / eda/cadence/installscape/iscape/runtime/LNX86/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader $ NativeLibrary.load (Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586) at java.lang.ClassLoader.loadLibrary0 (ClassLoader.java: 1586)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1503) at java.lang.ClassLoader.loadLibrary (ClassLoader.java: 1503)
at java.lang.Runtime.loadLibrary0(Runtime.java:788) at java.lang.Runtime.loadLibrary0 (Runtime.java: 788)
at java.lang.System.loadLibrary(System.java:834) at java.lang.System.loadLibrary (System.java: 834)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50) at sun.security.action.LoadLibraryAction.run (LoadLibraryAction.java: 50)
at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessController.doPrivileged (Native Method)
at java.awt.Toolkit.loadLibraries(Toolkit.java:1437) at java.awt.Toolkit.loadLibraries (Toolkit.java: 1437)
at java.awt.Toolkit.<clinit>(Toolkit.java:1458) at java.awt.Toolkit. <clinit> (Toolkit.java: 1458)
at com.khanpur.installer.gui.InstallerUI.main(InstallerUI.java:70) at com.khanpur.installer.gui.InstallerUI.main (InstallerUI.java: 70)

Can someone help me solve this
 

to solve problem 2 try this

su -c 'yum install libXp'
 

Hi when I tried to install I had the same problem. I changed my OS to Slackware 12.1. It is amazing distruibution and I had no problem. Everything worked fine. Just a couple of lib files need to be updated but it works well...
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top