If I get the binary for linux, I get this error:
Unable to initialize installer.
Is /tmp writable ?
Is SELinux enabled? You may need to disable it temporarily
- /tmp is writable
- SELinux is disabled already.
- yes, proper permissions to run the bin file has been set.
So instead I opted to follow the rest of the instructions for version 1 instead (
Now my problem is:
When running ejabberdctl I get this error:
{"init terminating in do_boot",{undef,[{ejabberd_ctl,start,[]},{init,start_it,1},{init,start_em,1}]}}
Crash dump was written to: erl_crash.dump
init terminating in do_boot ()
I already put the ejabberdctl file in to /var/lib/ejabberd/ebin as well as /bin with that error still appearing. (based on: http://www.ejabberd.im/node/586 )
What could it mean and how can I fix it?
Thank you very much!
ADDITIONAL problems:
when I run
/etc/init.d/ejabberd restart
I get this: bash: /etc/init.d/ejabberd: is a directory
Also:
running: /etc/init.d/ejabberd/aim-transport start
gives: You need to be ejabberd user to run this script.
y? I need to create a user ejabberd to run it?? *confused*
I'm using root from installation.
tnx again.