A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
dist/electron: error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory
-
@the_2winz hm can you do the
file command on the libnss3.so -
@sdetweil like libnss3.so bin/bash/ ? i’m not sure i follow
-
file /usr/lib/x86_64-linux-gnu/libnss3.so
mine says
/usr/lib/x86_64-linux-gnu/libnss3.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=53f5a8a185db3abf260b77ea560179a395b892e0, stripped my /bin/bash says /bin/bash: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=2a9f157890930ced4c3ad0e74fc1b1b84aad71e6, for GNU/Linux 3.2.0, stripped
-
@sdetweil rob@raspberry:~/MagicMirror $ file /usr/lib/i386-linux-gnu/libnss3.so
/usr/lib/i386-linux-gnu/libnss3.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=f3a5e41927cedc2024ae8cdc9a00bd699cd14278, stripped -
@the_2winz aha! you showed the 386 mode, not x64… SOOOOO that means electron is wrong… looking for the 64 bit library…
-
I would install Ubuntu instead of the raspian x86 image, which is a mess.
-
@sdetweil i think i will just lean on the browser feature - npm run server seems to work. thanks for all your help!