On Monday, 9 December 2019 23:00:37 UTC+1, edu500ac wrote:
>
> 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:
>
> ```
> advo...@advogadosmg.org <javascript:> [~]# 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:
>
> ```
> advo...@advogadosmg.org <javascript:> [~/public_html/rkt]# 
> racket/bin/racket
> Welcome to Racket v7.3.
> > (+ (* 3 4) (* 5 6))
> 42
> ```
>
> Could people in charge fix the problem again?
>
>
Since nobody has gotten back to you yet - what is this CentOS cloud 
computers? 
However, let me assume the problem is not centos or cloud computing but 
instead that you are trying to run a pre-compiled racket version on an OS 
with an old glibc. 
Well, you can build your own racket there for your current libc version - 
have you tried that? Did you face any problems?

Paulo Matos

-- 
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 racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/4c2f694c-6054-4d52-8805-ff988f05248c%40googlegroups.com.

Reply via email to