|
|
Question : error while loading shared libraries: libXm.so.2: cannot load shared object file
|
|
I was wondering if anybody knew how I can fix this problem. Thanks Sagar
|
Answer : error while loading shared libraries: libXm.so.2: cannot load shared object file
|
|
Hi Sagar,
Assuming you are running linux, Become root and run #updatedb&
That will take some time,After that find the file by #locate libXm.so
* If you find locations for libXm, but version no is differnet, you have to get correct versions.For that you can download them from www.rpmfind.net.Query for libXm.so.2. It will show the rpm package and download them and install them as root.
* If you find locations for libXm, and versions are alos there, then update your LD_LIBRARY_PATH to include that directory too.
* If lcoate does not find any file, you have to download & install as described as above.
Hope this helps
mahadevan
|
|
|
|
|