Re: Embperl BETA 2.4.0 is available

2010-07-01 Thread Michael Smith
On Thu, Jul 1, 2010 at 4:55 PM, Michael Stevens wrote: > Gerald, > > It would be great to have a new release of Embperl, I wholeheartedly second this sentiment! - To unsubscribe, e-mail: embperl-unsubscr...@perl.apache.org For a

Re: Embperl BETA 2.4.0 is available

2010-07-01 Thread Michael Stevens
Gerald, It would be great to have a new release of Embperl, how's 2.4 going? On 19/03/10 05:44, Gerald Richter - ECOS wrote: Hi, after a very long time of I am very happy to announce the next beta release of Embperl. It is available for download and testing at http://www.embperl.org/downloa

RE: Embperl BETA 2.4.0 is available

2010-04-19 Thread Marcus Doemling
Ok I found something and this is strange. If I replace LoadModule embperl_module libexec/apache2/Embperl.so with LoadModule embperl_module "/Users/marcus/src/Embperl-2.4.0_2/blib/arch/auto/Embperl/Embperl.bundle" then the embperl configuration settings are honored. To dig into this

RE: Embperl BETA 2.4.0 is available

2010-04-19 Thread Gerald Richter - ECOS
ction they are   Gerald     From: Brett @Google [mailto:brett.maxfi...@gmail.com] Sent: Monday, April 19, 2010 7:27 AM To: Marcus Doemling Cc: embperl@perl.apache.org Subject: Re: Embperl BETA 2.4.0 is available   Have you tried adding "Embperl_UseEnv on" before the section ? P

RE: Embperl BETA 2.4.0 is available

2010-04-19 Thread Gerald Richter - ECOS
I suggest setting EMBPERL_LOG to -1 and take a look at the embperl.log file. That might shed some light what is going on here   Gerald     From: Marcus Doemling [mailto:md7...@hotmail.com] Sent: Monday, April 19, 2010 1:34 AM To: embperl@perl.apache.org Subject: RE: Embperl BETA 2.4.0 is

Re: Embperl BETA 2.4.0 is available

2010-04-18 Thread Brett @Google
Have you tried adding "Embperl_UseEnv on" before the section ? Personally i found it confusing wether i should prefix PerlSetEnv or not. I guess some of the EMPERL_* options are apache directives, and some are not. But I presume that the ones inside a section which has "Perlhandler Embperl::Objec

RE: Embperl BETA 2.4.0 is available

2010-04-18 Thread Marcus Doemling
I think there is another issue on the Mac. It seems I cannot get it to recognize the configuration parameters in httpd.conf on the Mac. My conf is as follows: LoadModule perl_module libexec/apache2/mod_perl.so LoadModule embperl_module libexec/apache2/Embperl.so PerlModule Embperl AddT

RE: Embperl BETA 2.4.0 is available

2010-04-18 Thread Marcus Doemling
Yes, the tests succeed. "All tests have been passed successfully!". Thanks, Marcus Subject: RE: Embperl BETA 2.4.0 is available From: gerald.rich...@ecos.de To: md7...@hotmail.com; embperl@perl.apache.org Date: Wed, 14 Apr 2010 05:46:39 +0200 Hi, thanks for th

RE: Embperl BETA 2.4.0 is available

2010-04-13 Thread Gerald Richter - ECOS
test/conf/httpd.min.conf.src   make test TESTARGS=”-h”   Does this succeed?   Gerald     From: Marcus Doemling [mailto:md7...@hotmail.com] Sent: Tuesday, April 13, 2010 8:23 PM To: embperl@perl.apache.org Subject: RE: Embperl BETA 2.4.0 is available   I installed this on my iMac (Snow

RE: Embperl BETA 2.4.0 is available

2010-04-13 Thread Marcus Doemling
I installed this on my iMac (Snow Leopard 10.6.3). Needed a minor fix to make it work. Here's some info: make test TESTARGS="-i" gives the following errors: #241 rtf/rtfmeta.asc... [-1][2455]ERR: 24: Error in Perl code: syntax error at /Users/marcus/Src/Embperl-2.4.0_2/test/html/rtf/

RE: Embperl BETA 2.4.0 is available

2010-03-23 Thread Gerald Richter - ECOS
Michael Stevens; embperl@perl.apache.org > Subject: Re: Embperl BETA 2.4.0 is available > > Hello! > > On 20.03.2010 16:38, Gerald Richter - ECOS wrote: > > could you please try if the following patch solves the problem? > > > > --- test.pl (revision 925098) &

Re: Embperl BETA 2.4.0 is available

2010-03-21 Thread Michael Stevens
On 21 March 2010 10:41, Aare Vesi wrote: > Hello! > > On 20.03.2010 16:38, Gerald Richter - ECOS wrote: >> could you please try if the following patch solves the problem? >> >> --- test.pl     (revision 925098) >> +++ test.pl     (working copy) >> @@ -1756,6 +1756,7 @@ >>             !($_ =~ /SES\

Re: Embperl BETA 2.4.0 is available

2010-03-21 Thread Michael Stevens
gt; > >> -Original Message- >> From: Aare Vesi [mailto:aare.li...@myrien.com] >> Sent: Friday, March 19, 2010 12:17 PM >> To: Gerald Richter - ECOS >> Cc: embperl@perl.apache.org >> Subject: Re: Embperl BETA 2.4.0 is available >> >> Hell

Re: Embperl BETA 2.4.0 is available

2010-03-21 Thread Aare Vesi
Hello! On 20.03.2010 16:38, Gerald Richter - ECOS wrote: > could you please try if the following patch solves the problem? > > --- test.pl (revision 925098) > +++ test.pl (working copy) > @@ -1756,6 +1756,7 @@ > !($_ =~ /SES\:/) && > !($_ =~ /gcache started/) && >

RE: Embperl BETA 2.4.0 is available

2010-03-20 Thread Gerald Richter - ECOS
S > Cc: embperl@perl.apache.org > Subject: Re: Embperl BETA 2.4.0 is available > > Hello! > > On 19.03.2010 7:44, Gerald Richter - ECOS wrote: > > after a very long time of I am very happy to announce the next beta > release of Embperl. > > It is available for dow

Re: Embperl BETA 2.4.0 is available

2010-03-19 Thread Michael Stevens
I see "all tests have been passed succesfully" and the warnings are only displayed once. On 19 March 2010 12:22, Gerald Richter - ECOS wrote: > >> >> [-1]ap_get_server_description() not available until httpd/2.2.4 falling >> back to ap_get_server_version() at >> /usr/lib/perl5/5.8.5/i386-linux-th

RE: Embperl BETA 2.4.0 is available

2010-03-19 Thread Gerald Richter - ECOS
> > [-1]ap_get_server_description() not available until httpd/2.2.4 falling > back to ap_get_server_version() at > /usr/lib/perl5/5.8.5/i386-linux-thread-multi/XSLoader.pm line 92. >... Could you please run make test TESTARGS="-i" and let me know if there are any other errors and if you see

Re: Embperl BETA 2.4.0 is available

2010-03-19 Thread Aare Vesi
Hello! On 19.03.2010 7:44, Gerald Richter - ECOS wrote: > after a very long time of I am very happy to announce the next beta release > of Embperl. > It is available for download and testing at > http://www.embperl.org/downloads/Embperl-2.4.0_2.tar.gz > It would be great if you can test it out, e

Re: Embperl BETA 2.4.0 is available

2010-03-19 Thread Michael Stevens
We will try things out on Redhat 5 soon. On 19 March 2010 09:30, Chris Denman wrote: > That sounds great. > I tend to purchase small virtual servers on a job by job basis and have > always had a nightmare getting Embperl to work. > I will buy a new virtual server today, running Centos 5 and Plesk

Re: Embperl BETA 2.4.0 is available

2010-03-19 Thread Chris Denman
That sounds great. I tend to purchase small virtual servers on a job by job basis and have always had a nightmare getting Embperl to work. I will buy a new virtual server today, running Centos 5 and Plesk. I don't really use Plesk, but it's hard to come by a virtual server that doesn't run such