Hi,

This looks like escaping is not enabled, which might be in turn due to
problems parsing the httpd.conf. Could you run

 make test TESTARGS="-h --cfgdebug"

This should show the httpd.conf parsing on the screen and the second part in
the test/tmp/httpd.err.log

Gerald


---------------------------------------------------------------------------
Gerald Richter            ecos electronic communication services gmbh
IT-Securitylösungen * Webapplikationen mit Apache/Perl/mod_perl/Embperl

Post:       Tulpenstrasse 5          D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]          Voice:   +49 6133 939-122
WWW:        http://www.ecos.de/      Fax:     +49 6133 939-333
---------------------------------------------------------------------------
ECOS BB-5000 Firewall- und IT-Security Appliance: www.bb-5000.info
---------------------------------------------------------------------------

  

> -----Original Message-----
> From: Pete Moran [mailto:[EMAIL PROTECTED] 
> Sent: Friday, September 01, 2006 10:26 AM
> To: Gerald Richter
> Cc: embperl@perl.apache.org
> Subject: Re: Not recognising httpd.conf params
> 
> Hi Gerald,
> 
> Got a little further, but ran into a few problems worth noting.
> 
> 1)  Have had this documented before, but worth noting, OS X 
> creates Embperl.bundle instead of Embperl.so, so the 
> Embperl.bundle needs to be copied to the Embperl.so for the 
> test to continue.
> 2)  I got problems with grabbing the mutex when starting the 
> apache, I had a similar problem earlier on my apache build 
> (error is [emerg] (13)Permission denied: couldn't grab the 
> accept mutex).  This can be solved by adding 'AcceptMutex 
> flock' to the httpd confs in the test suite.
> 
> However it still fails quite nastily, please see the 
> following errors, Gerald you need any other output to debug ?
> 
> Regards
> 
> Pete
> 
> #4 plain.htm...               ERR:Internal Server Error
> Input:          test/html/plain.htm
> Output:         test/tmp/out.htm
> Log:            test/tmp/test.log
> Testparameter:
>   repeat = 3
> 
>  ERRORS detected! NOT all tests have been passed successfully
> 
> 
> Found unexpected output in httpd errorlog:
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Number found where operator expected at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 
> 50, near "<BR> 6"
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: \t(Missing operator before  6?) [Fri Sep 01 
> 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in Perl code: 
> Bareword found where operator expected at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 
> 51, near "/font> &nbsp;&nbsp; + 0 ));\n#line 51 "/Users"\n  
> (Might be a runaway multi-line // string starting on line 50) 
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: \t(Missing operator before Users?) [Fri Sep 01 
> 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in Perl code: 
> Unquoted string "moranp" may clash with future reserved word 
> at /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 51.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "installs" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 51.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "test" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 51.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "html" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 51.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "plain" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 51.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "htm" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 51.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: String found where operator expected at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 
> 52, near "htm"\n_ep_rp(93,scalar(""\n  (Might be a runaway 
> multi-line "" string starting on line 51) [Fri Sep 01 
> 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in Perl code: 
> Bareword found where operator expected at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 
> 52, near ""\n_ep_rp(93,scalar("SELECT"
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: \t(Missing operator before SELECT?) [Fri Sep 01 
> 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in Perl code: 
> Bareword found where operator expected at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 
> 52, near "<br> FROM"
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: \t(Missing operator before FROM?) [Fri Sep 01 
> 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in Perl code: 
> String found where operator expected at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 
> 53, near "<; Hi There>" ));\n#line 56 ""\n  (Might be a 
> runaway multi-line "" string starting on line 52) [Fri Sep 01 
> 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in Perl code: 
> \t(Missing operator before " ));\n#line 56 "?) [Fri Sep 01 
> 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in Perl code: 
> Unquoted string "moranp" may clash with future reserved word 
> at /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 53.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "installs" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 53.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "test" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 53.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "html" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 53.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "plain" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 53.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "htm" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 53.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: String found where operator expected at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 
> 54, near "htm"\n_ep_rp(96,scalar(""\n  (Might be a runaway 
> multi-line "" string starting on line 53) [Fri Sep 01 
> 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in Perl code: 
> Bareword found where operator expected at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 
> 54, near ""\n_ep_rp(96,scalar("SELECT"
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: \t(Missing operator before SELECT?) [Fri Sep 01 
> 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in Perl code: 
> String found where operator expected at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 
> 55, near "<; Hi There>" ));\n#line 60 ""\n  (Might be a 
> runaway multi-line "" string starting on line 54) [Fri Sep 01 
> 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in Perl code: 
> \t(Missing operator before " ));\n#line 60 "?) [Fri Sep 01 
> 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in Perl code: 
> Unquoted string "moranp" may clash with future reserved word 
> at /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 55.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "installs" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 55.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "test" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 55.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "html" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 55.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "plain" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 55.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "htm" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 55.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: String found where operator expected at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 
> 60, near "htm"\n$_ep_node=98;{\n$e = 2 # here is a perl 
> comment \n;}\n _ep_cp(5) ;\n#line 61 ""\n  (Might be a 
> runaway multi-line "" string starting on line 55) [Fri Sep 01 
> 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in Perl code: 
> Unquoted string "moranp" may clash with future reserved word 
> at /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 60.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "installs" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 60.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "test" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 60.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "html" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 60.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "plain" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 60.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "htm" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 60.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: String found where operator expected at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 
> 62, near "htm"\n_ep_rp(102,scalar($d = $e &lt; 6 ));\n#line 
> 65 ""\n  (Might be a runaway multi-line "" string starting on 
> line 60) [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  
> Warning in Perl code: Unquoted string "moranp" may clash with 
> future reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 62.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "installs" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 62.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "test" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 62.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "html" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 62.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "plain" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 62.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "htm" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 62.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: String found where operator expected at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 
> 64, near "htm"\n_ep_rp(105,scalar($a ));\n#line 66 ""\n  
> (Might be a runaway multi-line "" string starting on line 62) 
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "moranp" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 64.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "installs" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 64.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "test" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 64.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "html" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 64.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "plain" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 64.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "htm" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 64.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: String found where operator expected at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 
> 66, near "htm"\n_ep_rp(108,scalar($b ));\n#line 67 ""\n  
> (Might be a runaway multi-line "" string starting on line 64) 
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "moranp" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 66.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "installs" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 66.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "test" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 66.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "html" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 66.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "plain" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 66.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "htm" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 66.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: String found where operator expected at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 
> 68, near "htm"\n_ep_rp(111,scalar($c ));\n#line 68 ""\n  
> (Might be a runaway multi-line "" string starting on line 66) 
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "moranp" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 68.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "installs" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 68.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "test" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 68.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "html" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 68.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "plain" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 68.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "htm" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 68.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: String found where operator expected at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 
> 70, near "htm"\n_ep_rp(114,scalar($d ));\n#line 69 ""\n  
> (Might be a runaway multi-line "" string starting on line 68) 
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "moranp" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 70.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "installs" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 70.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "test" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 70.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "html" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 70.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "plain" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 70.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "htm" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 70.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: String found where operator expected at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 
> 72, near "htm"\n_ep_rp(117,scalar($e ));\n#line 71 ""\n  
> (Might be a runaway multi-line "" string starting on line 70) 
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "moranp" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 72.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "installs" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 72.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "test" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 72.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "html" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 72.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "plain" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 72.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "htm" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 72.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: String found where operator expected at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 
> 74, near "htm"\n_ep_rp(120,scalar(ord($/) ));\n#line 73 ""\n  
> (Might be a runaway multi-line "" string starting on line 72) 
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "moranp" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 74.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "installs" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 74.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "test" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 74.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "html" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 74.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "plain" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 74.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "htm" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 74.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: String found where operator expected at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 
> 83, near 
> "htm"\n$_ep_node=122;{\n=pod\n\nblabla\n\n=cut\n;}\n#_ep_cp(6)
>  ;\n#line 79 ""\n  (Might be a runaway multi-line "" string 
> starting on line 74) [Fri Sep 01 09:24:40 2006] [warn] 
> [1474]ERR:  32:  Warning in Perl code: Unquoted string 
> "moranp" may clash with future reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 83.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "installs" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 83.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "test" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 83.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "html" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 83.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "plain" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 83.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: Unquoted string "htm" may clash with future 
> reserved word at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 83.
> [Fri Sep 01 09:24:40 2006] [warn] [1474]ERR:  32:  Warning in 
> Perl code: String found where operator expected at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 
> 83, at end of line [Fri Sep 01 09:24:40 2006] [warn] 
> [1474]ERR:  32:  Warning in Perl code: \t(in cleanup) Can't 
> find string terminator '"' anywhere before EOF at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 83.
> [Fri Sep 01 09:24:40 2006] [error] [1474]ERR:  24:  Error in 
> Perl code: syntax error at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 
> 50, near "<BR> 6"\n\t(in cleanup) Can't find string 
> terminator '"' anywhere before EOF at 
> /Users/moranp/installs/Embperl-2.2.0/test/html/plain.htm line 83.
> make: *** [test_dynamic] Error 1
> 
> Gerald Richter wrote: 
> 
>       Hi Pete,
>       
>         
> 
>               Sorry for late reply, I tried the whole thing 
> again and now 
>               get this when make test
>               
>               I have added the updates from the other Mac 
> users on the list 
>               by updating the eputil.c and adding the 
>               
>               #define __BSD_VISIBLE 1 (thanks Brian)
>               
>               
>               However it still fails on the make test
>               #232 rtf/rtfmeta.asc...  
>               
>                   
> 
>       
>       I guess this is simply a problem of make test and not 
> of Embperl itself,
>       because Mac uses \r instead of \n for line endings.
>       
>       Please try
>       
>        make test TESTARGS="-i"
>       
>       The it will continue after the error. If this is the 
> only test that fails,
>       it's ok to install and use it.
>       
>       Gerald
>       
>       
>        
>       ** Virus checked by BB-5000 Mailfilter ** 
>       
>       
>       
>       
>         
> 
> 
> 
> ** Virus checked by BB-5000 Mailfilter ** 
> !DSPAM:44f7eec422731637412634!
> 
> 



** Virus checked by BB-5000 Mailfilter **


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to