Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-test-dev] Linux setup...


David, Jeremy,

So I found out what was wrong with my setup.

Here is what I have done in terms of setup up:

1) I have downloaded from eclipse.org, the eclipse-SDK-2.1-linux-motif.zip file.
2) Unzip it
3) Ran "eclipse &"

It is giving me this error:

eclipse: error while loading shared libraries: ./libXm.so.2:  file too short


 I had libXm.so (1 KB) , libXM.so.2 (1 KB) and libXm.so.2.1 (1871 KB) in the eclipse directory.

I guess Eclipse was looking for libXm.so.2 and should be looking for libXm.so.2.1.   So I renamed libXm.so.2.1 to libXm.so.2 and it worked.



Thanks,
Mathieu

Back to the top