-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing to compile #10
Comments
Could it be that you are using the master branch? You need to use one of the 2.1.x versions or the 2.1.x branch. At least that's the only one I've tested with. |
Yes, that worked, thanks! I'm having another problem with configuration:
and this under modules:
and ran
and got
What am I missing? How should the Thanks! |
It looks like you are building mod_restful with compiler from a newer version of OTP than you load ejabberd with:
|
(New at this so I might be doing something wrong)
Installed erlang on my mac (w/ brew), downloaded the ejabberd source from github and put it at the same level of mod_restful.
Under mod_restful dir, I typed "make" to run the Makefile, and got this:
all paths seem valid.
What am I doing wrong?
Is it possible to just put the .beam file and activate the mod in the .cfg or does it require more?
The text was updated successfully, but these errors were encountered: