Hi,  
  
If the architecture is aarch64 then most likely you'll need to build from 
source.  
  
In the University of Utah snapshot builds there is an armv6 build, but most 
likely this won't work,  but is worth trying.  
  
[https://www.cs.utah.edu/plt/snapshots/](https://www.cs.utah.edu/plt/snapshots/)
  
  
Whether armv6 binaries work on aarch64 depends on kernel build options and 
having all the needed 32 bit arm libraries installed.  
  
What will not work at all is any x86 build.  
  
If the armv6 build does not work download the source plus built packages and 
untar.  Then:  
  
cd src/  


mkdir build  


cd build  


../configure --prefix=whereyouwantthisinstalled  


make  


make install  


  


It takes about 600 meg once installed.  You probably need a gigabyte free to do 
the build.  Of course you have to have the assorted build tools and libraries 
installed as well.  My builds take about 30-45 minutes or so  
  
cheers  
  
bruce  
  
  

> What's the result of `file  
>  /home/----user----/racket-tmp-install/bin/racket` and the result of  
>  `uname -a`?  
>   
>  (In other words, what hardware are you using? Is it 32-bit or 64-bit,  
>  it is x86 or ARM? Which version of Racket did you download?)  
>   
>  On Fri, Jan 17, 2020 at 12:21 PM William Dobias  
>  wrote:  
>  >  
>  > Thank you:  
>  > So I tried this (with basic troubleshooting, e.g., a couple times, with 
> troubleshooting: restarted linux, chromebook; etc.) and it's not working:  
>  >  
>  > ```  
>  > Checking the integrity of the binary archive... ok.  
>  > Unpacking into "/home/----user----/racket-tmp-install" (Ctrl+C to 
> abort)...  
>  > Done.  
>  > ./racketinst.sh: 513: ./racketinst.sh: 
> /home/----user----/racket-tmp-install/bin/racket: Exec format error  
>  > Error: installation failed  
>  > (Removing installation files in /home/----user----/racket-tmp-install)  
>  > ```  
>  >  
>  > I am not sure what that means? The processor is aarch64 -architecture if 
> that is relevant. Is that what exec format means?  
>  >  
>  >  
>  >  
>  > On Wednesday, 15 January 2020 14:55:37 UTC-5, William Dobias wrote:  
>  >>  
>  >> I am taking a course that uses drracket. I am having trouble installing 
> it on my Chromebook (through the penguin linux) does anyone have any 
> suggestions?  
>  >>  
>  > --  
>  > 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/1edb5947-a6ec-4ac5-bfb2-7d9974c1ea8e%40googlegroups.com.
>   
>   
>  --  
>  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/CAMTzy%2BZs_9zP4mYwZ16yjccmH_Cvdnf2mZ5Wx0eFDwKHxF64Cw%40mail.gmail.com.
  

-- 
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/1579346646-b2861276b62a80e5ac3b90dd314379d5%40pckswarms.ch.

Reply via email to