You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by Gerald Richter <ri...@ecos.de> on 2000/05/04 14:04:41 UTC

Re: embperl 1.3b3 make test fails at #68

> Is this by chance a known issue?
>
> make test:
> >#67 stdout/stdout.htm...      ok
> >#68 nochdir/nochdir.htm...

I have seen this one time before. It seems to occur only on a specifiy
version of solaris. It's not a problem, it just means, that the current
working directory, when a request starts by Apache, is other then Embperl
expect it. In nearly all situations this doesn't matter. (only if you set
optDisableChdir in EMBPERL_OPTIONS it may make a difference)

Gerald

P.S. Support for Embperl is via the embperl mailing list
(embperl@perl.apache.org)

> >Error in Line 14
> >Is:     >Equal: No<BR><
> >Should: >Equal: Yes<BR><
> >Input:          test/html/nochdir/nochdir.htm
> >Output:         test/tmp/out.htm
> >Compared to:    test/cmp/nochdir.htm
> >Log:            test/tmp/test.log
> >
> >  ERRORS detected! NOT all test have been passed successfully
>
> Embperl 1.3b3, Perl 5.600, Solaris 2.6+patches, gcc 2.95. Apache
> 1.3.9. modperl 1.22.
>
> thanks,
> -- Mike
>
> ps - (cosmetic) I also noticed
> >Testing Execute function...
> >
> >div.htm from file...          ok
> >div.htm from memory...        ok
> >div.htm to memory...          ok
> >div.htm from/to memory...     ok
> >error.htm to memory...        ok
> >Use of uninitialized value in concatenation (.) at (eval 1249) line 69.
>
> -- Mike
>