- Version: 7.10.0
- Platform: Linux freedom 4.10.13-1-ARCH # 1 SMP PREEMPT Thu Apr 27 12:15:09 CEST 2017 x86_64 GNU/Linux
After a full upgrade of system, every time I tried to run node or a node-based module, I got this error:
node: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
This error is related to openssl which the last version of it is 1.1.0.e-1 but node use version 1.0. I tried to use symlinks and solution around it, but they didn't solve the problem.
Is there any solution or any coming update to solve this?