lua-users home
lua-l archive

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


Hi all,

This question is very similar to "Missing symbol in LuaSockets " thread. I
am rather new to Lua and have been struggling to get Lua sockets to work
with my lua installation.
i am getting the following error when trying to open or include core.so
bash-2.02# lua -l socket
lua: error loading module 'socket.core' from file
'/lib/lua/5.1/socket/core.so':
        symbol not found: "_h_errno"
stack traceback:
        [C]: ?
        [C]: in function 'require'
        /share/lua/5.1/socket.lua:13: in main chunk
        [C]: ?
        [C]: ?

I have all the necessary files in the right location but it seems that for
some reason lua is not seeing the symbols produced by core.so.
I am obviously not compiling the sockets module correctly but i haven't been
able to figure out what is the exact problem.
Has any one seen this before? Any help is really appreciate it! 
Thanks!
Roman




--
View this message in context: http://lua.2524044.n2.nabble.com/symbol-not-found-h-errno-while-loading-LuaSockets-sockets-core-tp7647493.html
Sent from the Lua-l mailing list archive at Nabble.com.