|
Hi,
$ ./lua Lua 5.1 Copyright (C) 1994-2006 Lua.org, PUC-Riosocket = require("socket")error loading module 'socket.core' from file './socket/core.so': ./socket/core.so: undefined symbol: lua_newtable stack traceback: [C]: ? [C]: in function 'require' ./socket.lua:13: in main chunk [C]: in function 'require' stdin:1: in main chunk [C]: ?
Are you sure you compiled the LuaSocket with the right includes? Looks like you are using 5.02 includes. []s, Diego.