Return-Path: Delivered-To: apmail-perl-embperl-archive@www.apache.org Received: (qmail 42414 invoked from network); 10 Aug 2004 12:10:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 10 Aug 2004 12:10:07 -0000 Received: (qmail 99084 invoked by uid 500); 10 Aug 2004 12:10:05 -0000 Delivered-To: apmail-perl-embperl-archive@perl.apache.org Received: (qmail 98961 invoked by uid 500); 10 Aug 2004 12:10:01 -0000 Mailing-List: contact embperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list embperl@perl.apache.org Received: (qmail 98948 invoked by uid 99); 10 Aug 2004 12:10:01 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [203.7.148.120] (HELO madcow.inodes.org) (203.7.148.120) by apache.org (qpsmtpd/0.27.1) with ESMTP; Tue, 10 Aug 2004 05:09:58 -0700 Received: from localhost (localhost [127.0.0.1]) by madcow.inodes.org (Postfix) with ESMTP id 433053CCC; Tue, 10 Aug 2004 20:41:18 +1000 (EST) Received: from dolly.pasture.com.au (dolly.pasture.com.au [10.0.128.103]) by madcow.inodes.org (Postfix) with ESMTP id D285A3CC9; Tue, 10 Aug 2004 20:41:04 +1000 (EST) Received: from localhost ([127.0.0.1] helo=dolly.pasture.com.au) by dolly.pasture.com.au with esmtp (Exim 3.36 #1 (Debian)) id 1BuV5m-0003fP-00; Tue, 10 Aug 2004 21:46:58 +1000 Date: Tue, 10 Aug 2004 21:46:50 +1000 Message-ID: <878ycn9pw5.wl@dolly.pasture.com.au> From: Angus Lees To: Neil Gunton Cc: embperl Subject: Re: Problems with 1.3.6, Slackware 10, Perl 5.8.4 In-Reply-To: <41178347.349D8C41@nilspace.com> References: <41178347.349D8C41@nilspace.com> Mail-Followup-To: embperl User-Agent: Wanderlust/2.10.1 (Watching The Wheels) XEmacs/21.4 (Security Through Obscurity) Mail-Copies-To: never MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by AMaViS new-20020517 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N At Mon, 09 Aug 2004 08:59:35 -0500, Neil Gunton wrote: > #116 opmask/opmasktrap.htm... > Error in Line 7 > Is: >[2689]ERR: 24: Error in Perl code: (in cleanup) 'iteration finalizer' trapped by operation mask at test/html/opmask/opmasktrap.htm line 212.

< > Should: >\[.*?\]ERR\: 24\: Error in Perl code\: \(in cleanup\) iteration finalizer trapped by operation mask< Thats just a change in perl error message (note the new quotes) - harmless. > #64 upload.htm... > Error in Line 17 > Is: >----------< > Should: >f1=abc1< This is due to a change in CGI.pm and means file uploads won't work until you apply a hack to keep the CGI object around. See my Debian patches (search list archive for URL and details) for both fixes. > root@tex:/usr/src/HTML-Embperl-1.3.6# > [3 startapache.txt ] > root@tex:/usr/src/HTML-Embperl-1.3.6# /usr/local/httpd_perl/bin/apachectl_perl start > Constant subroutine HTML::Embperl::dbgAll redefined at /usr/lib/perl5/5.8.4/constant.pm line 108. [...] This used to happen with old mod_perl versions, I haven't noticed it for a long time. I wonder if this is normally hidden somehow, but the later error causes it to be printed? > Syntax error on line 968 of /usr/local/httpd_perl/conf/httpd.conf: > Can't locate Embperl/Object.pm in @INC (@INC contains: /www/lib/perl /usr/lib/perl5/5.8.4/i486-linux /usr/lib/perl5/5.8.4 /usr/lib/perl5/site_perl/5.8.4/i486-linux /usr/lib/perl5/site_perl/5.8.4 /usr/lib/perl5/site_perl . /usr/local/httpd_perl/ /usr/local/httpd_perl/lib/perl) at /www/lib/perl/startup.pl line 36. > BEGIN failed--compilation aborted at /www/lib/perl/startup.pl line 36. > Compilation failed in require at (eval 4) line 1. Doesn't sound good - no idea whats wrong here. I presume Embperl/Object.pm does actually exist in one of those directories? -- - Gus --------------------------------------------------------------------- To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org For additional commands, e-mail: embperl-help@perl.apache.org