lua-users home
lua-l archive

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


Am 25.11.2013 04:16 schröbte Jim Longo:
Hi,

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.


The Lua makefiles don't provide a separate target for shared libraries (see here[1]), but the commandline in this message[2] has worked twice before on other Linux flavors.

  [1]: http://lua-users.org/lists/lua-l/2006-03/msg00088.html
  [2]: http://lua-users.org/lists/lua-l/2013-11/msg00665.html

Philipp