I am currently having difficulties making a linux binary portable. I've tried with ELF Statifier via the following syntax:
statifier /bin/ls static-ls
then tried to run it on another machine which both are 64 bits but it gives me a Segmentation fault error. I've done some research on Google and it seems like it's a common issue. Now, I haven't found any resolution yet and was wondering if anyone had a solution?
I've also tried Ermine but since this is not a freeware (30 day free trial) I would prefer going with ELF Statifier or maybe another solution, I am very open to any suggestions as long as I can make a linux binary portable.
Thanks.