Hello,Looks like Tiago Dionizio's excellent lzlib[1] depends on luaL_findstring, which doesn't exist anymore in Lua 5.1:
dyld: lazy symbol binding failed: Symbol not found: _luaL_findstringTo get things going, one can add luaL_findstring back to lzlib.c as per Luiz's recommendation:
http://lua-users.org/lists/lua-l/2006-06/msg00328.html http://lua-users.org/lists/lua-l/2006-06/msg00329.html Cheers, PA. [1] http://mega.ist.utl.pt/~tngd/lua/lzlib-0.2.tar.gz