Re: Mod_perl installation on Win 2008

2013-05-07 Thread Michiel Beijen
Hi Mats, On Tue, May 7, 2013 at 7:57 AM, ext-ma wrote: > I > have read about this and found various ways to install mod_perl. > > http://perl.apache.org/docs/2.0/os/win32/install.html is a good link. > > Problem is that almost all these advices points to either > http://theoryx5.uwinnipeg.ca/ or

Re: Mod_perl installation on Win 2008

2013-05-06 Thread André Warnier
ext-ma wrote: Hi. I am a consultant for a high-tech company and I have installed Bugzilla for their internal use. For various reasons the Apache server had to be installed on a Win2008 server. And for other reasons the server is Apache 2.0. I thought you said that this is a hi-tech company..

Re: mod_perl installation problem

2010-03-24 Thread Fred Moyer
Try prefork httpd instead of worker? On Wed, Mar 24, 2010 at 8:33 AM, Idel Fuschini wrote: > Hi, > I'm trying to install mod_perl on sun solaris 5.10 with apache 2.2.9. > > after perl Makefile.PL I have this problem > > Configuring Apache/2.2.9 mod_perl/2.0.4 Perl/v5.10.1 > [  error] Using Perl 5

RE: mod_perl installation on SUN Solaris 10 x86

2009-09-14 Thread David McCabe
You have a space in your "downloads/Perl Modules" directory name, but you are not quoting it in the -I option to gcc, so it sees the "Modules/..." as the file to be compiled, and not part of the -I option. Obviously, this file does not exist, so the error message is right. :) While all good mod

Re: mod_perl installation problem

2007-03-05 Thread Jeremy Wall
On Monday 05 March 2007 10:26, Anoop kumar V wrote: > I think I figured out the exact problem (not the solution)... apache starts > fine when forced to start on the commandline, but fails to start as a > service. SO it is not a problem of the apachemonitor per se. > > It is wierd that something sto

Re: mod_perl installation problem

2007-03-05 Thread Anoop kumar V
I think I figured out the exact problem (not the solution)... apache starts fine when forced to start on the commandline, but fails to start as a service. SO it is not a problem of the apachemonitor per se. It is wierd that something stops apache running as a service. Also it does not write any l

Re: mod_perl installation problem

2007-03-04 Thread Anoop kumar V
Thank you for the suggestion Randy - but perl had always been in my path. I think that gets set when perl is installed. I think I will have to do a manual start / ^C the apache process until the monitor gets fixed. Thanks, Anoop On 3/3/07, Randy Kobes <[EMAIL PROTECTED]> wrote: On Fri, 2 Mar

Re: mod_perl installation problem

2007-03-03 Thread Randy Kobes
On Fri, 2 Mar 2007, Anoop kumar V wrote: Yes - I checked that - without mod_perl enabled, with a vanilla Apache installation (and with weblogic module enabled), the apachemonitor starts and stops apache fine. With the mod_perl line: (LoadModule .) in httpd.conf it errors out. If I remove the

Re: mod_perl installation problem

2007-03-02 Thread Anoop kumar V
On 3/2/07, Randy Kobes <[EMAIL PROTECTED]> wrote: On Fri, 2 Mar 2007, Anoop kumar V wrote: > Is it expected that the apachemonitor breaks when mod-perl is installed. > > After I did the below steps, I can start Apache from the commandline, but > when I try using the ApacheMonitor tool from my t

Re: mod_perl installation problem

2007-03-02 Thread Randy Kobes
On Fri, 2 Mar 2007, Anoop kumar V wrote: Is it expected that the apachemonitor breaks when mod-perl is installed. After I did the below steps, I can start Apache from the commandline, but when I try using the ApacheMonitor tool from my task tray, it says the same thing that "The requested opera

Re: mod_perl installation problem

2007-03-02 Thread Anoop kumar V
Is it expected that the apachemonitor breaks when mod-perl is installed. After I did the below steps, I can start Apache from the commandline, but when I try using the ApacheMonitor tool from my task tray, it says the same thing that "The requested operation has failed" I tested this with smilar

Re: mod_perl installation problem

2007-03-01 Thread Anoop kumar V
Woww - thanks so much Randy - I tried this as you suggested and it works beautifully: C:\tools\Apache2\bin>ppm install http://theoryx5.uwinnipeg.ca/ppms/mod_perl-2.0.ppd Downloading mod_perl-2.0-2.0.3...done Unpacking mod_perl-2.0-2.0.3...done Generating HTML for mod_perl-2.0-2.0.3...done Updatin

Re: mod_perl installation problem

2007-03-01 Thread Randy Kobes
On Thu, 1 Mar 2007, Anoop kumar V wrote: I am having problems installing mod_perl. I have installed perl from ActivePerl-5.8.8.820-MSWin32-x86-274739. I still get the error "Cannot load C:/tools/Apache2/modules/mod_perl.so into server: The specified module could not be found." [ ... ] C:\tools

Re: mod_perl installation

2007-01-14 Thread Foo JH
If you're running on Linux/ Sun, I think most people avoid threading for performance reasons. If you're going to be on Windows, you don't have a choice: threading is compulsory. You may want to read up on the various MPM models for each OS. Octavian Rasnita wrote: Hi, How it is recommended t

Re: mod_perl installation

2007-01-13 Thread Perrin Harkins
Octavian Rasnita wrote: How it is recommended to install perl if I also want to use it with mod_perl? The normal way. No special settings are needed. With or without threading support? With or without support for multiplicity? It doesn't matter to mod_perl unless you plan to use a threaded

Re: mod_perl installation query

2006-07-26 Thread Frank Wiles
On Wed, 26 Jul 2006 07:22:15 -0700 (PDT) philge philip <[EMAIL PROTECTED]> wrote: > Next I added the lines: > > LoadModule perl_module modules/mod_perl.so > PerlModule Apache2 > > to httpd.conf > > when I tried restarting the server I got an error like ' cant > locate perl

Re: mod_perl installation query

2006-07-26 Thread CrazyAndy
I work on mac osx, and sometimes you must install both the libapreq C llbs, and the perl libs. in the libapreq2 source folder: ./configure make make install (or sudo make install...) then (using the same perl you used with mod_perl) build the perl libs in the same folder: /path/to/perl Makefile.

Re: mod_perl installation problem

2006-03-23 Thread Jonathan Vanasco
On Mar 23, 2006, at 9:10 AM, N L wrote: I write on Xterm the command: perl Makefile.PL MP_AP_PREFIX="path to apache2 directory" (because all file are in the same directory). It was fine ; After I wanted to do a "make test" and I get this error message : waiting 120 seconds for server to start:

Re: Mod_perl Installation Issues

2005-04-22 Thread Philip M. Gollucci
Cure wrote: I'm currently using Freebsd 5.3 and Apache2, I'm trying to install mod_perl2 from ports but I get the following error --> Excellent -- FreeBSD. You know I haven't tried that for a while. I do know that RC5 was just added to the ports but roled back by the maintainer. (see [EMAIL PRO

Re: mod_perl installation and non-standard perl path in FreeBSD

2004-04-22 Thread William McKee
Hi Andy, I use Apache/mod_perl under FreeBSD. I compile with Apachetoolbox[1] which is super easy. Here are the custom settings I use: --suexec-caller=www \ --suexec-docroot=/web \ --disable-rule=EXPAT \ # if using mod_ssl --enable-rule=EAPI Otherwise, I let toolbox do the

Re: mod_perl installation and non-standard perl path in FreeBSD

2004-04-22 Thread Stas Bekman
Andy Harrison wrote: ~ On Mon, 19 Apr 2004 14:13:00 -0700, Stas Bekman wrote Subject: "Re: mod_perl installation and non-standard perl path in FreeBSD" ~ Andy Harr

Re: mod_perl installation and non-standard perl path in FreeBSD

2004-04-22 Thread Andy Harrison
~ On Mon, 19 Apr 2004 14:13:00 -0700, Stas Bekman wrote Subject: "Re: mod_perl installation and non-standard perl path in FreeBSD" ~ > Andy Harrison wrote: >

Re: mod_perl installation and non-standard perl path in FreeBSD

2004-04-19 Thread Stas Bekman
Andy Harrison wrote: Hoping there might be another FreeBSD user here who may have been through this already... For reasons I don't want to trouble you with, I had to install the latest perl freebsd port into /usr/local/rt3/perl/ and now I need to get mod_perl to compile against that version. Unless