[erlang-bugs] epmd_srv.c:(.text+0x830): undefined reference to `sd_listen_fds'

Jani Hakala jani.j.hakala@REDACTED
Thu May 1 11:48:17 CEST 2014


Dirkjan Ochtman <dirkjan@REDACTED> writes:

> On Wed, Apr 30, 2014 at 10:13 AM, Lukas Larsson <lukas@REDACTED> wrote:
>> The interesting pieces are in erts/config.log, not in the top config.log. Do
>> you think you could get hold of that log?
>
> Why, yes:
>
> https://bugs.gentoo.org/attachment.cgi?id=376100
>
You could change the file erts/configure.in so that line
    AC_SEARCH_LIBS(sd_listen_fds,[systemd-daemon],
is changed to
    AC_SEARCH_LIBS(sd_listen_fds,[systemd systemd-daemon],
and after that, run autoconf.

Jani Hakala



More information about the erlang-bugs mailing list