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.

IC610 installation error on CentOS5.2

Status
Not open for further replies.

kumarghz

Member level 5
Joined
Nov 25, 2006
Messages
85
Helped
10
Reputation
20
Reaction score
7
Trophy points
1,288
Location
Penang, malaysia
Activity points
1,938
.lib error in ic610 installation

Dear Friends,
I'm getting such error when i try to install Installscape.
I also typed the uncompress command as this 'ln -s/usr/bin/gunzip /bin/uncompress'

The error is as below;

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

DISPLAY environment variable is set to :0.0

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

Set your DISPLAY environment variable to a proper
value and manually start InstallScape by typing:
/home/eda/installscape/iscape/bin/iscape.sh /home/bagside/edascr/ic610/CDROM1:::/home/eda/ic610

Initializing InstallScape using JVM at /home/eda/installscape/iscape/runtime/LNX86/bin/java. This might take some time...
Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/eda/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.loadLibrary0(ClassLoader.java:1586)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1503)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:834)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.loadLibraries(Toolkit.java:1437)
at java.awt.Toolkit.<clinit>(Toolkit.java:1458)
at com.khanpur.installer.gui.InstallerUI.main(InstallerUI.java:70)
[root@bagvapp CDROM1]#
----------------------------------------------------------------------------

please guide me how to solve this problem.

thanks alot.

regards,
Kumar
 

Hi All,
I have solved this problem. The solution is, need to install libXP
by command 'yum install libXP'. thanks.

However I have another error after full installation when I want to start the cadence.
To start cadence I have typed command as below;

icfb&

but this is the error was given,
---------------------------------------------------------------------
Resource id: 0x2a00011
Qt Warning: X Error: BadWindow (invalid Window parameter) 3
Major opcode: 18 (X_ChangeProperty)
Resource id: 0x2a00011
Qt Warning: X Error: BadWindow (invalid Window parameter) 3
Major opcode: 18 (X_ChangeProperty)
Resource id: 0x2a00011
Qt Warning: X Error: BadWindow (invalid Window parameter) 3
Major opcode: 18 (X_ChangeProperty)
Resource id: 0x2a00011
Qt Warning: X Error: BadWindow (invalid Window parameter) 3
Major opcode: 2 (X_ChangeWindowAttributes)
Resource id: 0x2a00011
Qt Warning: X Error: BadWindow (invalid Window parameter) 3
Major opcode: 2 (X_ChangeWindowAttributes)
Resource id: 0x2a00011
Qt Warning: X Error: BadWindow (invalid Window parameter) 3
Major opcode: 2 (X_ChangeWindowAttributes)
Resource id: 0x2a00011
Qt Warning: X Error: BadWindow (invalid Window parameter) 3
Major opcode: 2 (X_ChangeWindowAttributes)
Resource id: 0x2a00011
Qt Warning: X Error: BadWindow (invalid Window parameter) 3
Major opcode: 18 (X_ChangeProperty)
Resource id: 0x2a00011
---------------------------------------------------------------------------

Any Idea?

thanks.
regards,
Kumar
 

1. some errors like:
Qt Warning: X Error: BadWindow (invalid Window parameter) 3
Major opcode: 8 (X_MapWindow)
Resource id: 0x3600011
\e Display :0.0 Error "BadMatch (invalid parameter attributes)"
\e request 1 error 8 serial 1437

to solve this problem, add these line to the /etc/X11/xorg.conf
########################
Section "Extensions"
Option "Composite" "Disable"
EndSection
########################
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top