https://bugzilla.redhat.com/show_bug.cgi?id=1358459
--- Comment #5 from Vladislav Grigoryev <[email protected]> --- As far as I can see it should be still valid. The main problem is `ERL_LIBS` path does not include child directory `ejabberd-18.09`, so it can't see the libraries inside of it. ``` # cd $(mktemp -d) # dnf -q download ejabberd # rpm2cpio ejabberd-18.09-3.fc29.noarch.rpm | cpio -idm 19662 blocks # grep ^ERL_LIBS= usr/bin/ejabberdctl ERL_LIBS=/usr/share/erlang/lib # ls usr/share/erlang/lib ejabberd-18.09 ``` -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ erlang mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
