Re: [pcre-dev] Different Versions Of PCRE for pcretest, pcre…

Top Page
Delete this message
Author: Simeon F. Willbanks
Date:  
To: pcre-dev
Subject: Re: [pcre-dev] Different Versions Of PCRE for pcretest, pcregrep & pcre-config
Philip,

pcre-7.6 $ ./pcretest -C
PCRE version 7.6 2008-01-28
Compiled with
UTF-8 support
Unicode properties support
Newline sequence is LF
\R matches all Unicode newlines
Internal link size = 2
POSIX malloc threshold = 10
Default match limit = 10000000
Default recursion depth limit = 10000000
Match recursion uses stack

I tried just coping pcretest & pcregrep directly to /usr/bin, and it
seemed to work.

$ /usr/bin/pcregrep -V
pcregrep version 7.6 2008-01-28

$ /usr/bin/pcretest -C
PCRE version 7.6 2008-01-28
Compiled with
UTF-8 support
Unicode properties support
Newline sequence is LF
\R matches all Unicode newlines
Internal link size = 2
POSIX malloc threshold = 10
Default match limit = 10000000
Default recursion depth limit = 10000000
Match recursion uses stack

And now without the full path:

$ pcretest -C
PCRE version 7.6 2008-01-28
Compiled with
UTF-8 support
Unicode properties support
Newline sequence is LF
\R matches all Unicode newlines
Internal link size = 2
POSIX malloc threshold = 10
Default match limit = 10000000
Default recursion depth limit = 10000000
Match recursion uses stack

Do you think this is OK?

Thanks for the help,
Simeon