I'm trying to install a peertube instance in a jail of a FreeBSD 13.0-RELEASE amd64 system.
The following command, as per the peertube's documentation:
Package openssl-1.1.1l,1 is accessible from the hosts' sharedfs and was also installed in the jail.
peertube is version v3.4.1
How to solve this issue?
The following command, as per the peertube's documentation:
Code:
# yarn install --production --pure-lockfile
ld-elf.so.1: /lib/libcrypto.so.111: version OPENSSL_1_1_1e required by /usr/local
/bin/node not found
Package openssl-1.1.1l,1 is accessible from the hosts' sharedfs and was also installed in the jail.
Code:
# find / -name 'libcrypto.so*'
/sharedfs/usr/lib/libcrypto.so
/sharedfs/lib/libcrypto.so.111
/usr/local/lib/libcrypto.so.11
/usr/local/lib/libcrypto.so
peertube is version v3.4.1
How to solve this issue?