RE: Embperl 2.0rc4 ?

2005-05-24 Thread Gerald Richter
> > Could someone create the final version of this. I am trying > to set up an Apache 2.0.54 server with mod_perl 2.0.0-RC6 and > apparently I need the fixes that go along with the new mod_perl. > I have some trouble with old Apache's and this version, but not enought time to fix it yet (beca

RE: Subroutine Inheritance

2005-05-24 Thread Gerald Richter
> > I want to set up a method accessed from the request object > that will allow me the option to create a page title based on > the path to the page. What I was thinking was: > In your page you say [! Execute ({isa => 'title.epl'}) !] In your title.epl you say [! Execute ({isa => '../titl

RE: Embperl 2 for Apache 2 on SUSE Linux 9.3

2005-05-24 Thread Gerald Richter
> > > Alas, Novell doesn't include Embperl with its distribution. It does > > however have Apache 2 and mod_perl 2. How dificult is it to get > > Embperl 2 to run on top of that? > > SUSE 9.3 with apache2, apache2-devel. mod_perl 2 and either > apache-prefork or apache-worker doesn't seem to l

RE: Embperl v. 2.0rc3 and Apache v. 2.0.54/mod_perl v. 2.0.0-RC5

2005-05-24 Thread Gerald Richter
Hi! > > What kind of consequences does this mean for upgrading mod_perl2 and > Embperl2 on current installations ? > Inside Embperl nothing will change, but as far as you use any Apache:: objects, you have to rename Apache:: to Apache2:: all over the place. See http://perl.apache.org/docs/2.0/re

RE: Empty fdat

2005-05-24 Thread Gerald Richter
> > There is no behavior changes even if I put "LoadModule > embperl_module..." > in the httpd.conf. The behavior is same even if I compile > EmbPerl with or without mod_perl support, but in both case > the Execute is called from a modperl script. > Could you try to run with the mod_perl opt

Re: Embperl 2 for Apache 2 on SUSE Linux 9.3

2005-05-24 Thread Aare Vesi
Kaare Rasmussen wrote: # make test If I ignore the test and just make install, it sort of works. Strange thing is that EMBPERL_APPNAME freemoney EMBPERL_OBJECT_BASE base.tepl EMBPERL_URIMATCH "\.htm.?|\.epl$" EMBPERL_SESSION_HANDLER_CLASS "no" EMBPERL_FILESMATCH "\.htm.?|\.epl$"

Embperl 2.0rc4 ?

2005-05-24 Thread David Meleedy
Could someone create the final version of this. I am trying to set up an Apache 2.0.54 server with mod_perl 2.0.0-RC6 and apparently I need the fixes that go along with the new mod_perl. I can't use CVS because of our firewall, so a packaged up version of Embperl that works with the new mod_perl

Subroutine Inheritance

2005-05-24 Thread Derrick Spell
I want to set up a method accessed from the request object that will allow me the option to create a page title based on the path to the page.  What I was thinking was:/base.epl[! sub title { print OUT "Company"; } !][- $req = shift -][- $req->title() -]/title.epl[! sub title { print OUT " "; } !]/

Re: Embperl 2 for Apache 2 on SUSE Linux 9.3

2005-05-24 Thread Kaare Rasmussen
> # make test If I ignore the test and just make install, it sort of works. Strange thing is that EMBPERL_APPNAME freemoney EMBPERL_OBJECT_BASE base.tepl EMBPERL_URIMATCH "\.htm.?|\.epl$" EMBPERL_SESSION_HANDLER_CLASS "no" EMBPERL_FILESMATCH "\.htm.?|\.epl$" results in a startup mess