You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After unpacking node-v16.14.2-linux-armv7l, and running node -v I got this:
[root@rockrobo bin]# ./node -v
./node: error while loading shared libraries: libatomic.so.1: cannot open shared object file: No such file or directory
This seems to be a common issue with nodejs. Anyway, libatomic should be provided by the OS. Since my rockrobo does not come with apt-get, I'm running out of ideas. Has someone experienced and solved this issue?
The text was updated successfully, but these errors were encountered:
After unpacking
node-v16.14.2-linux-armv7l
, and runningnode -v
I got this:This seems to be a common issue with nodejs. Anyway, libatomic should be provided by the OS. Since my rockrobo does not come with
apt-get
, I'm running out of ideas. Has someone experienced and solved this issue?The text was updated successfully, but these errors were encountered: