RE: Embperl::Object and FastCGI?

2004-11-17 Thread Gerald Richter
> > After this fix, we were able to get things mostly working > with fastcgi. > However, we have encountered a problem with forms which use > encoding type 'multipart/form-data'. It seems that the form > data read for the first form submitted re-used to all > subsequent form submissions. > >

RE: warning: static declaration for?? follows non-static on 1.3.6Make

2004-11-17 Thread Gerald Richter
Hi, > > Help. There may be a simple fix to this problem but I am > unable to find anything on the list. > > I am using Perl 5.8.5, Modperl 1.29, Apache 1.3.31, Embperl > 1.3.6. Full build below > Embperl 1.3.6 does not support Perl 5.8.5, either downgrade your Perl to at least 5.8.3 or use E

Re: Sessions get mixed up ?

2004-11-17 Thread Ed Grimm
On Tue, 16 Nov 2004, Stefan Cars wrote: > Ed Grimm wrote: >> On Mon, 15 Nov 2004, Pierre Etchemaite wrote: >>>Le lun 15 nov 2004 18:24:06 CET, Ed Grimm <[EMAIL PROTECTED]> >>>a écrit : >>> >Apache::Session generates the id by doing a md5 hash on a random >number (time () . {} . Rand() . $$

warning: static declaration for?? follows non-static on 1.3.6 Make

2004-11-17 Thread Ian VanDerPoel
Help. There may be a simple fix to this problem but I am unable to find anything on the list. I am using Perl 5.8.5, Modperl 1.29, Apache 1.3.31, Embperl 1.3.6. Full build below [EMAIL PROTECTED]:~/download/HTML-Embperl-1.3.6> ~/usr/perl/bin/perl Makefile.PL Build with support for Apache mod_perl

Re: Embperl::Object and FastCGI?

2004-11-17 Thread Doug Rayner
After this fix, we were able to get things mostly working with fastcgi. However, we have encountered a problem with forms which use encoding type 'multipart/form-data'. It seems that the form data read for the first form submitted re-used to all subsequent form submissions. I know that Embperl us