I'm trying to run a ./configure executable for a software (I'm doing it through a remote Linux machine using PuTTY) and at some point it says:
ATTENTION! pax archive volume change required.
Ready for archive volume: 1
Input archive name or "." to quit pax.
Archive name >
So, I sent this warning to the makers of the software and they said the pax error is a result of my UID being greater than 21 bits. They suggested trying this prior to running ./configure:
alias pax='/usr/bin/pax -O "S@'"
When I tried this it prompted me to enter something, of which I don't know what to enter.
I've looked online and couldn't find anything to resolve this. Can explain what's the meaning of pax? It's some kind of archive, but is it literally a folder on my file explorer or something?
Also the meaning of what I was sent by the developers "my UID is > 21 bits"?
Do I need to enter something for this pax or what will happen if I just quit? Seems like the software may not compile.
Any/all advice/tips would be greatly appreciated! I virtually have no software engineering experience, but learning!