> - Register some functions If you're using luaopen_* to register functions, then this has changed in 5.1: the luaopen_* functions now should be called using the Lua call protocol not called directly. See luaL_openlibs linit.c. --lhf