While working on the system - suddently no application(or)binary file is not opening. just getting following error message.
1)# gedit
gedit: error while loading shared libraries: libXcomp.so.3: cannot open shared object file: No such file or directory
2)#vncviewer
gedit: error while loading shared libraries: libXcomp.so.3: cannot open shared object file: No such file or directory
3)INIT: Id "1" respawning too fast: disabled for 5 minutes
REASON : library libXcomp.so.3 is related to the nxclient,nxserver and nxnode.Once uninstall the above three packages then to the consequence the problem has been resolved.Then all the application will work without any issue.
For Example while check
#ldd /usr/bin/gedit.
libXfixes.so.3 => /usr/NX/lib/libXfixes.so.3(Link with the NX - libarary)
#ldd /usr/bin/gedit
libXfixes.so.3 => /usr/lib64/libXfixes.so.3 (Link with Ordinay Libarary)
For example binary
So once remove the NX(client,server,node) packages it will automatically link the ordinary library packages.Then the problem has been resolved.
1)# gedit
gedit: error while loading shared libraries: libXcomp.so.3: cannot open shared object file: No such file or directory
2)#vncviewer
gedit: error while loading shared libraries: libXcomp.so.3: cannot open shared object file: No such file or directory
3)INIT: Id "1" respawning too fast: disabled for 5 minutes
REASON : library libXcomp.so.3 is related to the nxclient,nxserver and nxnode.Once uninstall the above three packages then to the consequence the problem has been resolved.Then all the application will work without any issue.
For Example while check
#ldd /usr/bin/gedit.
libXfixes.so.3 => /usr/NX/lib/libXfixes.so.3(Link with the NX - libarary)
#ldd /usr/bin/gedit
libXfixes.so.3 => /usr/lib64/libXfixes.so.3 (Link with Ordinay Libarary)
For example binary
LINKING WITH NXSERVER PACKAGE VS LINKING WITH ORDINARY PACKAGE
So once remove the NX(client,server,node) packages it will automatically link the ordinary library packages.Then the problem has been resolved.
0 comments:
Post a Comment