Making a .so file for Apache.

Posted by Josh on Server Fault See other posts from Server Fault or by Josh
Published on 2010-05-12T20:39:54Z Indexed on 2010/05/12 20:44 UTC
Read the original article Hit count: 161

Filed under:
|
|
|
|

I am using CentOS 5.

I am trying using Mod_Security which requires liblua. I was not able to find lua on the default repos. I prefer not to use any third party repos. This in mind, I downloaded the lua source from the offical site. After compiling the only file even close is liblua.a. I need a liblua-5.1(.4).so file for Apache.

How do I make a .so file for liblua?

© Server Fault or respective owner

Related posts about apache

Related posts about liblua

  • YUM and RPM crash due to the liblua-5.1 library being missing

    as seen on Super User - Search for 'Super User'
    I've been playing around with a LiveUsb install of basic Fedora with persistence. I attempted to install moonscript, which requires Lua and LuaRocks. After installing Lua and discovering there were flaws in the install which prevented LuaRocks from working, I used rpm to force Lua off so I could… >>> More

  • Making a .so file for Apache.

    as seen on Server Fault - Search for 'Server Fault'
    I am using CentOS 5. I am trying using Mod_Security which requires liblua. I was not able to find lua on the default repos. I prefer not to use any third party repos. This in mind, I downloaded the lua source from the offical site. After compiling the only file even close is liblua.a. I need a liblua-5… >>> More

  • nmap installation issue

    as seen on Super User - Search for 'Super User'
    vanilla centos with latest updates, installed gcc, and after ./configure:.... Configuration complete. Type make (or gmake on some *BSD machines) to compile. [root@winxp nmap-5.51]# make Makefile:375: makefile.dep: No such file or directory g++ -MM -I./liblua -I./libdnet-stripped/include -I./libpcre… >>> More