installing the related 'dev' packages was the ticket:<div><br></div><div>- libpcre3-dev</div><div>- libssl-dev</div><div>- zlib1g-dev</div><div><br></div><div>then acquiring source and static linking can be avoided...</div>
<div><br></div><div>thanks @edho!<br><br><div class="gmail_quote">On Thu, Mar 7, 2013 at 10:04 AM, Edho Arief <span dir="ltr"><<a href="mailto:edho@myconan.net" target="_blank">edho@myconan.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Thu, Mar 7, 2013 at 10:11 PM, anthony kerz <<a href="mailto:anthony.kerz@gmail.com">anthony.kerz@gmail.com</a>> wrote:<br>

> hi,<br>
><br>
> i'm trying to build from source on an ubuntu system which has libpcre3<br>
> installed:<br>
><br>
> tony@quantal:~/Downloads/nginx-1.3.14$ dpkg -l | grep pcre<br>
> ii libpcre3:i386 1:8.30-5ubuntu1 i386 Perl 5 Compatible Regular Expression<br>
> Library - runtime files<br>
><br>
> but i can't for the life of me get the configure script to resolve to this,<br>
> libpcre.so.3 is in /lib/i386-linux-gnu, so i've tried:<br>
><br>
> --with-ld-opt="-L/lib/i386-linux-gnu"<br>
><br>
> but still get:<br>
> -----------------<br>
> ...<br>
> checking for PCRE library ... not found<br>
> checking for PCRE library in /usr/local/ ... not found<br>
> checking for PCRE library in /usr/include/pcre/ ... not found<br>
> checking for PCRE library in /usr/pkg/ ... not found<br>
> checking for PCRE library in /opt/local/ ... not found<br>
><br>
> ./configure: error: the HTTP rewrite module requires the PCRE library.<br>
> You can either disable the module by using --without-http_rewrite_module<br>
> option, or install the PCRE library into the system, or build the PCRE<br>
> library<br>
> statically from the source with nginx by using --with-pcre=<path> option.<br>
> ----------------<br>
><br>
> any guidance appreciated!<br>
><br>
<br>
</div></div>building stuff from source require installation of development<br>
(-dev/-devel) packages of its dependencies in ubuntu, rhel, and some<br>
other distros.<br>
<br>
(read: try installing libpcre3-dev)<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
O< ascii ribbon campaign - stop html mail - <a href="http://www.asciiribbon.org" target="_blank">www.asciiribbon.org</a><br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</font></span></blockquote></div><br></div>