I downloaded the Linux ARM64 build from this page (last link on the page): https://www.princexml.com/latest/
I installed it on my raspberry pi 4B, which has Broadcom BCM2711, Quad core Cortex-A72 (ARM v8) 64-bit SoC @ 1.5GHz
I installed it like this:
Now when I run "prince" i get the following error:
Why is this failing?
I installed it on my raspberry pi 4B, which has Broadcom BCM2711, Quad core Cortex-A72 (ARM v8) 64-bit SoC @ 1.5GHz
I installed it like this:
$ sudo ./install.sh /usr/local
Now when I run "prince" i get the following error:
$ prince
/usr/local/bin/prince: 3: exec: /usr/local//lib/prince/bin/prince: Exec format error
Why is this failing?