What version of ejabberd are you using?
ejabberd 17.04
What operating system (version) are you using?
OS X El Capitan
How did you install ejabberd (source, package, distribution)?
package installer
https://www.process-one.net/downloads/downloads-action.php?file=/ejabberd/17.04/ejabberd-17.04-osx-installer.app.zip
What did not work as expected? Are there error messages in the log? What
was the unexpected behavior? What was the expected result?
I am getting this error message:
“ejabberd-17.04-osx-installer” is damaged and can’t be opened. You should move it to the Trash.
I have same issue with 17.03.
However 17.03 beta is fine..
I've tried to upgrade from 17.03 beta to 17.04 and 17.0.3 stable from source
And faced for both
call to undefined function p1_queue:start("/var/lib/ejabberd/queue") in application_master:init/4 line 134
Maybe it has to do something with original issue
@f0restgump92 your issue is unrelated, make distclean should do the trick in your case, e.g.:
$ make distclean
$ ./autogen.sh
$ ./configure --all-your-flags-go-here
$ make
Yeah i figured out. This solved my issue. Thank you for reply
I had to disable gatekeeper to be able to install!
If anybody has the same issue:
sudo spctl --master-disable
install ejabberd
sudo spctl --master-enable
I'll add a note in osx README about this.
I could not find above instructions while going through ejabberd docs . I found OSX README file only after installing ejabberd .
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
I had to disable gatekeeper to be able to install!
If anybody has the same issue: