Hi all,
I have a VPS dedicated server. I installed Ejabberd server in a folder named: Ejabberd. Now, when I try to start the Ejabberd server, it gives me an error. Here is the error details from the 'Install.log'.
Executing final installation script
Error executing post installation script
/ejabberd/bin/postinstall.sh
\child process exited abnormally
Creating Uninstaller
The error log file has the following information:
=ERROR REPORT==== 2009-12-17 23:42:11 ===
Error in process <0.99.0> on node 'ejabberd@localhost' with exit value: {{case_clause,{error,{open_error,-10}}},[{ejabberd_app,init,0}]}
=INFO REPORT==== 2009-12-17 23:42:11 ===
application: ejabberd
exited: {bad_return,
{{ejabberd_app,start,[normal,[]]},
{'EXIT',
{badarg,
[{erlang,port_control,
[stringprep_port,2,"weebol.com"]},
{stringprep,control,2},
{jlib,nodeprep,1},
{ejabberd_config,normalize_hosts,2},
{ejabberd_config,add_hosts_to_option,2},
{lists,foldl,3},
{ejabberd_config,load_file,1},
{ejabberd_config,start,0}]}}}}
type: temporary
Could anyone help me please! Thanks.
Well, it seems as if there
Well, it seems as if there was an error trying to read the file strinprep_drv.so or dll. Maybe a file access permission problem, or the file doesn't even exist, or it is for the wrong operating system...