Unable to get prosody running on Ubuntu 10.04 (lua issues)

Posted by user90374 on Server Fault See other posts from Server Fault or by user90374
Published on 2012-07-05T21:14:09Z Indexed on 2012/07/05 21:17 UTC
Read the original article Hit count: 364

Filed under:
|
|

All this is performed on Ubuntu 10.04.4 LTS Server

After installation, I get the following error: I have tried to use as suggested luarock and sudo apt-get install to fix these. But still it keeps showing me these errors.

Selecting previously deselected package prosody. (Reading database ... 59416 files and directories currently installed.) Unpacking prosody (from prosody_0.8.2-1_i386.deb) ... Setting up prosody (0.8.2-1) ... * Starting Prosody XMPP Server prosody ************** Prosody was unable to find luaexpat This package can be obtained in the following ways:

    Source:           www[dot]keplerproject[dot]org/luaexpat/
    Debian/Ubuntu:    sudo apt-get install liblua5.1-expat0
    luarocks:         luarocks install luaexpat

luaexpat is required for Prosody to run, so we will now exit. More help can be found on our website, at prosody[dot]im/doc/depends


************ Prosody was unable to find luasocket This package can be obtained in the following ways:

    Source:           www[dot]tecgraf[dot]puc-rio[dot]br/~diego/professional/luasocket/
    Debian/Ubuntu:    sudo apt-get install liblua5.1-socket2
    luarocks:         luarocks install luasocket

luasocket is required for Prosody to run, so we will now exit. More help can be found on our website, at prosody[dot]im/doc/depends


************ Prosody was unable to find LuaSec This package can be obtained in the following ways:

    Source:           www[dot]inf[dot]puc-rio[dot]br/~brunoos/luasec/
    Debian/Ubuntu:    prosody[dot]im/download/start#debian_and_ubuntu
    luarocks:         luarocks install luasec

SSL/TLS support will not be available More help can be found on our website, at prosody[dot]im/doc/depends


                                                                     [fail] invoke-rc.d: initscript prosody, action "start" failed. dpkg:

error processing prosody (--install): subprocess installed post-installation script returned error exit status 1 Processing triggers for man-db ... Processing triggers for ureadahead ... Errors were encountered while processing: prosody

Thanks a lot for your patience and answers.

© Server Fault or respective owner

Related posts about ubuntu-10.04

Related posts about aptitude