January 14, 2012
Installing D on linux giving strange library dependency issue.  Looking on the net haven't found any article that addresses this directly.  Most similar issues are with installing the Android emulator [!].

When I attempt to compile a sample D program I get the following.  Anyone seen this before?

> dmd hello.d

dmd: /lib/i686/cmov/libc.so.6: version `GLIBC_2.11' not found (required by dmd)

attached is the output of ldd

Thanks