Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/objective-c/26.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Xmpp 源代码中的ejabberd编译错误_Xmpp_Chat_Ejabberd - Fatal编程技术网

Xmpp 源代码中的ejabberd编译错误

Xmpp 源代码中的ejabberd编译错误,xmpp,chat,ejabberd,Xmpp,Chat,Ejabberd,我想从源代码编译ejabberd并遵循以下步骤: 从git下载。 /配置 制作 sudo制作安装 sudo ejabberdctl satrt 但这些步骤会产生这种错误。任何人都可以帮我 2015-09-23 15:24:51.177 [info] <0.7.0> Application p1_xml exited with reason: {{shutdown,{failed_to_start_child,xml,{function_clause,[{filename,join,[

我想从源代码编译ejabberd并遵循以下步骤:

从git下载。 /配置 制作 sudo制作安装 sudo ejabberdctl satrt 但这些步骤会产生这种错误。任何人都可以帮我

2015-09-23 15:24:51.177 [info] <0.7.0> Application p1_xml exited with reason: {{shutdown,{failed_to_start_child,xml,{function_clause,[{filename,join,[{error,bad_name},"lib"],[{file,"filename.erl"},{line,407}]},{filename,join,1,[{file,"filename.erl"},{line,394}]},{xml,init,1,[{file,"src/xml.erl"},{line,51}]},{gen_server,init_it,6,[{file,"gen_server.erl"},{line,328}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,239}]}]}}},{xml_app,start,[normal,[]]}}
2015-09-23 15:24:56.339 [info] <0.7.0> Application lager started on node ejabberd@localhost
2015-09-23 15:24:56.347 [info] <0.7.0> Application crypto started on node ejabberd@localhost
2015-09-23 15:24:56.357 [info] <0.7.0> Application sasl started on node ejabberd@localhost
2015-09-23 15:24:56.369 [info] <0.7.0> Application asn1 started on node ejabberd@localhost
2015-09-23 15:24:56.369 [info] <0.7.0> Application public_key started on node ejabberd@localhost
2015-09-23 15:24:56.378 [info] <0.7.0> Application ssl started on node ejabberd@localhost
2015-09-23 15:24:56.382 [info] <0.7.0> Application p1_yaml started on node ejabberd@localhost
2015-09-23 15:24:56.391 [info] <0.7.0> Application p1_tls started on node ejabberd@localhost
2015-09-23 15:24:56.394 [error] <0.114.0> CRASH REPORT Process <0.114.0> with 0 neighbours exited with reason: no function clause matching filename:join({error,bad_name}, "lib") line 407 in gen_server:init_it/6 line 352
2015-09-23 15:24:56.397 [error] <0.113.0> Supervisor xml_sup had child undefined started with xml:start_link() at undefined exit with reason no function clause matching filename:join({error,bad_name}, "lib") line 407 in context start_error
2015-09-23 15:24:56.398 [critical] <0.39.0>@ejabberd:exit_or_halt:133 failed to start application 'p1_xml': {error,
                                       {{shutdown,
                                         {failed_to_start_child,xml,
                                          {function_clause,
                                           [{filename,join,
                                             [{error,bad_name},"lib"],
                                             [{file,"filename.erl"},
                                              {line,407}]},
                                            {filename,join,1,
                                             [{file,"filename.erl"},
                                              {line,394}]},
                                            {xml,init,1,
                                             [{file,"src/xml.erl"},{line,51}]},
                                            {gen_server,init_it,6,
                                             [{file,"gen_server.erl"},
                                              {line,328}]},
                                            {proc_lib,init_p_do_apply,3,
                                             [{file,"proc_lib.erl"},
                                              {line,239}]}]}}},
                                        {xml_app,start,[normal,[]]}}}

这是开发版本/存储库中的一个暂时性问题


依赖关系已经调整。如果您与船长从头开始,它应该可以正常工作。

似乎已经有人回答了+我认为,单独评论其他机票寻求帮助不是一个好做法。是的,先生,明白了。我很抱歉。