erlang-sd_notify failed to build with erlang version 23.0 with this error:
ERROR: sh(cc c_src/sd_notify.o -lsystemd -shared -L"/usr/lib/erlang/lib/erl_interface-4.0/lib" -lerl_interface -lei -o priv/sd_notify_drv.so) failed with return code 1 and the following output: /bin/ld: cannot find -lerl_interface
It seems that from version 23.0 of erlang, erl_interface is deprecated and removed. Could you please help is there a way to fix this issue?