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

2012-03-28 Thread Neil Gunton
Neil Gunton wrote: [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-thre

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

2012-03-27 Thread richter
days, so I can not answer any further mails until Sunday > -Original Message- > From: Neil Gunton [mailto:[email protected]] > Sent: Tuesday, March 27, 2012 9:33 PM > To: Gerald Richter - ECOS > Cc: [email protected] > Subject: Re: Installing Embperl 2.4 on Debian

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: Install

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
: Tuesday, March 27, 2012 6:40 PM > To: Gerald Richter - ECOS > Cc: [email protected] > Subject: Re: Installing Embperl 2.4 on Debian Squeeze / Embperl 2.5 > development snapshot for Perl 5.14 > > [email protected] wrote: > > Hi, > > > > the Bug [1] is fixed

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
oblem, please use the Embperl mailing list for further discussion > -Original Message- > From: Dominic Hargreaves [mailto:[email protected]] > Sent: Tuesday, March 27, 2012 12:07 PM > To: Dirk Melchers > Cc: Gerald Richter - ECOS; [email protected] > Subject: Re: In

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

RE: Installing Embperl 2.4 on Debian Squeeze

2012-03-26 Thread richter
, 2012 9:08 PM > To: Gerald Richter - ECOS > Cc: [email protected] > Subject: Re: Installing Embperl 2.4 on Debian Squeeze > > [email protected] wrote: > > Hi Neil, > > > > use www.embperl.org/downloads, but on CPAN it's the same version. > > > > W

Re: Installing Embperl 2.4 on Debian Squeeze

2012-03-26 Thread Neil Gunton
Dominic Hargreaves wrote: Hi, That isn't the perl from squeeze - it looks like you've upgraded to the perl from wheezy or sid (which probably meant a wholesale dist-upgrade to wheezy or sid). This may not be quite relevant to your question, but I thought it was worth pointing out in case you wan

Re: Installing Embperl 2.4 on Debian Squeeze

2012-03-26 Thread Dominic Hargreaves
On Mon, Mar 26, 2012 at 12:07:50PM -0700, Neil Gunton wrote: > [email protected] wrote: > >Hi Neil, > > > >use www.embperl.org/downloads, but on CPAN it's the same version. > > > >Which Perl Version you are using? > > Hi Gerald, I'm using what comes with Debian Squeeze (testing): > > root@dev:~# pe

Re: Installing Embperl 2.4 on Debian Squeeze

2012-03-26 Thread Neil Gunton
[email protected] wrote: Hi Neil, use www.embperl.org/downloads, but on CPAN it's the same version. Which Perl Version you are using? Hi Gerald, I'm using what comes with Debian Squeeze (testing): root@dev:~# perl --version This is perl 5, version 14, subversion 2 (v5.14.2) built for x86_64-

RE: Installing Embperl 2.4 on Debian Squeeze

2012-03-26 Thread richter
Hi Neil, use www.embperl.org/downloads, but on CPAN it's the same version. Which Perl Version you are using? Gerald > -Original Message- > From: Neil Gunton [mailto:[email protected]] > Sent: Monday, March 26, 2012 8:04 PM > To: [email protected] > Subject

Installing Embperl 2.4 on Debian Squeeze

2012-03-26 Thread Neil Gunton
I was not able to download from ftp://ftp.dev.ecos.de/pub/perl/embperl, always seem to get network timeouts. So I downloaded instead from CPAN, seems to be 2.4. Building new workstation around Debian Squeeze, AMD64. It compiles ok, but when I run make test, I get: root@dev:/usr/src/Embperl-2.

Re: Error installing Embperl 2.2.0

2007-09-30 Thread Chris Denman
; > > > München, Halle B3, Stand 425 www.ecos.de/messen-events/systems-2007.html > > > > ---- > > > > Gerald Richter ECOS electronic communication services GmbH > > > >

Re: Error installing Embperl 2.2.0

2007-09-30 Thread Chris Denman
Mainz > > > E-Mail: [EMAIL PROTECTED]Voice: +49 6133 939-122 > > > WWW:http://www.ecos.de Fax: +49 6133 939-333 > > > > > > Sitz der Gesellschaft: Dienheim; AG Mainz HRB 6889; GF: W.Heck,G.Richter > > > -

Re: Error installing Embperl 2.2.0

2007-09-30 Thread Chris Denman
Sitz der Gesellschaft: Dienheim; AG Mainz HRB 6889; GF: W.Heck,G.Richter > > -------- > > > > > > > > > -Original Message- > > > From: Chris Denman [mailto:[EMAIL PROTECTED] > > > Sent:

Re: Error installing Embperl 2.2.0

2007-09-30 Thread Chris Denman
> > > > > -Original Message- > > From: Chris Denman [mailto:[EMAIL PROTECTED] > > Sent: Friday, September 28, 2007 3:04 PM > > To: [EMAIL PROTECTED] > > Subject: Error installing Embperl 2.2.0 > > > > I have attempted to install Embperl v 2.

RE: Error installing Embperl 2.2.0

2007-09-29 Thread Gerald Richter - ECOS GmbH
> -Original Message- > From: Chris Denman [mailto:[EMAIL PROTECTED] > Sent: Friday, September 28, 2007 3:04 PM > To: [EMAIL PROTECTED] > Subject: Error installing Embperl 2.2.0 > > I have attempted

RE: Installing embperl on Windows 2000

2006-11-22 Thread Gerald Richter
6133 939-333 -- > -Original Message- > From: Thomas Witt [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 16, 2006 6:07 PM > To: [email protected] > Subject: Installing embperl on Windows

Installing embperl on Windows 2000

2006-11-16 Thread Thomas Witt
Hello all, We recently inherited a website from a developer who was terminated. The site works great but the hardware is failing and we have to to migrate it to another server. The problem we are currently having is that we can't get embperl to work properly. We have followed all the instructions

Re: Installing EMBPerl on Windows XP, Apache 2

2005-12-22 Thread Torsten Lüttgert
On Do, 2005-12-22 at 01:41 -0500, Michael Shirley wrote: > Any chance of a fix soon? > > I would hate to have to install Apache 1.x and all the other modules just to > test local. You don't need to. You can run Embperl in CGI mode under Apache 2 just fine, it just won't work with mod_perl. Hth,

RE: Installing EMBPerl on Windows XP, Apache 2

2005-12-22 Thread Gerald Richter
Hi, > > Any chance of a fix soon? > Unfortunately not, otherwise I would already have done it. I guess it's a full week of work until threads really works correctly and I can only do it in my spare time, unless somebody pays me for it. It's on my todo list, but I can't say exactly when I wil

Re: Installing EMBPerl on Windows XP, Apache 2

2005-12-21 Thread Michael Shirley
Shirley'" <[EMAIL PROTECTED]> Cc: Sent: Thursday, December 22, 2005 12:52 AM Subject: RE: Installing EMBPerl on Windows XP, Apache 2 I believe that, due to threading issues, Embperl 2 hasn't yet been ported to Windows. Embperl 2 runs on Windows, but only Offline,

RE: Installing EMBPerl on Windows XP, Apache 2

2005-12-21 Thread Gerald Richter
> > I believe that, due to threading issues, Embperl 2 hasn't yet > been ported to Windows. > Embperl 2 runs on Windows, but only Offline, as CGI or with Apache 1.3/mod_perl 1. As Randy wrote, Apache 2 is due to threading issues not yet supported on Windows :-( Gerald ** Virus checked by

Re: Installing EMBPerl on Windows XP, Apache 2

2005-12-21 Thread Randy Kobes
On Wed, 21 Dec 2005, Michael Shirley wrote: I'm completely new to EMBPerl... I've set up my local machine to test my web site updates before they go live. The site I'm currently working on uses EMBPerl to parse the Perl inside the HTML. So now I need to install EMBPerl on my machine to test t

Installing EMBPerl on Windows XP, Apache 2

2005-12-21 Thread Michael Shirley
I'm completely new to EMBPerl... I've set up my local machine to test my web site updates before they go live. The site I'm currently working on uses EMBPerl to parse the Perl inside the HTML. So now I need to install EMBPerl on my machine to test these pages. I see no new documentation for

Re: problem with installing Embperl

2002-01-14 Thread Gerald Richter
> I would like install HTML-Embperl-1.3.4, but I have problem with make test... > > Starting httpd... pid = 10497 ok > Testing mod_perl mode... > #0 ascii... ERR:Forbidden ... > > I set permissio a+rwx and owner nobody! > > ls -l /root/.cpan/build/HTML-Embperl-1.3.4/ Th

problem with installing Embperl

2002-01-13 Thread [EMAIL PROTECTED]
Hi, I would like install HTML-Embperl-1.3.4, but I have problem with make test... Starting httpd... pid = 10497 ok Testing mod_perl mode... #0 ascii... ERR:Forbidden Input: test/html/ascii Output: test/tmp/out.htm Log:test/tmp/test.log ERRORS

Re: Please help - trouble installing EmbPerl on Linux

2001-08-20 Thread Gerald Richter
Hi, > > Invalid command 'PerlFixupHandler', perhaps >... > PerlFixupHandler is defined in modperl, which should > be built into Apache. So why is it undefined? I guess it isn't, but no matter it isn't necessary for make test. Just comment out or delete all occurences in test/conf/httpd.conf.sr

Please help - trouble installing EmbPerl on Linux

2001-08-17 Thread David Merberg
Hi, I'm trying to install EmbPerl to run with Apache 1.3.20 and mod_perl. I've installed all the required Perl packages and built Apache with mod_perl. When I run "make test" in the EmbPerl directory, I get this: -- Starting httpd... Syntax error on line 274 of /usr/lo

Re: installing Embperl

2000-08-10 Thread Gerald Richter
Hi, > > I have already got apache compiled and running with mod_perl and libperl. > > Do I have to build Embperl with support for Apache mod_perl to enable it > with Apache or can I simply install it without and still access Embperl as > with any other Apache module? > > Regards, > Ragnar > > By t

RE: installing Embperl

2000-08-10 Thread Wim Kerkhoff
On 10-Aug-2000 Ragnar Hakonarson wrote: > Hi, > > I have already got apache compiled and running with mod_perl and libperl. > > Do I have to build Embperl with support for Apache mod_perl to enable it > with Apache or can I simply install it without and still access Embperl as > with any other

installing Embperl

2000-08-10 Thread Ragnar Hakonarson
Hi, I have already got apache compiled and running with mod_perl and libperl. Do I have to build Embperl with support for Apache mod_perl to enable it with Apache or can I simply install it without and still access Embperl as with any other Apache module? Regards, Ragnar By the way, if Embperl

Re: Installing Embperl error.

2000-07-20 Thread Gerald Richter
>C:>perl C:\My_Documents\HTML-Embperl-1.3b4\Makefile.pl > try to change first to the Embperl directory cd \My_Documents\HTML-Embperl-1.3b4 perl Makefile.PL Gerald - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

Installing Embperl error.

2000-07-19 Thread Michael Elmore
Hello. Firstly I'd like to say that everything I've heard about Embperl is wonderful and I think you have an incredible module here. I'm trying to test it on my local system and can't get it to compile. I'm new at this so I'm sure I'm doing something wrong but I'm not sure what it is. If y