<div dir="ltr">Thanks Lars<br><br>apt-get install libidn11 says its already on the latest version.<div>I have installed the regular exmpp from process one as per their guide and if I run erl including my app source it works but when I try generate a release with rebar3 and run the erl it stops Woking<br><br><div>I assumed that the rebar-ized version of exmpp includes all the dependencies but i'm not sure how to tell what is missing and include it.</div><div> </div></div></div><br><div class="gmail_quote">On Sat, May 9, 2015 at 4:47 PM Lars Hesel Christensen <<a href="mailto:lars@larshesel.dk">lars@larshesel.dk</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi<br>
<br>
Since the error mentions stringprep which is a part (on my system) of<br>
libidn11, maybe you don't have that library properly installed or you<br>
have a wrong version?<br>
<br>
Cheers,<br>
Lars<br>
<br>
On 05/09/2015 03:55 PM, Chris Clark wrote:<br>
> Hi<br>
><br>
> I am trying to use this (<a href="https://github.com/Zert/exmpp" target="_blank">https://github.com/Zert/exmpp</a>) rebar-ized fork<br>
> of EXMPP with rebar3.<br>
><br>
> I can compile and generate a release but when I try to run the release<br>
> starting exmpp give the error:<br>
><br>
> {error,{exmpp,{{shutdown,{failed_to_start_child,stringprep,<br>
><br>
> {port_driver,load,{open_error,-10},exmpp_stringprep}}},<br>
>                {exmpp,start,[normal,[]]}}}}<br>
><br>
> =INFO REPORT==== 9-May-2015::15:54:25 ===<br>
>     application: exmpp<br>
>     exited: {{shutdown,<br>
>                  {failed_to_start_child,stringprep,<br>
>                      {port_driver,load,{open_error,-10},exmpp_stringprep}}},<br>
>              {exmpp,start,[normal,[]]}}<br>
>     type: temporary<br>
><br>
><br>
> Does any one know what I may be doing wrong?<br>
><br>
> Thanks in advance.<br>
><br>
><br>
> _______________________________________________<br>
> erlang-questions mailing list<br>
> <a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
> <a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
><br>
<br>
</blockquote></div>