I updated an Elixir application from version 1.6.x to 1.7, everything else is untouched.
I got this error at the end of the deployment phase:
Kernel pid terminated (application_controller) ("{application_start_failure,kernel,{{shutdown,{failed_to_start_child,on_load,{on_load_function_failed,crypto,{error,{load_failed,\"Failed to load NIF library: 'Error relocating /app/lib/crypto-5.5/priv/lib/crypto.so: EVP_sm4_cbc: symbol not found'\"}}}}},{kernel,start,[normal,[]]}}}")
I can’t find any help about this specific error.
Thank you.