The problems I’ve met when I tried to run icfb:
1.
Code:
Qt Warning: X Error: BadWindow (invalid Window parameter) 3
Major opcode: 2 (X_ChangeWindowAttributes)
Resource id: 0×2e00011
and
Code:
Display :0.0 Error “BadWindow (invalid Window parameter)”
\e request 18 error 3 serial 1392
It
will not be appeared when using ssh connection from windows client, so
it seems to be the linux display problems. You could simply solve this
promblem by adding following scripts in the /etc/X11/Xorg.conf file:
Code:
Section “Extensions”
Option “Composite” “Disable”
EndSection
2.
Quote:
/usr/local/c@dence/i_c610/tools/dfII/bin/icfb: 97: cds_plat: not found
/usr/local/c@dence/i_c610/share/oa/bin/sysname: 328: /bin/awk: not found
/usr/local/c@dence/i_c610/tools/dfII/bin/32bit/icfb.exe:
error while loading shared libraries: libelf.so.1: cannot open shared
object file: No such file or directory
Ignored the first problem first.
The sencond problem could be solved easily: make a awk link in /bin using this command
Quote:
sudo ln -s /usr/bin/awk /bin/awk
apt-cache search libelf and apt-get install libelf**
If the error still existed, make a link libelf.so.1, first find available libelf useing
Quote:
ls -l libelf*
some file name will show up, then make a link to it using
Quote:
ln -s /use/lib/ /usr/lib/libelf.so.1
In AMD64 system require liblbss.so* rather than libelf.so.1. Haven’t solved this problem yet.
Then
the icfb could be started up now, but the first problem will still
exist. I dont know how to solve but just adding a comment at the begin
of the sentence where calling for cds_plat.
3. The other problem met: cant open online help document.
export MOZILLA_HOME=/usr/bin/netscape , but it seems not working on my machine.
阅读(3757) | 评论(0) | 转发(0) |