<div class="gmail_quote">On Fri, Aug 5, 2011 at 9:47 AM, Kai Meyer <span dir="ltr"><<a href="mailto:kai@unixlords.com">kai@unixlords.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div><div></div><div class="h5">On 08/03/2011 06:05 PM, Adam Davis wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Dreamhost doesn't provide an updated glibc in my vps server. Is it possible to<br>
run dmd on somewhat outdated linux distributions?<br>
<br>
I tried running dmd from the distribution but got:<br>
<br>
./dmd: /lib/libc.so.6: version `GLIBC_2.11' not found (required by ./dmd)<br>
<br>
The instaled versions are:<br>
<br>
$ ldd --version<br>
ldd (GNU libc) 2.7<br>
<br>
$ uname -a<br>
Linux ps54363 2.6.33.7-vs2.3.0.36.30.4 #23 SMP Tue Sep 28 05:47:35 PDT 2010<br>
x86_64 GNU/Linux<br>
<br>
<br>
If it's not possible to run the standard DMD package, could I build it from<br>
source using those versions?<br>
<br>
Thank you<br>
</blockquote>
<br></div></div>
You're using the 32bit binary on a 64bit machine. It's possible they do not have 32bit glibc, or possibly 32bit glibc-compat installed. Try using the 64bit binary. (If you were using the 64bit library, it would have thrown an error on /lib64/libc.so.6 .)<br>


<br>
Also, 2.6.33 is not really "old". 2.6.18 would be "old". :) RHEL 6, just released last November is 2.6.32.<br><font color="#888888">
<br>
-Kai Meyer<br></font></blockquote><div><br></div><div>But we're already at kernel 3.0 :D </div></div><br>