Install error Nginx 1.1.2

Hallo,

is something change in Nginx 1.1.2 ?

Erros with ./configure

./configure: error: invalid option "--with-pcre-jit"

./configure: error: invalid option "--with-http_mp4_module"

Varix

Posted at Nginx Forum:

Hallo,

is something change in Nginx 1.1.2 ?

Erros with ./configure

./configure: error: invalid option “–with-pcre-jit”

./configure: error: invalid option “–with-http_mp4_module”

Varix

sorry wronge version

Posted at Nginx Forum:

Hello!

On Thu, May 03, 2012 at 02:18:04PM -0400, Varix wrote:

Hallo,

is something change in Nginx 1.1.2 ?

Erros with ./configure

./configure: error: invalid option "--with-pcre-jit"

./configure: error: invalid option "--with-http_mp4_module"

There is no PCRE JIT support and mp4 module in 1.1.2. PCRE JIT
appeared in 1.1.12, mp4 module in 1.1.3.

You probably want to use 1.2.0 instead.

Maxim D.