From: meruby@... Date: 2005-04-04T23:44:43+09:00 Subject: rubyscript2exe on linux for different version of libc library I have created an executable for a simple program (puts "Hello") on linux which has libc-2.3.3.so and when I tried to run in on a machine which has libc-2.2.4.so, I get following error: /tmp/eee.481/bin/ruby: /lib/i686/libc.so.6: version `GLIBC_2.3' not found (required by /tmp/eee.481/bin/libruby.so.1.8) Is there any workaround to this problem or is there any way I can include libc and its dependency with exe?