0

I downloaded http://stedolan.github.io/jq/ Linux 64 bit copy

and ftp to AIX server 64 bit.

$ chmod 777 jq
$ ./jq
ksh: ./jq: cannot execute

Does any one know what the problem is ?

Ignacio Vazquez-Abrams
  • 776,304
  • 153
  • 1,341
  • 1,358
user2711819
  • 960
  • 3
  • 16
  • 29

1 Answers1

0

I will be compiling the source files, as Linux 64-bit binary is for the x86_64/amd64 architecture, while there's a significant chance that AIX system might be a POWER architecture .

user2711819
  • 960
  • 3
  • 16
  • 29