lua-users home
lua-l archive

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


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.