ejabberd - Comments for "Error message from erlang" https://www.ejabberd.im/node/3698 en Re: Error message from erlang https://www.ejabberd.im/node/3698#comment-54763 <p>Your new error means: "cannot open shared object file: No such file or directory", i.e. ejabberd is unable to find or load stringprep_drv.so. Are you sure it was compiled correctly?</p> Wed, 14 Oct 2009 14:13:55 +0000 zinid comment 54763 at https://www.ejabberd.im Hi, thanks for this hint! I https://www.ejabberd.im/node/3698#comment-54762 <p>Hi,</p> <p>thanks for this hint!</p> <p>I now compiled Version 2.1.0-rc1 and get the following error:</p> <p>[admin@ASUS_WL500GP src]$ erl -pa /opt/var/lib/ejabberd/ebin -sname ejabberd -s ejabberd -ejabberd config \"/opt/etc/ejabberd/ejabberd.cfg\" log_path \"/opt/var/log/ejabberd.log\" -sasl sasl_error_logger \{file,\"/opt/var/log/ejabberd_sasl.log\"\} -kernel inetrc \"/opt/etc/ejabberd/inetrc\"<br /> Erlang R13B02 (erts-5.7.3) [source] [rq:1] [async-threads:0] [kernel-poll:false]</p> <p>Eshell V5.7.3 (abort with ^G)<br /> (ejabberd@ASUS_WL500GP)1&gt;<br /> =ERROR REPORT==== 14-Oct-2009::09:51:01 ===<br /> Error in process &lt;0.110.0&gt; on node 'ejabberd@ASUS_WL500GP' with exit value: {{case_clause,{error,{open_error,-10}}},[{ejabberd_app,init,0}]}</p> <p>=INFO REPORT==== 14-Oct-2009::09:51:02 ===<br /> application: ejabberd<br /> exited: {bad_return,<br /> {{ejabberd_app,start,[normal,[]]},<br /> {'EXIT',<br /> {badarg,<br /> [{erlang,port_control,<br /> [stringprep_port,2,"polch.homedns.org"]},<br /> {stringprep,control,2},<br /> {jlib,nodeprep,1},<br /> {ejabberd_config,normalize_hosts,2},<br /> {ejabberd_config,add_hosts_to_option,2},<br /> {lists,foldl,3},<br /> {ejabberd_config,load_file,1},<br /> {ejabberd_config,start,0}]}}}}<br /> type: temporary</p> <p>Regards<br /> Oliver</p> Wed, 14 Oct 2009 07:53:31 +0000 carterb comment 54762 at https://www.ejabberd.im You are having this https://www.ejabberd.im/node/3698#comment-54748 <p>You are having <noindex><a href="https://support.process-one.net/browse/EJAB-919" rel="nofollow" >this compatibility problem</a></noindex>. ejabberd 2.0.x isn't compatible with new Erlang R13.</p> <p>You can either:</p> <ul> <li>Use ejabberd 2.1.0-rc1 with Erlang R13 </li><li>Use ejabberd 2.0.5 with Erlang R12 </li><li>Use ejabberd 2.0.5 + the patch I mentioned with Erlang R13 </li></ul> Mon, 12 Oct 2009 14:38:01 +0000 mfoss comment 54748 at https://www.ejabberd.im