Unable to get prosody running on Ubuntu 10.04 (lua issues) The Next CEO of Stack OverflowHow to permanently ignore grub-pc package for aptitude?PhpMyAdmin on Ubuntu Server 10.04: Strange configuration issueshaproxy ubuntu 10.04.2Update Ubuntu 10.04ubuntu 10.04 mount issues every time I rebootCouchDB/xulrunner hang on Ubuntu 10.04 LTSHow can I exorcise a specific Ubuntu package that crashes on a postinstall script?Error installing Oracle-Java6Unable to install/remove any package on ubuntu 10.04Get total number of cookie's from modsecurity using LUA script
Is this a new Fibonacci Identity?
Direct Implications Between USA and UK in Event of No-Deal Brexit
Planeswalker Ability and Death Timing
Calculate the Mean mean of two numbers
How seriously should I take size and weight limits of hand luggage?
What did the word "leisure" mean in late 18th Century usage?
Is it a bad idea to plug the other end of ESD strap to wall ground?
MT "will strike" & LXX "will watch carefully" (Gen 3:15)?
Ising model simulation
How do I secure a TV wall mount?
The sum of any ten consecutive numbers from a fibonacci sequence is divisible by 11
My boss doesn't want me to have a side project
Incomplete cube
How can I prove that a state of equilibrium is unstable?
Why doesn't Shulchan Aruch include the laws of destroying fruit trees?
Simplify trigonometric expression using trigonometric identities
Is it correct to say moon starry nights?
How should I connect my cat5 cable to connectors having an orange-green line?
What happens if you break a law in another country outside of that country?
Compensation for working overtime on Saturdays
Why did early computer designers eschew integers?
Upgrading From a 9 Speed Sora Derailleur?
Can you teleport closer to a creature you are Frightened of?
Is it possible to make a 9x9 table fit within the default margins?
Unable to get prosody running on Ubuntu 10.04 (lua issues)
The Next CEO of Stack OverflowHow to permanently ignore grub-pc package for aptitude?PhpMyAdmin on Ubuntu Server 10.04: Strange configuration issueshaproxy ubuntu 10.04.2Update Ubuntu 10.04ubuntu 10.04 mount issues every time I rebootCouchDB/xulrunner hang on Ubuntu 10.04 LTSHow can I exorcise a specific Ubuntu package that crashes on a postinstall script?Error installing Oracle-Java6Unable to install/remove any package on ubuntu 10.04Get total number of cookie's from modsecurity using LUA script
All this is performed on Ubuntu 10.04.4 LTS Server
- I installed LUA 5.1.4 following this procedure - http://ubuntuforums.org/showthread.php?t=1874860
- I installed prosody following this command (after downloading the package) - sudo dpkg -i prosody_0.8.2-1_i386.deb
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.
ubuntu-10.04 aptitude lua
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
All this is performed on Ubuntu 10.04.4 LTS Server
- I installed LUA 5.1.4 following this procedure - http://ubuntuforums.org/showthread.php?t=1874860
- I installed prosody following this command (after downloading the package) - sudo dpkg -i prosody_0.8.2-1_i386.deb
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.
ubuntu-10.04 aptitude lua
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
1
Any reason 5.1.2 from the Ubuntu repository doesn't work?
– Shane Madden♦
Jul 6 '12 at 1:54
Good to know. Is there a question you wanted to ask?
– womble♦
Jul 6 '12 at 5:27
add a comment |
All this is performed on Ubuntu 10.04.4 LTS Server
- I installed LUA 5.1.4 following this procedure - http://ubuntuforums.org/showthread.php?t=1874860
- I installed prosody following this command (after downloading the package) - sudo dpkg -i prosody_0.8.2-1_i386.deb
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.
ubuntu-10.04 aptitude lua
All this is performed on Ubuntu 10.04.4 LTS Server
- I installed LUA 5.1.4 following this procedure - http://ubuntuforums.org/showthread.php?t=1874860
- I installed prosody following this command (after downloading the package) - sudo dpkg -i prosody_0.8.2-1_i386.deb
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.
ubuntu-10.04 aptitude lua
ubuntu-10.04 aptitude lua
edited Jul 6 '12 at 1:51
Shane Madden♦
104k9146222
104k9146222
asked Jul 5 '12 at 21:14
user90374user90374
99
99
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
1
Any reason 5.1.2 from the Ubuntu repository doesn't work?
– Shane Madden♦
Jul 6 '12 at 1:54
Good to know. Is there a question you wanted to ask?
– womble♦
Jul 6 '12 at 5:27
add a comment |
1
Any reason 5.1.2 from the Ubuntu repository doesn't work?
– Shane Madden♦
Jul 6 '12 at 1:54
Good to know. Is there a question you wanted to ask?
– womble♦
Jul 6 '12 at 5:27
1
1
Any reason 5.1.2 from the Ubuntu repository doesn't work?
– Shane Madden♦
Jul 6 '12 at 1:54
Any reason 5.1.2 from the Ubuntu repository doesn't work?
– Shane Madden♦
Jul 6 '12 at 1:54
Good to know. Is there a question you wanted to ask?
– womble♦
Jul 6 '12 at 5:27
Good to know. Is there a question you wanted to ask?
– womble♦
Jul 6 '12 at 5:27
add a comment |
1 Answer
1
active
oldest
votes
Try
sudo apt-get install --fix-missing
Did not work. same error.
– user90374
Jul 6 '12 at 0:41
I noticed all those libraries are installed. I get this "liblua5.1-expat0 is already the newest version".Main issue is : Prosody was unable to find luaexpat
– user90374
Jul 6 '12 at 0:44
add a comment |
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f405206%2funable-to-get-prosody-running-on-ubuntu-10-04-lua-issues%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Try
sudo apt-get install --fix-missing
Did not work. same error.
– user90374
Jul 6 '12 at 0:41
I noticed all those libraries are installed. I get this "liblua5.1-expat0 is already the newest version".Main issue is : Prosody was unable to find luaexpat
– user90374
Jul 6 '12 at 0:44
add a comment |
Try
sudo apt-get install --fix-missing
Did not work. same error.
– user90374
Jul 6 '12 at 0:41
I noticed all those libraries are installed. I get this "liblua5.1-expat0 is already the newest version".Main issue is : Prosody was unable to find luaexpat
– user90374
Jul 6 '12 at 0:44
add a comment |
Try
sudo apt-get install --fix-missing
Try
sudo apt-get install --fix-missing
answered Jul 5 '12 at 22:01
Christopher PerrinChristopher Perrin
4,7801329
4,7801329
Did not work. same error.
– user90374
Jul 6 '12 at 0:41
I noticed all those libraries are installed. I get this "liblua5.1-expat0 is already the newest version".Main issue is : Prosody was unable to find luaexpat
– user90374
Jul 6 '12 at 0:44
add a comment |
Did not work. same error.
– user90374
Jul 6 '12 at 0:41
I noticed all those libraries are installed. I get this "liblua5.1-expat0 is already the newest version".Main issue is : Prosody was unable to find luaexpat
– user90374
Jul 6 '12 at 0:44
Did not work. same error.
– user90374
Jul 6 '12 at 0:41
Did not work. same error.
– user90374
Jul 6 '12 at 0:41
I noticed all those libraries are installed. I get this "liblua5.1-expat0 is already the newest version".Main issue is : Prosody was unable to find luaexpat
– user90374
Jul 6 '12 at 0:44
I noticed all those libraries are installed. I get this "liblua5.1-expat0 is already the newest version".Main issue is : Prosody was unable to find luaexpat
– user90374
Jul 6 '12 at 0:44
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f405206%2funable-to-get-prosody-running-on-ubuntu-10-04-lua-issues%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Any reason 5.1.2 from the Ubuntu repository doesn't work?
– Shane Madden♦
Jul 6 '12 at 1:54
Good to know. Is there a question you wanted to ask?
– womble♦
Jul 6 '12 at 5:27