Re: [mod-security-users] BUilding 3.0.0
Brought to you by:
victorhora,
zimmerletw
|
From: Ervin H. <ai...@gm...> - 2017-12-15 15:45:21
|
Hi Ed, On Fri, Dec 15, 2017 at 01:02:51PM +0000, Ed Greenberg wrote: > Thank you to the developers for all your work on Mod Security and congratulations on 3.0.0. > > When running configure, I see this: > > Optional dependencies > + GeoIP ....not found on Debian, there are these packages: geoip-bin geoip-database libgeoip-dev libgeoip1:amd64 looks like on RH these packages are with same names: https://www.rpmfind.net/linux/rpm2html/search.php?query=geoip https://www.rpmfind.net/linux/rpm2html/search.php?query=libgeoip > + YAJL ....not found Deb: libyajl-dev:amd64 libyajl2:amd64 RH: https://www.rpmfind.net/linux/rpm2html/search.php?query=yajl RH: https://www.rpmfind.net/linux/rpm2html/search.php?query=libyajl > + LMDB ....not found Deb: liblmdb-dev:amd64 liblmdb0:amd64 lmdb-doc RH: https://www.rpmfind.net/linux/rpm2html/search.php?query=lmdb RH: https://www.rpmfind.net/linux/rpm2html/search.php?query=liblmdb > + SSDEEP ....not found on Debian 8, there isn't ssdeep package, only on Deb9, but I'm not using so much prod system. There is the pkg sseed. On Centos, I've found this: https://apps.fedoraproject.org/packages/ssdeep/overview/ > + LUA ....not found Deb: liblua5.1-0:amd64 liblua5.1-0-dev:amd64 liblua5.2-0:amd64 liblua5.2-dev:amd64 libluajit-5.1-2:amd64 libluajit-5.1-common libluajit-5.1-dev:amd64 lua5.1 lua5.2 (you can install more version of Lua as paralell) On RH, you can find many Lua packages: https://www.rpmfind.net/linux/rpm2html/search.php?query=lua https://www.rpmfind.net/linux/rpm2html/search.php?query=liblua > Which of these missing optional depedencies would be worth adding to production Centos/Apache servers? anyway, I'm not an expert RH user/admin, but as I remember, you can search in packages with "rpm -qa | grep PATTERN", where the pattern is what you're looking for. Regards, a. |