ggalt wrote: > Triode: > > I've just started running into the following on my Fedora 19 x86_64 > system: > JiveLite 0.1.0 > Jive: /usr/share/lua/5.1/socket.lua:13: module 'socket.core' not found: > no field package.preload['socket.core'] > no file '/home/ggalt/.jivelite/userpath/socket/core.lua' > no file './socket/core.lua' > no file '/usr/share/luajit-2.0.2/socket/core.lua' > no file '/usr/local/share/lua/5.1/socket/core.lua' > no file '/usr/local/share/lua/5.1/socket/core/init.lua' > no file '/usr/share/lua/5.1/socket/core.lua' > no file '/usr/share/lua/5.1/socket/core/init.lua' > no file > '/home/ggalt/workspace/jivelite/share/lua/5.1/socket/core.lua' > no file > '/home/ggalt/workspace/jivelite/share/lua/5.1/socket/core/socket/core.lua' > no file > '/home/ggalt/workspace/jivelite/share/jive/socket/core.lua' > no file '/usr/share/jive/socket/core.lua' > no file './socket/core.so' > no file '/usr/local/lib/lua/5.1/socket/core.so' > no file '/usr/lib/lua/5.1/socket/core.so' > no file '/usr/local/lib/lua/5.1/loadall.so' > no file > '/home/ggalt/workspace/jivelite/lib/lua/5.1/socket/core.so' > no file > '/home/ggalt/workspace/jivelite/lib/lua/5.1/socket/core/core.so' > no file > '/home/ggalt/workspace/jivelite/share/jive/socket/core.so' > no file > '/home/ggalt/workspace/jivelite/share/jive/socket/core/core.so' > no file '/usr/share/jive/socket/core.so' > no file '/usr/share/jive/socket/core/core.so' > no file './socket.so' > no file '/usr/local/lib/lua/5.1/socket.so' > no file '/usr/lib/lua/5.1/socket.so' > no file '/usr/local/lib/lua/5.1/loadall.so' > no file '/home/ggalt/workspace/jivelite/lib/lua/5.1/socket.so' > no file > '/home/ggalt/workspace/jivelite/lib/lua/5.1/socket/core.so' > no file '/home/ggalt/workspace/jivelite/share/jive/socket.so' > no file > '/home/ggalt/workspace/jivelite/share/jive/socket/core.so' > no file '/usr/share/jive/socket.so' > no file '/usr/share/jive/socket/core.so' > stack traceback: > [C]: in function 'require' > /usr/share/lua/5.1/socket.lua:13: in main chunk > [C]: in function 'require' > ...workspace/jivelite/share/jive/jive/net/NetworkThread.lua:36: > in main chunk > > > [C]: in function 'require' > > > > /home/ggalt/workspace/jivelite/share/jive/jive/JiveMain.lua:28: > in main chunk > > > [C]: at 0x3c82c4cd60 > > > > [C]: at 0x00405c60 > > > > > This is a new development for me in the past several days. It looks > like I received luajit-2.0.2-8.fc19.x86_64 and > lua-md5-alt-0.0-1.fc19.x86_64 in the past few days as updates, so I'm > assuming that one of these files (probably luajit) is the issue. Any > thoughts on what I can do to fix this one? > > George
How was this installed - from the git source or from CSOS repo? Building from the git repo should also build these libraries - but it assumes locations of luajit as /usr/local/* which may not correspond to where your distro has put them. Clive mentioned something related to dependency issues too - will need to look at this. ------------------------------------------------------------------------ Triode's Profile: http://forums.slimdevices.com/member.php?userid=17 View this thread: http://forums.slimdevices.com/showthread.php?t=98156 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
