RE: ANNOUNCE: Embperl-2.5.0_2

2012-09-10 Thread richter
> > Ok, I eventually found it - actually it's Apache2::Config. I wrote this > little script to get everything: >... > > ... and I don't see anything in there saying what the Apache binary > executable is called (for me it's in > /usr/local/httpd_perl/bin/httpd_perl). So I guess that means it wou

Re: ANNOUNCE: Embperl-2.5.0_2

2012-09-10 Thread Neil Gunton
[email protected] wrote: P.S. Httpd binary. You need to figure out if the httpd binary is stored in Apache:::BuildConfig, than we can use it inside Makefile.PL Ok, I eventually found it - actually it's Apache2::Config. I wrote this little script to get everything: #!/usr/bin/perl -w use stric

Re: ANNOUNCE: Embperl-2.5.0_2

2012-09-10 Thread Neil Gunton
I installed mod_perl 2.0.7 and the Embperl tests seem to make without error now. So 2.0.5 seemed to have a problem, but whatever it was is fixed now in 2.0.7 apparently. Still not sure what to do with Apache::BuildConfig, any hints on what to do there? Thanks, Neil [email protected] wrote:

Re: ANNOUNCE: Embperl-2.5.0_2

2012-09-10 Thread Neil Gunton
[email protected] wrote: Hi, which version of mod_perl do you use? Are you able to upgrade it? I had a similar issue with mod_perl 2.0.4 Server reports Apache/2.2.22 (Unix) Embperl/2.5.0_1 mod_ssl/2.2.22 OpenSSL/1.0.1c mod_perl/2.0.5 Perl/v5.14.2 P.S. Httpd binary. You need to figure out if

RE: ANNOUNCE: Embperl-2.5.0_2

2012-09-10 Thread richter
Hi, which version of mod_perl do you use? Are you able to upgrade it? I had a similar issue with mod_perl 2.0.4 Gerald P.S. Httpd binary. You need to figure out if the httpd binary is stored in Apache:::BuildConfig, than we can use it inside Makefile.PL > -Original Message- > From: N

Re: ANNOUNCE: Embperl-2.5.0_2

2012-09-10 Thread Neil Gunton
Hi Gerald, testing your new 2.5.0_2 on Debian Wheezy AMD64, with stock perl 5.14.2, Apache 2.2.22. First of all, during perl Makefile.PL, it asks for the path to start as httpd. It is able to pick up the fact that it is in /usr/local/httpd_perl, which is correct, but I always have to enter the

ANNOUNCE: Embperl-2.5.0_2

2012-09-10 Thread richter
I have just uploaded a release candiate of Embperl 2.5.0. For me it works well with Perl 5.14 and Perl 5.16 and fixes the known problems. Please test and let me know if there are any issues. You can download it from http://www.embperl.org/downloads/Embperl-2.5.0_2.tar.gz Gerald Changes since

RE: Status of Embperl?

2012-09-10 Thread richter
Hi,   we have a project that uses Embperl inside of Catlyst. That’s no problem. I am not the who maintains it, but I will get the necessary modules and post it here. Just give me a few days.   Gerald     From: D K [mailto:[email protected]] Sent: Monday, September 10, 2012 5:26 PM To:

Re: Status of Embperl?

2012-09-10 Thread D K
I would second Kee's point. At $work, (a very large company which has been a heavy user of EmbPerl for years), they are considering switching away (from both Embperl and even Perl). One of the biggest things that was a problem was a lack of a good MVC framework - we had to roll our own, slow an