Fails to compile with prefix on Mac?

Igor Sysoev is at rambler-co.ru
Thu Nov 12 13:47:32 MSK 2009


On Thu, Nov 12, 2009 at 05:39:09AM -0500, peterneillewis wrote:

> Then it fails with:
> 
> ./configure: error: the HTTP rewrite module requires the PCRE library.
> You can either disable the module by using --without-http_rewrite_module
> option, or install the PCRE library into the system, or build the PCRE library
> statically from the source with nginx by using --with-pcre= option.
> 
> Reading more carefully, I tried using
> 
> ./configure --prefix=$HOME/unix/local --with-pcre==../pcre-8.00/

- ./configure --prefix=$HOME/unix/local --with-pcre==../pcre-8.00/
+ ./configure --prefix=$HOME/unix/local --with-pcre=../pcre-8.00/

> but that fails to, with 
> 
> zany:~/unix/install/nginx-0.8.24% make
> make -f objs/Makefile
> objs/Makefile:998: *** empty variable name.  Stop.
> make: ***  Error 2


-- 
Igor Sysoev
http://sysoev.ru/en/





More information about the nginx mailing list