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
$ ls -l /usr/bin/pcretest
-rwxr-xr-x 1 root root 42788 May 2 10:18 /usr/bin/pcretest

That is about the time I ran make install.

$ ls -l /usr/kerberos/bin/pc*
ls: /usr/kerberos/bin/pc*: No such file or directory

$ ls -l /usr/local/bin/pc*
ls: /usr/local/bin/pc*: No such file or directory

$ ls -l /bin/pc*
ls: /bin/pc*: No such file or directory

$ ls -l /usr/bin/pc*
-rwxr-xr-x 1 root root 1241 May 2 10:18 /usr/bin/pcre-config
-rwxr-xr-x 1 root root 27708 May 2 10:18 /usr/bin/pcregrep
-rwxr-xr-x 1 root root 42788 May 2 10:18 /usr/bin/pcretest

Strange huh? Thanks again for the continued help.

Simeon

On 5/4/08, Philip Hazel <ph10@???> wrote:
> On Sun, 4 May 2008, Simeon F. Willbanks wrote:
>
> > $ type pcretest
> > pcretest is /usr/bin/pcretest
> >
> > $ echo $PATH
> > /usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/simeon/bin
>
>
> I would check for pcretest in /usr/kerberos/bin, /usr/local/bin, and
> /bin, though the output from "type pcretest" does look as though it is
> finding it from the right place. What's the date on that file, i.e.
> what's the output from "ls -l /usr/bin/pcretest"? Does it agree with the
> date/time you attempted to install it? (I assume you had permission to
> write to /usr/bin when you did that.)
>
> Philip
>
> --
>
> Philip Hazel
>