Sto provando a installare Meteora e, come parte del processo di installazione, scarica il nodo da un file tar che esegue il pipe in tar. Ma il comando di estrazione di tar sta erompendo con un simbolo mancante?
Ho usato homebrew su brew install gnu-tar --with-default-names
NODE_URL="https://nodejs.org/dist/v8.1.3/node-v8.1.3-darwin-x64.tar.gz"
curl "${NODE_URL}" | tar zx --strip-components 1
Restituisce questo:
lazy symbol binding failed: Symbol not found:
_utimensat
Referenced from: /usr/local/bin/tar
Expected in: /usr/lib/libSystem.B.dylib
dyld: Symbol not found:
_utimensat
Referenced from: /usr/local/bin/tar
Expected in: /usr/lib/libSystem.B.dylib