Hi, I am getting this error when deploying, this is from a known working config/Dockerfile that has not changed from 2 days ago when it was working. Now I get this error:
2022-06-15T15:28:21Z [info]=ERROR REPORT==== 15-Jun-2022::15:28:21.970954 ===
2022-06-15T15:28:21Z [info]Unable to load crypto library. Failed with error:
2022-06-15T15:28:21Z [info]"load_failed, Failed to load NIF library /opt/pleroma/lib/crypto-4.6.5.4/priv/lib/crypto: 'libcrypto.so.1.1: cannot open shared object file: No such file or directory'"
2022-06-15T15:28:21Z [info]OpenSSL might not be installed on this system.
2022-06-15T15:28:21Z [info]=WARNING REPORT==== 15-Jun-2022::15:28:21.971729 ===
2022-06-15T15:28:21Z [info]The on_load function for module crypto returned:
2022-06-15T15:28:21Z [info]{error,{load_failed,"Failed to load NIF library /opt/pleroma/lib/crypto-4.6.5.4/priv/lib/crypto: 'libcrypto.so.1.1: cannot open shared object file: No such file or directory'"}}
2022-06-15T15:28:21Z [info]{"init terminating in do_boot",{undef,[{crypto,strong_rand_bytes,"@",[]},{erl_eval,do_apply,6,[{file,"erl_eval.erl"},{line,680}]},{erl_eval,expr_list,6,[{file,"erl_eval.erl"},{line,888}]},{erl_eval,expr,5,[{file,"erl_eval.erl"},{line,411}]},{erl_eval,expr_list,6,[{file,"erl_eval.erl"},{line,888}]},{erl_eval,expr,5,[{file,"erl_eval.erl"},{line,411}]},{erl_eval,expr,5,[{file,"erl_eval.erl"},{line,449}]},{erl_eval,exprs,5,[{file,"erl_eval.erl"},{line,126}]}]}}
I have checked and can confirm that OpenSSL is installed in the deployed instance via SSH. I am not sure what changed between now and a couple days ago when it last worked.
Any help apreciated,
Thanks