lua-sec-prosody Unable to locate package

我们两清 提交于 2019-12-07 19:36:36

问题


using ubuntu 14.04LTS trying to install jitsimeet >https://github.com/jitsi/jitsi-meet/blob/master/INSTALL.md

but fails to install lua-sec-prosody package

$sudo apt-get install lua-sec-prosody

Reading package lists... Done

Building dependency tree       

Reading state information... Done

E: Unable to locate package lua-sec-prosody

sources.list contain this line at end.

deb http://packages.prosody.im/debian trusty main


回答1:


I had the same problem. Changed the line in the sources.list to a previous version and it worked.

deb http://packages.prosody.im/debian precise main




回答2:


From what I gather, lua-sec-prosody is an (old) fork of lua-sec that merges in some required changes. If it's not available for your platform, it means you should just use lua-sec :)

http://prosody.im/doc/depends/luasec/prosody



来源:https://stackoverflow.com/questions/23711653/lua-sec-prosody-unable-to-locate-package

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!