It always occurs 'failed to start application p1_mysql' when I use mysql. I installed the opt by source code 15.07, when i do the enable-mysql, it will tips that
Dependency not available: p1_mysql-.* ({git, "https://github.com/processone/mysql", "d568bbe317c4e86ee58a603c 46a98809c1279013"}).'
Hi Lucifer, try adding mysql
Hi Lucifer, try adding mysql dependency which is {p1_mysql, ".*", {git, "https://github.com/processone/mysql"}} in reber.config.script file, to the Deps list.
It should work.
-Prasad
If you are building from
If you are building from source, you need to pass
--enable-mysql
to configure script. This is shown in ejabberd documentation: Installing ejabberd from Source Code.