lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Thu, Jul 28, 2011 at 13:36, Javier Gallart <jgallartm@gmail.com> wrote:

> As for the lua-hiredis module, I was able to use it for a while, but at some
> point it stopped loading. This has nothing to do with wiresahrk:
> Lua 5.1.4  Copyright (C) 1994-2008 Lua.org, PUC-Rio
>> hiredis = require("hiredis")
> ./hiredis.lua:1: loop or previous error loading module 'hiredis'
> stack traceback:
>     [C]: in function 'require'
>     ./hiredis.lua:1: in main chunk
>     [C]: in function 'require'
>     stdin:1: in main chunk
>     [C]: ?
>>
>
> Any help will be appreciated.

That looks as some error in your Lua installation...

Alexander.