Hi Edurado,  
  
You could just download the linux source + built packages, and then  
  
cd racket-version  
cd src  
mkdir build  
cd build  
../configure --prefix=where_do_you_want_to_install_racket  
make  
make install  
  
will build it for you.   On one of my systems  configure takes less than 10 
seconds, make takes about 4 minutes, and a make install takes just over a 
minute.  
  
Give it a shot and see if that fixes your problem.  
  
cheers  
  
bruce  
  
  
  

> > 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 [~]# 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 [~/public_html/rkt]#  
> > > racket/bin/racket  
> > > Welcome to Racket v7.3.  
> > > > (+ (* 3 4) (* 5 6))  
> > > 42  
> > > ```  
> > >  
> > > Could people in charge fix the problem again?  
>   
> Probably the reason for the difference in v7.5 is that we were forced  
> to upgrade from Debian 7 to Debian 8 for the Linux builds. I don't  
> think we can easily switch back, unfortunately.  
>   
>   
> Matthew  
>   
> --  
> 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/20191216154633.8A6AB650182%40mail-svr1.cs.utah.edu.
  

-- 
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/1576513051-0fed74e62fb636a9241c7604c75c672b%40pckswarms.ch.

Reply via email to