Re: [perl #59112] Failing test in t/examples/library.t

2008-11-24 Thread Carl Mäsak
James (>): > Can you report what results you are currently getting when you run: > prove -v t/examples/library.t ? $ prove -v t/examples/library.t t/examples/library.t 1..4 ok 1 - examples/library/getopt_demo.pir ok 2 - examples/library/md5sum.pir 7.7 Failed to load libpcre current instr.: 'pa

Re: [perl #59112] Failing test in t/examples/library.t

2008-10-04 Thread NotFound
>> Your point is very interesting. However, if you believe this issue >> merits more extended discussion, I would recommend you open up a new RT >> ticket, perhaps in the [RFC] category (or [RFP] or whatever it's called). >> >> I would like to keep the discussion in *this* RT focused on the issues

Re: [perl #59112] Failing test in t/examples/library.t

2008-10-01 Thread NotFound
>> > 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. >> >> That makes sense. Can we change the config test to link against a > dynamic >> pcre

Re: [perl #59112] Failing test in t/examples/library.t

2008-10-01 Thread chromatic
On Wednesday 01 October 2008 13:43:37 NotFound wrote: > > auto::pcre - Does your platform support > > pcreyes, 6.7. > > > > With this version installed, I could not reproduce the error you > > reported. See: > > http://smolder.plusthree.com/app/public_projects/tap_stream/

Re: [perl #59112] Failing test in t/examples/library.t

2008-10-01 Thread NotFound
> auto::pcre - Does your platform support > pcreyes, 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 in

Re: [perl #59112] Failing test in t/examples/library.t

2008-09-30 Thread Carl Mäsak
James (>): > Let's start with an elementary question: What does Configure.pl say for > you at this step: > > auto::pcre - Does your platform support pcre auto::pcre - Does your platform support pcreyes, 7.7. // Carl