https://bugzilla.redhat.com/show_bug.cgi?id=1148604
John Eckersberg <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Component|rabbitmq-server |erlang-sd_notify Assignee|[email protected] |[email protected] --- Comment #2 from John Eckersberg <[email protected]> --- OK, what really is happening is that the sd_notify_drv.so is not linked against libsystem-daemon. This used to work previously because something else in the erlang runtime was linked against libsystemd-daemon, so the symbol was already mapped into the process and loading the sd_notify module would work. However the newer erlang builds don't link with libsystemd-daemon necessarily, which is what happens here. I'm updating erlang-sd_notify to explicitly carry that link-time dependency. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ erlang mailing list [email protected] https://lists.fedoraproject.org/mailman/listinfo/erlang
