ananthakumaran / paisa

Paisa – Personal Finance Manager. https://paisa.fyi demo: https://demo.paisa.fyi
https://paisa.fyi
GNU Affero General Public License v3.0
2.4k stars 124 forks source link

Cannot run on Archlinux AMD64 #13

Closed psamim closed 1 year ago

psamim commented 1 year ago

Hi,

I downloaded the release for linux-amd64, did chmod u+x and then run. I got:

bash: /usr/bin/paisa: No such file or directory

But the file is there:

$ which paisa
/usr/bin/paisa

$ file `which paisa`
/usr/bin/paisa: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /nix/store/bzd91shky9j9d43girrrj6vmqlw7x9m8-glibc-2.35-163/lib/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, Go BuildID=ppx4Ehjfvj-CNB53xu7s/9ZGYU2bZM1xA0cXd4EFI/QflLjt_j8aSugrnEKM4Y/uV3Qj3mc2auZq3cbb-1I, with debug_info, not stripped

I am not sure what is wrong here. I am on Archlinux.

Is there a possibility that it is compiled for a different architecture? Can you please provide steps to manually compile?

Thanks

ananthakumaran commented 1 year ago

can you try this one paisa.zip

looks like interpreter is hardcoded and likely won't work outside of nixos/nix

psamim commented 1 year ago

Yes, this one works for me.

ananthakumaran commented 1 year ago

Thanks for the confirmation. I have fixed this in the latest release as well.