0.9.3 on OpenBSD 4.8

Maxim Dounin mdounin at mdounin.ru
Tue Jan 4 03:43:41 MSK 2011


Hello!

On Mon, Jan 03, 2011 at 09:28:00PM +0000, Nuno Magalhães wrote:

> On Mon, Jan 3, 2011 at 20:16, Piotr Sikora <piotr.sikora at frickle.com> wrote:
> > Hi,
> >
> >> 0.2) How come "PCRE library is not used"?
> >
> > Do you have pcre installed? (pkg_info | grep ^pcre)
> 
> # pkg_info |grep pcre
> pcre-8.02p1         perl-compatible regular expression library
> 
> Also, the line "checking for PCRE library in /usr/local/include and
> /usr/local/lib ... found" shows up during .configure.
> 
> >> 1) When issuing make for the first time i got these errors with the
> >> Form Input module:
> >> (...)
> >
> > You need NDK module (https://github.com/simpl/ngx_devel_kit).
> 
> Noted, thanks.
> 
> >> 2) After removing the appropriate --add-module line, doing .configure
> >> and make again, i got another error:
> 
> Issuing make clean at the shell works as expected. The full error is:
> 
> cd /usr  && make CFLAGS="-O2 -fomit-frame-pointer -pipe "  CC="gcc"
> MD5_ASM_OBJ= clean libmd5.a
> make: don't know how to make clean. Stop in /usr.
> *** Error code 2

Looks like you did something like

./configure --with-md5=/usr

It's just wrong and expected to fail.

$ ./configure --help | grep md5=
  --with-md5=DIR                     set path to md5 library sources

Note the "sources".

Maxim Dounin



More information about the nginx mailing list