build bug?

2004-08-20 Thread troy d. straszheim
Hi embperl: I'm trying to get file upload working on a gentoo box. I've built apache/perl/modperl and installed Embperl via perl -MCPAN -e shell. The only symptoms that I'm seeing are that $fdat{filetoupload} is not a valid filehandle (when you break up the upload code to something like) L

RE: build bug?

2004-08-20 Thread Gerald Richter
> #12 error.htm... > > Expected 4 more error(s) in logfile > This is a problem with the changes in the format of the error of Apache. It is already solved in the current CVS version, which will be release soon as 2.0pre1. For now just go to the Embperl installation directory and say make test T

Re: build bug?

2004-08-20 Thread troy d. straszheim
Na, danke for the swift reply... Yes, forcing installation is no problem, and everything seems to work fine, except for the file upload issue. .epl pages are correctly generated u.s.w... But somehow %fdat{uploadfilename}, as in the file upload examples, has no valid filehandle associated with

RE: build bug?

2004-08-20 Thread Gerald Richter
> > ERR: 24: Error in Perl code: bytes not defined: Bad file > descriptor at ... > Does the upload test succeed, when you run make test TESTARGS="-i" Gerald - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

Re: build bug?

2004-08-20 Thread troy d. straszheim
Sorry I didn't understand the first time, again thanks for the help. Here's the output: #65 upload.htm... Error in Line 17 Is: >--< Should: >f1=abc1< -t On Aug 20, 2004, at 5:28 PM, Gerald Richter wrote: ERR: 24: Error in Perl code: bytes not defined: Bad file descriptor at ... Does t

changing to working directory of embperl files in 2.0?

2004-08-20 Thread Dan Lenski
Hi, I'm using Embperl 2.0 under Debian. I just switched from 1.3. Is there a way to get the old behavior of having Embperl switch into the working directory of a file that it processes? My problem is that I like to use perl modules from the same directory as the file and this won't work now: [

Re: build bug?

2004-08-20 Thread Angus Lees
At Fri, 20 Aug 2004 13:21:34 +0200, troy d. straszheim wrote: > I'm trying to get file upload working on a gentoo box. I've built > apache/perl/modperl and installed Embperl via perl -MCPAN -e shell. > The only symptoms that I'm seeing are that > $fdat{filetoupload} is not a valid filehandle H