$ tar xvfz pcre-3.7.tar.gz $ cd pcre-3.7 $ ./configure $ make $ make check ./RunTest Testing main functionality (Perl compatible) Testing API and error handling (not Perl compatible) Testing Perl 5.005 features (Perl 5.005 compatible) The three main tests all ran OK Cannot test locale-specific features - 'fr' locale not found, or the "locale" command is not available to check for it. |
$ su # make install # exit |