Making a .so file for Apache.
- by Josh
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?