Hello, I have an axc f 2152 PLC, I was using node-RED with version 2020.0 and this worked correctly, until I upgrade to version 2020.6 and I cannot run node-RED. I get this error:
node: error while loading shared libraries: libatomic.so.1: cannot open shared object file: No such file or directory
is there any solution to my problem?
Hello Felipe, I do not excatly know what causes your problem. I recommend using node-red with balena-engine. Here is a description: https://www.plcnext-community.net/en/hn-makers-blog/481-node-red-and-getting-started-with-docker.html https://www.plcnext-community.net/en/hn-makers-blog/482-node-red-with-docker-tips-and-best-practice.html In the docker hub there is a ready built image of node-red. This solved many problems for me that I had when installing node-red on the host system.
Hello Stefan, By using node-red with balena-engine I managed to get it working, thank you very much.