我已经下载了 ejabberd,甚至做了一个:
sudo 端口安装 ejabberd
在此之后,我试图从这里安装 ejabberd-websocket 模块:https ://github.com/superfeedr/ejabberd-websockets
但是,请尝试我可能无法通过发出以下命令来安装它:
./build.sh
这是我得到的错误:
Recompile: src/mod_websocket
src/mod_websocket.erl:22: can't find include file "ejabberd.hrl"
src/mod_websocket.erl:23: can't find include file "jlib.hrl"
src/mod_websocket.erl:36: undefined macro 'DEBUG/2'
src/mod_websocket.erl:16: function process/2 undefined
src/mod_websocket.erl:14: Warning: behaviour gen_mod undefined
src/mod_websocket.erl:95: Warning: function validate_origin/1 is unused
src/mod_websocket.erl:171: Warning: function build_stream_end/0 is unused
我什至有 erlang,因为我通过 macports 安装了它。但是,我无法安装该模块。我正在使用 Mac OSX Mountain Lion。
任何帮助都会很棒。