Project

General

Profile

Actions

Support #3121

closed

centos7 lua support

Added by js Chen over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Affected Versions:
Label:

Description

I use Centos7(docker) to run suricata4.1.4,but I use "make install" lua 5.3.5 to instead of system lua5.1.4, just like ln \-s /<mylua 5.3.5>/lua /usr/bin/lua . I can use lua 5.3.4 in terminal.And I also usr luarocks install redis-lua and luasockets, them worked.
But when I run suricata,it only use system lua5.1.4,so my suricata can't working.Is there some setting to appoint lua?I holp somebody can help me to use lua5.3.5.
this is my error log:
21/8/2019 -- 02:21:46 - <Error> - [ERRCODE: SC_ERR_LUA_ERROR(212)] - couldn't prime file: /etc/suricata/rules/lua-test.lua:16: module 'redis' not found:
no field package.preload['redis']
no file './redis.lua'
no file '/usr/share/lua/5.1/redis.lua'
no file '/usr/share/lua/5.1/redis/init.lua'
no file '/usr/lib64/lua/5.1/redis.lua'
no file '/usr/lib64/lua/5.1/redis/init.lua'
no file './redis.so'
no file '/usr/lib64/lua/5.1/redis.so'
no file '/usr/lib64/lua/5.1/loadall.so'
21/8/2019 -- 02:21:46 - <Error> - [ERRCODE: SC_ERR_LUA_ERROR(212)] - couldn't initialize scipt
21/8/2019 -- 02:21:46 - <Error> - [ERRCODE: SC_ERR_LUA_ERROR(212)] - Error during setup of lua output. Details should be described in previous error messages. Shutting down...

Actions

Also available in: Atom PDF