RE: Installing Embperl 2.4 on Debian Squeeze / Embperl 2.5 development snapshot for Perl 5.14

2012-03-27 Thread richter
I guess the test is using the wrong httpd or mod_perl. Makefile.PL shows which Apache Modules and paths are used or you can take a look at test/conf/config.pl and verify that the correct mod_perl is loaded. I am sure there is some version mismatch Gerald P.S. I am out of office for the next da

Re: Installing Embperl 2.4 on Debian Squeeze / Embperl 2.5 development snapshot for Perl 5.14

2012-03-27 Thread Neil Gunton
[email protected] wrote: Apache2::ServeRec i spart of mod_perl 2 and should be already installed, if mod_perl is installed. Of course you have to figure out why Apache2::ServerRec is missing on your System I found it installed under /root/perl5/lib/perl5/x86_64-linux-gnu-thread-multi/Apache2/S

RE: Installing Embperl 2.4 on Debian Squeeze / Embperl 2.5 development snapshot for Perl 5.14

2012-03-27 Thread richter
Hi, > > Hi Gerald, this is better - but it still fails eventually due to not finding > Apache2::ServerRec. See output below. Is this something I need to install > separately? Or should it already have been installed as part of the > installation > of mod_perl? > Apache2::ServeRec i spart of mod

Re: Installing Embperl 2.4 on Debian Squeeze / Embperl 2.5 development snapshot for Perl 5.14

2012-03-27 Thread Neil Gunton
[email protected] wrote: make test TESTARGS="-i" Hi Gerald, this is better - but it still fails eventually due to not finding Apache2::ServerRec. See output below. Is this something I need to install separately? Or should it already have been installed as part of the installation of mod_perl?

RE: Installing Embperl 2.4 on Debian Squeeze / Embperl 2.5 development snapshot for Perl 5.14

2012-03-27 Thread richter
Hi Neil, what happens if you run make test TESTARGS="-i" Gerald > -Original Message- > From: Neil Gunton [mailto:[email protected]] > Sent: Tuesday, March 27, 2012 8:59 PM > To: Gerald Richter - ECOS; [email protected] > Subject: Re: Installing Embperl 2.4 on Debian Squee

Re: Installing Embperl 2.4 on Debian Squeeze / Embperl 2.5 development snapshot for Perl 5.14

2012-03-27 Thread Neil Gunton
[email protected] wrote: Sorry, my fault. These are debug messages I missed to remove. Go into the file epinit.c, search for fprintf with these messages and delete the lines. After that make test should run better. Gerald Hi Gerald, thanks for the fast reply - I edited epinit.c as you sugges

RE: Installing Embperl 2.4 on Debian Squeeze / Embperl 2.5 development snapshot for Perl 5.14

2012-03-27 Thread richter
Sorry, my fault. These are debug messages I missed to remove. Go into the file epinit.c, search for fprintf with these messages and delete the lines. After that make test should run better. Gerald > -Original Message- > From: Neil Gunton [mailto:[email protected]] > Sent: Tuesday, Mar

Re: Installing Embperl 2.4 on Debian Squeeze / Embperl 2.5 development snapshot for Perl 5.14

2012-03-27 Thread Neil Gunton
[email protected] wrote: Hi, the Bug [1] is fixed in my current development version, this also fixes the other tests. The only thing that is still not working is the automatic reload of changed files, because Perl 5.14 prohibits the redefinition of sub's. I have put a snapshot of my current dev

RE: Installing Embperl 2.4 on Debian Squeeze / Embperl 2.5 development snapshot for Perl 5.14

2012-03-27 Thread richter
Hi, the Bug [1] is fixed in my current development version, this also fixes the other tests. The only thing that is still not working is the automatic reload of changed files, because Perl 5.14 prohibits the redefinition of sub's. I have put a snapshot of my current development version on http

Re: Installing Embperl 2.4 on Debian Squeeze

2012-03-27 Thread Dominic Hargreaves
On Tue, Mar 27, 2012 at 11:35:08AM +0200, Dirk Melchers wrote: > Hello Gerald, > > in Ubuntu 12.04, perl 5.14 will be used - and embperl is also included. Does > this mean, the 12.04 will NOT work correctly or did the ubuntu maintainer fix > something? > > How much work would it be to make emb

Re: Installing Embperl 2.4 on Debian Squeeze

2012-03-27 Thread Dirk Melchers
Hello Gerald, in Ubuntu 12.04, perl 5.14 will be used - and embperl is also included. Does this mean, the 12.04 will NOT work correctly or did the ubuntu maintainer fix something? How much work would it be to make embperl work again with perl 5.14? Am 27.03.2012 um 07:49 schrieb rich...@ecos