MineOS plugin installation failing

Casvt

Dabbler
Joined
Aug 15, 2021
Messages
15
Hey there,

I'm trying to install (and setup) MineOS, but the plugin fails when I try to install it. I get the following error:
Error: MineOS had a failure Exception: RuntimeError Message: Last 10 lines: ld-elf.so.1: /lib/libcrypto.so.111: version OPENSSL_1_1_1e required by /usr/local/bin/node not found ld-elf.so.1: /lib/libcrypto.so.111: version OPENSSL_1_1_1e required by /usr/local/bin/node not found ld-elf.so.1: /lib/libcrypto.so.111: version OPENSSL_1_1_1e required by /usr/local/bin/node not found /usr/local/etc/rc.d/mineos: WARNING: failed to start mineos Partial plugin destroyed
 

JasonYang

Cadet
Joined
Sep 29, 2021
Messages
2
I have same problem!!!!
When I check the version with

$ openssl version
openssl 1.1.1h-freebsd 22 Sep 2020

And I don't know how to fix it.
 

jimmy_1969

Cadet
Joined
Sep 27, 2015
Messages
7
I ran in to this problem too.

My resolution was to drop to the command line and do a 'iocage fetch' and get the '12.2-RELEASE'.
After this the mineos plugin installation worked fine.
 
Top