Embperl on Windows

2008-05-16 Thread Hans Ginzel
Hello. I have tried to install EmbPerl under Windowsx XP. But not successfully. I installed apache_2.2.8-win32-x86-openssl-0.9.8g.msi ActivePerl-5.8.8.822-MSWin32-x86-280952.msi LogOut/LogIn (so env.variables are OK) C:\temp> ppm repo add http://theoryx5.uwinnipeg.ca/ppms C:\temp> ppm install

RE: Installing embperl on Windows 2000

2006-11-22 Thread Gerald Richter
Hi, Embperl on Windows currently only supports mod_perl 1 and Apache 1.3 Apache 2.2 & mod_perl 2 does not work, because it would need thread support inside Embperl, which is not finished yet Gerald -- Gerald Ric

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: Embperl on Windows

2005-07-08 Thread RobertCZ
Gerald Richter wrote: Embperl 1.3 will not like it, but what I said was that Embperl 2.0 on Apache 1.3 and mod_perl 1.x works on Windows. So please install - Apache 1.3 - mod_perl 1.x - Embperl 2.0 This combination will work on Windows Aha, I see. I've just tried to install stuff accordi

RE: Embperl on Windows (was: Multilingual support: different languages in the same page?)

2005-07-08 Thread Gerald Richter
> > > Inside Embperl you need not to change anything. Embperl > 2.0 gives you the > same interface and fucntions on Apache 1.3 and on > Apache 2.0. Only if you > are using mod_perl methods directly you might need to > change something, they > are different. >