Re: Linux/Apache2 build errors

2006-04-24 Thread Steve Sapovits
I'm still trying to solve this one. A bit more info ... Here's 'uname -a' output from the system it fails on: Linux secdevfdsapp01.gspt.net 2.4.21-32.ELhugemem #1 SMP Fri Apr 15 21:04:31 EDT 2005 i686 athlon i386 GNU/Linux I see some issues similar to this one related to other Apache-relat

Re: panic: memory wrap at lib//Embperl.pm line 108.

2006-04-24 Thread Daniel
On Sat, Apr 22, 2006 at 07:22:55PM -0700, Daniel wrote: > I've compiled Embperl 2.2.0 on FreeBSD 6.0-STABLE without using support > for mod_perl and XALAN. > > I compiled it successfully running gmake. > > make test failed with: > > PERL_DL_NONLAZY=0 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test

Re: RE: escmode question

2006-04-24 Thread Daniel
On Mon, Apr 24, 2006 at 05:29:14AM +0200, Gerald Richter wrote: > > > > I'm running very basic embperl through my httpd using > > embpexec.pl to parse any .epl scripts. > > > > I tried using embpexec.pl -o 16 also, but that failed to work as well. > > > > Needs to be > > embpexec.pl -t 16 >

apache/1.3.6 to lighttpd/2.2.0 issues

2006-04-24 Thread Daniel
I'm moving things around, and since I'm doing that anyway, I decided to move to 2.2.0. Now I'm seeing something rather unexpected: Here's my epl file (I used the example from: http://perl.apache.org/embperl/pod/doc/Embperl.-page-3-.htm#sect_2) - @arr = (1, 3, 5) -] [$ foreach $v @arr $] [+ $v +]

Re: apache/1.3.6 to lighttpd/2.2.0 issues

2006-04-24 Thread Daniel
On Mon, Apr 24, 2006 at 11:18:24AM -0700, Daniel wrote: > I'm moving things around, and since I'm doing that anyway, I decided to > move to 2.2.0. Now I'm seeing something rather unexpected: > > Here's my epl file (I used the example from: > http://perl.apache.org/embperl/pod/doc/Embperl.-page-3-.

RE: Linux/Apache2 build errors

2006-04-24 Thread Gerald Richter
> > If anyone has any ideas, no matter how remote, let me know. > Did you build Apache, Perl and mod_perl on your own or did you use any RPM's from RedHat? Does make test of mod_perl work for you? Gerald ** Virus checked by BB-5000 Mailfilter ** -

RE: RE: escmode question

2006-04-24 Thread Gerald Richter
> > > > Needs to be > > > > embpexec.pl -t 16 > > > > There is an error in the docs. The -o options is given twice... > > nice! thanks. update docs? :) > Already online, see http://perl.apache.org/embperl/pod/doc/Config.-page-1-.htm#sect_3 Gerald ** Virus checked by BB-5000 Mailfilter **

RE: apache/1.3.6 to lighttpd/2.2.0 issues

2006-04-24 Thread Gerald Richter
> > I'm moving things around, and since I'm doing that anyway, I > decided to move to 2.2.0. Now I'm seeing something rather unexpected: > > Here's my epl file (I used the example from: > http://perl.apache.org/embperl/pod/doc/Embperl.-page-3-.htm#sect_2) > > - @arr = (1, 3, 5) -] > [$ foreach

RE: panic: memory wrap at lib//Embperl.pm line 108.

2006-04-24 Thread Gerald Richter
> > I've compiled Embperl 2.2.0 on FreeBSD 6.0-STABLE without using > > support for mod_perl and XALAN. > > > > I compiled it successfully running gmake. > > > > make test failed with: > > > > PERL_DL_NONLAZY=0 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl > > > > loading...

cookie troubles -> apache/1.3.6 to lighttpd/2.2.0 issues

2006-04-24 Thread Daniel
> > I'm running this with cgi with lighttpd. Since I couldn't get > > anythign at all working with embpcgi.pl, I removed the line > > causing embpexec.pl to die if used as CGI script, and all > > other aspects of it appear to be fine. I did that approach > > because I don't know if there's an a

Re: cookie troubles -> apache/1.3.6 to lighttpd/2.2.0 issues

2006-04-24 Thread Daniel
On Mon, Apr 24, 2006 at 03:17:52PM -0700, Daniel wrote: > > > I'm running this with cgi with lighttpd. Since I couldn't get > > > anythign at all working with embpcgi.pl, I removed the line > > > causing embpexec.pl to die if used as CGI script, and all > > > other aspects of it appear to be fin

Re: Linux/Apache2 build errors

2006-04-24 Thread Steve Sapovits
Gerald Richter wrote: Did you build Apache, Perl and mod_perl on your own or did you use any RPM's from RedHat? Does make test of mod_perl work for you? I built them all and all are working fine. -- Steve Sapovits [EMAIL PROTECTED] --