hello all: I want to install ModSecurity v2.5.4 in my system. I do the following setup to install the lua tar -xzvf lua-5.1.3.tar.gz cd lua-5.1.3/src make linux cd .. make install The ModSecurity ask me to add "LoadFile /usr/lib/liblua5.1.so" to the http.conf,but there is no liblua5.1.so in /usr/lib. I have search it and i didn't find the solution. Can any one tell me why there is no liblua5.1.so in /usr/lib Thanks for any reply. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20080527/015d584a/attachment-0005.html>
bqj123 wrote:> hello all: > I want to install ModSecurity v2.5.4 in my system. I do the following > setup to install the luaOn a RPM based distribution like CentOS, if you try to build stuff like that from source, you'll need to sort out all the package dependencies yourself, AND have files on your system which aren't under the control of the packaging system. It appears there is a yum repository for modsecurity here http://www.jasonlitka.com/yum-repository/ If they aren't up-to-date, you could perhaps use their SRPM spec files and build your own RPM files from the latest project sources, but this might take some tweaking.
bqj123 at 126.com
2008-May-27 05:21 UTC
[CentOS] why there is no liblua5.1.so in /usr/lib?
Thanks!I find a rpm package from http://www.jasonlitka.com/media/files/SRPMS/mod_security-2.1.4-1.jason.2.src.rpm .I will try. ?2008-05-27?"John R Pierce" <pierce at hogranch.com> ??? bqj123 wrote:> hello all: > I want to install ModSecurity v2.5.4 in my system. I do the following > setup to install the luaOn a RPM based distribution like CentOS, if you try to build stuff like that from source, you'll need to sort out all the package dependencies yourself, AND have files on your system which aren't under the control of the packaging system. It appears there is a yum repository for modsecurity here http://www.jasonlitka.com/yum-repository/ If they aren't up-to-date, you could perhaps use their SRPM spec files and build your own RPM files from the latest project sources, but this might take some tweaking. _______________________________________________ CentOS mailing list CentOS at centos.org http://lists.centos.org/mailman/listinfo/centos -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20080527/804261e3/attachment-0005.html>
hi, i installed mod_security2.5.4 i installed lua and liblua from epel repo http://download.fedora.redhat.com/pub/epel/5/i386/repoview/L.group.html name of file is not: /usr/lib/liblua5.1.so but: liblua-5.1.so n.> hello all: > I want to install ModSecurity v2.5.4 in my system. I do the following > setup to install the lua > > tar -xzvf lua-5.1.3.tar.gz > cd lua-5.1.3/src > make linux > cd .. > make install > > The ModSecurity ask me to add "LoadFile /usr/lib/liblua5.1.so" to the > http.conf,but there is no liblua5.1.so in /usr/lib. > I have search it and i didn't find the solution. > Can any one tell me why there is no liblua5.1.so in /usr/lib > Thanks for any reply. > > > <http://mail.163.com/hd/all/redirect/sos.htm> > > > ------------------------------------------------------------------------ > ????525?????????????? <http://popme.163.com/link/004403_0526_654.html> > ------------------------------------------------------------------------ > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos >
bqj123 at 126.com
2008-May-28 02:35 UTC
[CentOS] why there is no liblua5.1.so in /usr/lib?
Thanks.I have resolve it by using your method. ?2008-05-27?noro <noro at times.sk> ??? hi, i installed mod_security2.5.4 i installed lua and liblua from epel repo http://download.fedora.redhat.com/pub/epel/5/i386/repoview/L.group.html name of file is not: /usr/lib/liblua5.1.so but: liblua-5.1.so n.> hello all: > I want to install ModSecurity v2.5.4 in my system. I do the following > setup to install the lua > > tar -xzvf lua-5.1.3.tar.gz > cd lua-5.1.3/src > make linux > cd .. > make install > > The ModSecurity ask me to add "LoadFile /usr/lib/liblua5.1.so" to the > http.conf,but there is no liblua5.1.so in /usr/lib. > I have search it and i didn't find the solution. > Can any one tell me why there is no liblua5.1.so in /usr/lib > Thanks for any reply. > > > <http://mail.163.com/hd/all/redirect/sos.htm> > > > ------------------------------------------------------------------------ > ??525??????? <http://popme.163.com/link/004403_0526_654.html> > ------------------------------------------------------------------------ > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos >_______________________________________________ CentOS mailing list CentOS at centos.org http://lists.centos.org/mailman/listinfo/centos -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20080528/1f285fdb/attachment-0005.html>