Advertisement
Guest User

Untitled

a guest
Oct 1st, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. auth_method: odbc
  2. odbc_type: mysql
  3. odbc_server: "localhost"
  4. odbc_database: "ejabberd"
  5. odbc_username: "ejabberd"
  6. odbc_password: "password"
  7. ##
  8. ## If you want to specify the port:
  9. odbc_port: 3306
  10.  
  11. [critical] <0.38.0>@ejabberd:exit_or_halt:133 failed to start application 'p1_mysql': {error,
  12. {"no such file or directory",
  13. "p1_mysql.app"}}
  14.  
  15. $ ./configure --enable-mysql
  16. $ make
  17. $ cp deps/p1_mysql/ebin/* /path/to/running/ejabberd/ebin/
  18.  
  19. sudo apt install erlang-p1-mysql
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement