[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Create shared dynamic library liblua.so on Centos 6
- From: Craig Barnes <craigbarnes85@...>
- Date: Mon, 25 Nov 2013 04:08:12 +0000
Centos 6 has a package for Lua 5.1.4 (including a shared library) in
the main repositories. You should just need to install it:
sudo yum install lua lua-devel
On 25 November 2013 03:16, Jim Longo <jimlongo@rdiv.com> wrote:
> Hi,
> I'm trying to use mod security rules that use the lua scripting language.
> To do that I need to have a shared dynamic object liblua.so that I can link to.
>
> I have successfully done make linux and make install linux in my desired location.
> So I have the contents described in the readme - /bin /lib /include /man folders and contents
>
> I'm not a linux user so I don't really understand the instructions I've found on how to build this shared object.
>
> Any help would really be appreciated, thanks.