This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SYSCONFIG: aarch64 Linux installer

Part Number: SYSCONFIG

Hi 

Is there a way to install sysconfig on an aarch64 Linux VM on apple's M1 processors? The application itself is essentially a web browser with node.js but the installer requires x86_64 runtime libraries so it should run once installed. I tried running this in an environment with rosetta with virtualization enabled and the ld-linux-x86_64.so library installed but this caused the installer to segfault. 

And no, I can't use the web browser version since the I'm trying to build matter sdk which requires a local install of sysconfig.

Munan

  • Hi Munan,

    One option you could try is to install SysConfig on a different native Linux distro (say Ubuntu), tar up the install folder, and untar the folder on the M1 VM.  The installer doesn't modify the environment on Linux, so everything to run SysConifg should be available in the tar file.  I have not tested this option to know if it will work.

  • Hi Andy,

    Thanks for the suggestion, I'll give this a try once I get back to my linux box. 

    Munan