Skip to main content

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

Hi Mathieu,

Mathieu Lapensee wrote:
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.

Weird indeed. According to ldd, eclipse seems to be looking for libXm.so.2. Both libXm.so and libXm.so.2 are just symbolic links to libXm.so.2.1, so your solution is fine. The libXm.so.2 link must have been corrupted somehow.

I see that you're using the motif eclipse. Regarding the testing that others are doing on Red Hat Linux, is it all based on the motif eclipse?

Like I said on the call today, I won't be able to make the meeting next week, but I'll talk to you all in a couple weeks.

Jeremy

--
Jeremy Handcock <handcock@xxxxxxxxxx>
Red Hat Canada, Toronto



Back to the top