03-14-2019, 03:36 PM
(03-09-2019, 01:34 PM)lastlink Wrote: I'm trying to run the katalon x86_64 application on rock64 ubuntu as well. Getting not executable seems to be that it's b/c it's aarch64 and not x86_64.
uname -a
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Helvetica Neue'; color: #e4af0a} span.s1 {color: #000000} span.s2 {color: #e4af0a} span.s3 {color: #454545}
wget https://download.katalon.com/10.0.1/Katalon_Studio_Linux_64-10.0.1.tar.gz
tar -xvzf Katalon_Studio_Linux_64-10.0.1.tar.gz
cd Katalon_Studio_Linux_64-10.0.1
file ./katalon
I've been able to run x86_64 (aka amd64) binaries on my pine64 by using qemu-user. I don't use Ubuntu so I don't know how to get it, but you might try something like:
Code:
apt-get install qemu
But chances are that application is linked to other libraries, so you would need to have the amd64 versions of those as well.