February 5, 20205 yr 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
February 7, 20205 yr Looks like somehow you've missed the update to 12.1... Try this: curl -s https://pkg.isy.io/script/update121.sh | sudo bash
February 7, 20205 yr Author 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. Edited February 7, 20205 yr by Bumbershoot
Archived
This topic is now archived and is closed to further replies.