gitlab plugin yarn, node command error.

aurensia

Cadet
Joined
Jan 29, 2019
Messages
6
I install gitlab plugin.

when I run yarn, node command, I see this message

root@test:~ # yarn
ld-elf.so.1: /lib/libcrypto.so.111: version OPENSSL_1_1_1e required by /usr/local/bin/node not found

And I reinstall gitlab create a jail(Freebsd12.2) install over pkg .

But I see same message...

how to fix this message
 

adorobis

Dabbler
Joined
Oct 16, 2017
Messages
27
Did you manage to fix it? Having the same problem with node...
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
Ok, so what I see is that installing node is the problem...

pkg install node npm results in a successful install of node version 16 ... but with FreeBSD version 12 (or something special about a TrueNAS jail) that's not working... even just npm on its own brings up that error.

If I install node14 instead (and npm-node14 too), it seems I have something to work with and I can install yarn with npm... I have no idea how to really do that right, so I guess I messed it up somehow and yarn won't run, but not the same lipcrypto errors.

Maybe that will help some.
 

aurensia

Cadet
Joined
Jan 29, 2019
Messages
6
Ok, so what I see is that installing node is the problem...

pkg install node npm results in a successful install of node version 16 ... but with FreeBSD version 12 (or something special about a TrueNAS jail) that's not working... even just npm on its own brings up that error.

If I install node14 instead (and npm-node14 too), it seems I have something to work with and I can install yarn with npm... I have no idea how to really do that right, so I guess I messed it up somehow and yarn won't run, but not the same lipcrypto errors.

Maybe that will help some.
thanks to reply. I think libuv package have some problems... but fixed latest build 1.42
 

adorobis

Dabbler
Joined
Oct 16, 2017
Messages
27
latest node and libuv this problem fixed!
How did you install latest node? Just by pkg install node ? Because this didn't work for me...
 
Top