> auto::pcre - Does your platform support > pcre................yes, 6.7. > > With this version installed, I could not reproduce the error you > reported. See: > http://smolder.plusthree.com/app/public_projects/tap_stream/5784/392 > > So could this be a problem with PCRE 7.7, or how it installs on your OS?
The config test for pcre try to compile a test program. The pcre.pir dynamically loads the pcre library. So if, for example, you have only a static pcre lib, it will detect it but fails to use. -- Salu2