I recently added Rustler to my project here, and it's working on x86_64 but giving an error on my aarch64 server:
03:02:22.142 [warning] The on_load function for module Elixir.ThistleTea.Namigator returned:
{:error,
{:load_failed,
~c"Failed to load NIF library: '/home/opc/thistle_tea/_build/prod/lib/thistle_tea/priv/native/libthistletea_namigator.so: undefined symbol: _ZNSt10filesystem8relativeERKNS_7__cxx114pathES3_RSt10error_code'"}}
Hello,
I recently added Rustler to my project here, and it's working on x86_64 but giving an error on my aarch64 server:
Any ideas on what could be going wrong here?
Thanks