On 8 July 2014 03:56, Kim Thor Sondrup <kim.k.sond...@gmail.com> wrote:
> ...local/openresty/luajit/share/lua/5.1/luarocks/fs/lua.lua:656: attempt to 
> call field 'sumhexa' (a nil value)

Looks like you have an incompatible version of the md5 library in your Lua path.

A workaround is to add the following line:

   fs_use_modules=false

to your ~/.luarocks/config.lua file. (Create if it doesn't exist; see
`luarocks --help` for the specific config paths that match your
configuration.)

-- Hisham

------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Luarocks-developers mailing list
Luarocks-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to