Bumbershoot Posted February 5, 2020 Posted February 5, 2020 This is simply an FYI If you want to run a node.js server on your Polisy, it appears that you'll have to wait until an updated version of OpenSSL is released on the platform. This appears to be the same issue that's preventing the installation of NodeLink on Polisy. Here's the error that running 'node' produces ('npm' produces a similar error): [admin@polisy ~]$ node ld-elf.so.1: /lib/libcrypto.so.111: version OPENSSL_1_1_1b required by /usr/local/bin/node not found Here's the current version of OpenSSL on Polisy: [admin@polisy ~]$ openssl OpenSSL> version OpenSSL 1.1.1a-freebsd 20 Nov 2018 OpenSSL> exit
xKing Posted February 7, 2020 Posted February 7, 2020 Looks like somehow you've missed the update to 12.1... Try this: curl -s https://pkg.isy.io/script/update121.sh | sudo bash
Bumbershoot Posted February 7, 2020 Author Posted February 7, 2020 1 hour ago, xKing said: Looks like somehow you've missed the update to 12.1... Looks like I most certainly did. Thanks for that! My Polisy ran through those 277 updates in just a couple of minutes. Very speedy little machine... EDIT: 'node' and 'npm' run. Again, thanks. I didn't realize that UDI had added the FreeBSD-base repository to the configuration.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.