Re: Euphoria on Amazon Web Services

new topic     » goto parent     » topic index » view thread      » older message » newer message
euphoric said...

Anybody know if it's possible to run Euphoria on the AWS platform? I mean, it seems like it should be possible, but if anybody has any experience with it, please chime in!

I have the same question.

I want not to install a complete linux distro, just a shell to play with Eu interpreter.

The default "amazon linux" reports:

uname -a 
Linux ip-10-0-147-158.us-east-2.compute.internal 4.14.225-168.357.amzn2.x86_64 #1 SMP Mon Mar 15 18:00:02 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 
Obviously is a x86_64 system. Eu interpreter don't run there. I got an error:
bash: ./eui: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory 
The same error on Eu 3.1 and Eu 4

The nice surprise is that Phix interpreter appear to install and runs well.

Just open AWS console and follow the instructions from Phix web:

mkdir -p phix 
rm -r phix 
wget http://phix.x10.mx/phix.0.8.3.zip 
wget http://phix.x10.mx/phix.0.8.3.1.zip 
wget http://phix.x10.mx/phix.0.8.3.2.zip 
wget http://phix.x10.mx/phix.0.8.3.3.zip 
wget http://phix.x10.mx/p64 
unzip phix.0.8.3.zip -d phix 
unzip phix.0.8.3.1.zip -d phix 
unzip phix.0.8.3.2.zip -d phix 
unzip phix.0.8.3.3.zip -d phix 
mv p64 phix/p 
cd phix 
chmod 777 p 
./p -test 

I got tests running OK and a nice fractal on text mode smile

Screenshot!

https://www.facebook.com/photo/?fbid=10225896307341287

Marco Achury

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu