Re: build from source pointing to installed libs (e.g. pcre)

2013-03-07 Thread anthony kerz
installing the related 'dev' packages was the ticket: - libpcre3-dev - libssl-dev - zlib1g-dev then acquiring source and static linking can be avoided... thanks @edho! On Thu, Mar 7, 2013 at 10:04 AM, Edho Arief wrote: > On Thu, Mar 7, 2013 at 10:11 PM, anthony kerz &g

build from source pointing to installed libs (e.g. pcre)

2013-03-07 Thread anthony kerz
hi, i'm trying to build from source on an ubuntu system which has libpcre3 installed: tony@quantal:~/Downloads/nginx-1.3.14$ dpkg -l | grep pcre ii libpcre3:i386 1:8.30-5ubuntu1 i386 Perl 5 Compatible Regular Expression Library - runtime files but i can't for the life of me get the configure scr