Re: installing mod_perl on Windows 10

2020-01-14 Thread tomcat/perl
Hi. One more time. I am trying to install Apache 2.4 (64-bit, ApacheLounge) + perl (Strawberry, 5.26.2, 64-bit) + mod_perl 2 (all versions shown below in cpanm output), on a (German) Windows 10 laptop. (*) The work directory below is leftover from a previous command "cpanm mod_perl2". Apache 2

Re: installing mod_perl on Windows 10

2020-01-08 Thread tomcat/perl
On 08.01.2020 17:19, Edward J. Sabol wrote: On Jan 8, 2020, at 10:17 AM, André Warnier (tomcat/perl) wrote: Please provide a full path to 'apxs' executable (press Enter if you don't have it installed): Configure mod_perl with C:\Apache24? [y] y It seems to me you didn’t provide the *full*

Re: installing mod_perl on Windows 10

2020-01-08 Thread Edward J. Sabol
On Jan 8, 2020, at 10:17 AM, André Warnier (tomcat/perl) wrote: > Please provide a full path to 'apxs' executable > (press Enter if you don't have it installed): > > > Configure mod_perl with C:\Apache24? [y] y It seems to me you didn’t provide the *full* path to the apxs executable. I would

RE: Installing mod_perl on Windows 7

2011-11-30 Thread Desilets, Alain
Oups... pressed the wrong key and sent it before I was done. I guess the documentation on this page is not accurate then: http://perl.apache.org/docs/1.0/guide/install.html#Testing_via_CGI_script because I'm definitely NOT seeing GATEWAY_INTERFACE=CGI-Perl/1.1 (it's CGI/1.1). Thanks a million!

RE: Installing mod_perl on Windows 7

2011-11-30 Thread Desilets, Alain
> But try this : > At the beginning of your script, add these lines : > > use Apache::RequestRec; > > my $r=shift; > print "Hostname : ",$r->hostname,"\n"; > > if you don't get an error, and you see the line in the output, then for sure > you /are/ > running under mod_perl. I did this and it g

Re: Installing mod_perl on Windows 7

2011-11-29 Thread André Warnier
C:/wamp/www HTTP_HOST: localhost MOD_PERL: mod_perl/2.0.4 -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Tuesday, November 29, 2011 3:25 PM To: mod_perl list Subject: Re: Installing mod_perl on Windows 7 Desilets, Alain wrote: OK, so I uninsta

Re: Installing mod_perl on Windows 7

2011-11-29 Thread gAzZaLi
/www HTTP_HOST: localhost MOD_PERL: mod_perl/2.0.4 -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Tuesday, November 29, 2011 3:25 PM To: mod_perl list Subject: Re: Installing mod_perl on Windows 7 Desilets, Alain wrote: OK, so I uninstalled Apache 64 b

RE: Installing mod_perl on Windows 7

2011-11-29 Thread Desilets, Alain
ough that when it sees a shell script, it will call the shell to run it, instead of itself). Make sure that you read the caveats of running scripts under mod_perl (persistence e.g.). > Thx. > > Alain Désilets > > > -Original Message- > From: André Warnier [mai

Re: Installing mod_perl on Windows 7

2011-11-29 Thread André Warnier
it sees a shell script, it will call the shell to run it, instead of itself). Make sure that you read the caveats of running scripts under mod_perl (persistence e.g.). Thx. Alain Désilets -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Tuesday, November 29

RE: Installing mod_perl on Windows 7

2011-11-29 Thread Desilets, Alain
talling mod_perl for windows, and I can't find any additional step beyond the ones I have taken so far. Any suggestions you have will be greatly appreciated. Thx. Alain Désilets -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Tuesday, November 29, 2011 10:48

RE: Installing mod_perl on Windows 7

2011-11-29 Thread Desilets, Alain
: mod_perl list Subject: Re: Installing mod_perl on Windows 7 Desilets, Alain wrote: > Hi folks, > > This is my first post on this list. > > I am trying to install mod_perl on Windows 7, and am running into some > problems. > > Here's what I did. > > First, I ra

Re: Installing mod_perl on Windows 7

2011-11-29 Thread André Warnier
Desilets, Alain wrote: Hi folks, This is my first post on this list. I am trying to install mod_perl on Windows 7, and am running into some problems. Here's what I did. First, I ran the following commands to get the mod_perl package and install it: ppm rep add http://cpan.uw

Re: Installing mod_perl for 2 versions of Perl?

2011-07-11 Thread Vincent Veyron
Le lundi 11 juillet 2011 à 22:14 +0300, Octavian Rasnita a écrit : > > Mmm, I like the word "simple" :-) > These are the notes I took about a year ago for compilation on Debian of Perl/Apache2/Mod_perl2. If I am not mistaken, they are all you need. Look for 'Compilation' under each title. Per

Re: Installing mod_perl for 2 versions of Perl?

2011-07-11 Thread Octavian Rasnita
From: "Fred Moyer" On Mon, Jul 11, 2011 at 12:38 PM, Perrin Harkins wrote: On Mon, Jul 11, 2011 at 3:14 PM, Octavian Rasnita wrote: From: "Perrin Harkins" I am still afraid to compile Perl+Apache+mod_perl since the old days when I needed to do that because there were no other solutions, an

Re: Installing mod_perl for 2 versions of Perl?

2011-07-11 Thread Fred Moyer
On Mon, Jul 11, 2011 at 12:38 PM, Perrin Harkins wrote: > On Mon, Jul 11, 2011 at 3:14 PM, Octavian Rasnita wrote: >> From: "Perrin Harkins" >> I am still afraid to compile Perl+Apache+mod_perl since the old days when I >> needed to do that because there were no other solutions, and when I need

Re: Installing mod_perl for 2 versions of Perl?

2011-07-11 Thread Perrin Harkins
On Mon, Jul 11, 2011 at 3:14 PM, Octavian Rasnita wrote: > From: "Perrin Harkins" > I am still afraid to compile Perl+Apache+mod_perl since the old days when I > needed to do that because there were no other solutions, and when I needed to > face some ugly compiling errors... > > But if you say

Re: Installing mod_perl for 2 versions of Perl?

2011-07-11 Thread Octavian Rasnita
From: "Perrin Harkins" > 2011/7/11 Octavian Rasnita : >> Under Ubuntu 10.04, is it possible to install mod_perl for 2 versions of >> Perl for the same Apache? > > Just install another apache. It's pretty simple to compile apache and > mod_perl against your own perl, and it avoids needing to put

Re: Installing mod_perl for 2 versions of Perl?

2011-07-11 Thread Octavian Rasnita
From: "Fred Moyer" On Mon, Jul 11, 2011 at 10:44 AM, Perrin Harkins wrote: > 2011/7/11 Octavian Rasnita : >> Under Ubuntu 10.04, is it possible to install mod_perl for 2 versions of >> Perl for the same Apache? > > Just install another apache. It's pretty simple to compile apache and > mod_perl

Re: Installing mod_perl for 2 versions of Perl?

2011-07-11 Thread Fred Moyer
On Mon, Jul 11, 2011 at 10:44 AM, Perrin Harkins wrote: > 2011/7/11 Octavian Rasnita : >> Under Ubuntu 10.04, is it possible to install mod_perl for 2 versions of >> Perl for the same Apache? > > Just install another apache.  It's pretty simple to compile apache and > mod_perl against your own per

Re: Installing mod_perl for 2 versions of Perl?

2011-07-11 Thread Perrin Harkins
2011/7/11 Octavian Rasnita : > Under Ubuntu 10.04, is it possible to install mod_perl for 2 versions of > Perl for the same Apache? Just install another apache. It's pretty simple to compile apache and mod_perl against your own perl, and it avoids needing to put a bunch of custom stuff in your ht

Re: Installing mod_perl for 2 versions of Perl?

2011-07-11 Thread André Warnier
Torsten Förtsch wrote: On Monday, July 11, 2011 09:13:25 Octavian Rasnita wrote: I want to test ActivePerl 5.14 and I want to install Mod_perl for it but I wouldn't like to need uninstalling the actual Apache/Perl/mod_perl. Don't you have separate module libraries? Anyway, you always can use

Re: Installing mod_perl for 2 versions of Perl?

2011-07-11 Thread Torsten Förtsch
On Monday, July 11, 2011 09:13:25 Octavian Rasnita wrote: > I want to test ActivePerl 5.14 and I want to install Mod_perl for it > but I wouldn't like to need uninstalling the actual > Apache/Perl/mod_perl. Don't you have separate module libraries? Anyway, you always can use the DESTDIR=... optio

Re: Installing mod_perl for 2 versions of Perl?

2011-07-11 Thread André Warnier
Octavian Rasnita wrote: Hi, Under Ubuntu 10.04, is it possible to install mod_perl for 2 versions of Perl for the same Apache? I have the default build of Apache that comes with Ubuntu and the default Perl that comes with Ubuntu and I also have the mod_perl installed with apt-get. I want to

Re: Installing mod_perl

2009-06-19 Thread ARTHUR GOLDBERG
Thanks. Worked. Needed with libapr-1 too: sudo ln -s /usr/lib/libaprutil-1.so.0.2.11 /usr/lib/libaprutil-1.so sudo ln -s /usr/lib/libapr-1.so.0.2.11 /usr/lib/libapr-1.so BR A On Jun 19, 2009, at 11:37 AM, Sean Thorne wrote: I've encountered that before and resolved it by creating a sym li

Re: Installing mod_perl

2009-06-19 Thread Sean Thorne
I've encountered that before and resolved it by creating a sym link. On Jun 19, 2009, at 10:32 AM, ARTHUR GOLDBERG wrote: Hi I'm installing mod_perl on Ubuntu 8.04.2 LTS 32-bit. I receive the error make[3]: Entering directory `/home/artg/Downloads/mod_perl-2.0.4/xs/ APR/APR' rm -f ../..

Re: installing mod_perl for 2 servers

2007-01-12 Thread Octavian Rasnita
From: "Jonathan Vanasco" <[EMAIL PROTECTED]> No. Build the server with modules you want, either built-in or shared. Some modules that are very common /often used are built-in -- there's a chance that modules you want and didn't build as shared modules are already compiled into apache. As p

Re: installing mod_perl for 2 servers

2007-01-12 Thread Jonathan Vanasco
On Jan 12, 2007, at 1:58 PM, Octavian Rasnita wrote: Ok, thank you. I understand now that I will probably need to build the web server with all its modules included as shared, and if I will need a certain module, I will be able to add it using just httpd.conf. Until now I've tried to build

Re: installing mod_perl for 2 servers

2007-01-12 Thread Octavian Rasnita
quot; <[EMAIL PROTECTED]>; Sent: Friday, January 12, 2007 8:17 PM Subject: Re: installing mod_perl for 2 servers On Jan 12, 2007, at 12:21 PM, Octavian Rasnita wrote: I know that, but the .so modules are not in the modules/ directory, and I need to compile them, but I don't know h

Re: installing mod_perl for 2 servers

2007-01-12 Thread Jonathan Vanasco
On Jan 12, 2007, at 12:21 PM, Octavian Rasnita wrote: I know that, but the .so modules are not in the modules/ directory, and I need to compile them, but I don't know how. make args on the build - you can specify what modules you want or don't , and if they're a .so or build in For examp

Re: installing mod_perl for 2 servers

2007-01-12 Thread Octavian Rasnita
From: "Michael Peters" <[EMAIL PROTECTED]> But how can I install the other Apache modules that can be installed by adding --enable when using ./config if the server is already installed? As long as you install mod_so the rest can be added dynamically (via httpd.conf) and don't need to be spe

Re: installing mod_perl for 2 servers

2007-01-12 Thread Michael Peters
Octavian Rasnita wrote: > But how can I install the other Apache modules that can be installed by > adding --enable when using ./config if the server is already installed? As long as you install mod_so the rest can be added dynamically (via httpd.conf) and don't need to be specified at build ti

Re: installing mod_perl for 2 servers

2007-01-12 Thread Octavian Rasnita
From: "Michael Peters" <[EMAIL PROTECTED]> Is it possible to install mod_perl on 2 servers on the same computer without having 2 separate perl installations? Yes. Just use 2 different apache config files and it can use the same Apache/mod_perl/Perl code base. No need to install anything else.

Re: installing mod_perl for 2 servers

2007-01-12 Thread Michael Peters
Octavian Rasnita wrote: > Hi all, > > I have installed a proxy/reverse proxy server and on the same computer I > want to install other 2 Apache servers and use mod_perl on both of them. > (One would be for testing the programs before running them in production.) > > Is it possible to install mo