mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-15 23:55:03 +03:00
Add entry for Ubuntu 18.04
parent
7b60d120dd
commit
0bbed268f4
@ -14,9 +14,10 @@ If your distribution is missing and you manage to compile it, don't forget to ad
|
|||||||
4. [Amazon Linux 2](#amazon-linux-2)
|
4. [Amazon Linux 2](#amazon-linux-2)
|
||||||
5. [CentOS 6.x](#centos-6x)
|
5. [CentOS 6.x](#centos-6x)
|
||||||
6. [CentOS 6.5](#centos-65-minimal)
|
6. [CentOS 6.5](#centos-65-minimal)
|
||||||
7. [Mac OSX 10.13](#mac-osx-1013)
|
7. [Ubuntu 18.04]
|
||||||
8. [AWS Linux - RPM](#aws-linux-rpm)
|
8. [Mac OSX 10.13](#mac-osx-1013)
|
||||||
9. [CentOS 7 - RPM](#centos-7-rpm)
|
9. [AWS Linux - RPM](#aws-linux-rpm)
|
||||||
|
10. [CentOS 7 - RPM](#centos-7-rpm)
|
||||||
|
|
||||||
## Centos 7 Minimal
|
## Centos 7 Minimal
|
||||||
|
|
||||||
@ -311,6 +312,23 @@ make
|
|||||||
make install
|
make install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Ubuntu 18.04
|
||||||
|
|
||||||
|
### libModSecurity
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ sudo apt-get install git g++ apt-utils autoconf automake build-essential libcurl4-openssl-dev libgeoip-dev liblmdb-dev libpcre++-dev libtool libxml2-dev libyajl-dev pkgconf wget zlib1g-dev
|
||||||
|
|
||||||
|
$ git clone https://github.com/SpiderLabs/ModSecurity
|
||||||
|
$ cd ModSecurity/
|
||||||
|
$ git submodule init
|
||||||
|
$ git submodule update
|
||||||
|
$ sh build.sh
|
||||||
|
$ ./configure
|
||||||
|
$ make
|
||||||
|
$ make install
|
||||||
|
```
|
||||||
|
|
||||||
## Mac OSX 10.13
|
## Mac OSX 10.13
|
||||||
|
|
||||||
Sent by @scottcc (See: #1907)
|
Sent by @scottcc (See: #1907)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user