Error running Post Install Script

I am getting this error message when I try to install eJabberd on my server (Centos).

Error: Error istalling Post Install Script
The installation may not have completed correctly

Any advice?

Thanks,

Shaun

I also got this error, but

I also got this error, but when running it manually it says:
[root@zab ~]# ejabberdctl start
/bin/ejabberdctl: line 41: which: command not found
dirname: missing operand
Try `dirname --help' for more information.
/bin/ejabberdctl: line 109: exec: erlexec: not found

and erlexec is located at /opt/ejabberd-2.0.1/bin/erlexec

It seems you don't have the

It seems you don't have the program 'which' installed, and it is required by the script ejabberdctl that was included in your copy of ejabberd.

A solution was committed today to SVN.

You can either wait for a new version to include this fix, or modify the 'ejabberdctl' file yourself. Just replace the line:

base="`dirname $(which "$0")`/.."

with:

here=`which "$0" 2>/dev/null || echo .`
base="`dirname $here`/.."

And for Windows user?

I get the same error when installing 2.0.2 on Windows Server 2003.

JB

Error running Post Install Script in Win XP

Hi All,
I am getting this error when i try to install ejabberd on win xp & win 2003 machine. This message is giving at the end of the installation process

Error running Post Install Script
The installation may have not completed correctly

Pl. provide me the solution for the error.

Thanks & Regards,
Imran

Try the recent ejabberd 2.0.3

The recently released ejabberd 2.0.3 should have this problem fixed. If you try the new version and the problem persist, you can open a new thread.

Same problem on Windows Server 2003 and on XP

I also had the Error running Post Install Script error while trying to install ejabberd 2.0.5 on a windows server 2003 Virtual Machine. I tried multiple times.
I also tried to install 2.0.5 on an XP Vitual Machine, but got the same error.

I finally installed 2.0.3 on the Windows Server 2003 VM and it worked. But I have no clue as to why I could not install ejabberd 2.0.5.

Syndicate content