A couple of years ago, I was unable to run Racket on my webpage. I complained on this forum, and the developers fixed the issue. Things worked fine until version 7.3, when the old problem reappeared. Here is what happens:
``` [email protected] [~]# racket-7.5.0.10/bin/racket racket-7.5.0.10/bin/racket: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by racket-7.5.0.10/bin/racket) ``` The old version works: ``` [email protected] [~/public_html/rkt]# racket/bin/racket Welcome to Racket v7.3. > (+ (* 3 4) (* 5 6)) 42 ``` Could people in charge fix the problem again? -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/6080123a-6f7c-4a41-830d-50f1412f54c5%40googlegroups.com.

