Guys, I am trying to run the latest (as in curl -L get.pharo.org | bash) vm on Ubuntu 8.04.4 LTS and it tells me $ ldd ./pharo-vm/pharo ./pharo-vm/pharo: /lib32/libc.so.6: version `GLIBC_2.11' not found (required by ./pharo-vm/pharo) linux-gate.so.1 => (0xffffe000) libm.so.6 => /lib32/libm.so.6 (0xf7769000) libdl.so.2 => /lib32/libdl.so.2 (0xf7765000) libpthread.so.0 => /lib32/libpthread.so.0 (0xf774c000) libc.so.6 => /lib32/libc.so.6 (0xf75f8000) /lib/ld-linux.so.2 (0xf779c000) This machine was previously happy running all kinds of (older) VMs. Is there a way around this ? Is there a recent vm somewhere that does not require such a recent libc version (or whatever, I don't understand the error message, /lib32/libc.so.6 seems to be present, would that no be enough) ? Thx, Sven