I'm trying to create an audio file that I create by slowing down with SoX , and although I can easily compile the source files to the Linux machine that I use regularly, I need to transfer the binary to another Linux machine with limited permissions and memory. I tried to copy the binary from the usr / local / bin folder on my machine to another, and it could not find function references.
Is there a standard way to compile binaries without dependencies, and if not, how to configure the SoX binary so that it sees the correct dependencies when I only have write permissions in the temporary folder?
source share