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..

Mod_perl installation on Win 2008

2013-05-06 Thread ext-ma
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. The mod_perl module is missing from Apache and hence Bugzilla is slow

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

mod_perl installation problem

2010-03-24 Thread Idel Fuschini
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.010001 w/o ithreads and 'worker' mpm httpd. [ error] Failed requirements: [ error] - Perl built with

RE: mod_perl installation on SUN Solaris 10 x86

2009-09-14 Thread David McCabe
k and Communications Services The jeep is the only true american sports car. - Enzo Ferrari > -Original Message- > From: dsmith15 [mailto:david.c.sm...@ed.ac.uk] > Sent: September-14-09 10:03 AM > To: modperl@perl.apache.org > Subject: mod_perl installation on SUN Solar

mod_perl installation on SUN Solaris 10 x86

2009-09-14 Thread dsmith15
Hi, I am having an issue getting mod_perl installed on a Solaris 10 x86 box. The following has been installed on the box: gcc-3.4.6 libiconv-1.11 perl 5.10 http-2.2.13 - Apache2 Perl Modules - zlib, Parser-3.62, Tagset-3.20, URI-1.40, libwww-perl-5.831 mod_perl-2.0.4 When I try to install mo

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

mod_perl installation problem

2007-03-01 Thread Anoop kumar V
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\Apache2\bin>perl -V Summary of my perl5 (revision 5

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

mod_perl installation

2007-01-13 Thread Octavian Rasnita
Hi, How it is recommended to install perl if I also want to use it with mod_perl? With or without threading support? With or without support for multiplicity? It gives an error when installing with Apache 2.24, and I am trying to see if I don't make some mistakes. Thank you. Octavian

Re: Redhat up2date breaking mod_perl installation?

2006-08-11 Thread Mark Hedges
t out. Glad you got it working! Mark On Fri, 11 Aug 2006, Mark Hedges wrote: > From: Mark Hedges <[EMAIL PROTECTED]> > To: Andre <[EMAIL PROTECTED]> > Cc: modperl@perl.apache.org > Date: Fri, 11 Aug 2006 17:48:45 -0700 (PDT) > Subject: Re: Redhat up2date breaking mod_p

Re: Redhat up2date breaking mod_perl installation?

2006-08-11 Thread Mark Hedges
a fully non-commercial operating system that isn't years out of date. (up2date my butt) Mark > > - Original Message - > From: "Mark Hedges" <[EMAIL PROTECTED]> > To: "Jonathan" <[EMAIL PROTECTED]> > Cc: "mod_perl mod

Re: Redhat up2date breaking mod_perl installation?

2006-08-11 Thread Philip M. Gollucci
Mark Hedges wrote: On Aug 11, 2006, at 7:06 PM, Mark Hedges wrote: This happened to me when running up2date on rhel4 too. Had to re-install all CPAN modules. We used Apache2/Mod_perl2 compiled from source because the RedHate vendor lib distrib of Apache2/mod_perl1.99 and savagely hacked librar

Re: Redhat up2date breaking mod_perl installation?

2006-08-11 Thread Mark Hedges
> On Aug 11, 2006, at 7:06 PM, Mark Hedges wrote: > > This happened to me when running up2date on rhel4 too. > > > > Had to re-install all CPAN modules. > > > > We used Apache2/Mod_perl2 compiled from source because the > > RedHate vendor lib distrib of Apache2/mod_perl1.99 and savagely > > hacke

Re: Redhat up2date breaking mod_perl installation?

2006-08-11 Thread Andre
n" <[EMAIL PROTECTED]> Cc: "mod_perl mod_perl" Sent: Friday, August 11, 2006 8:06 PM Subject: Re: Redhat up2date breaking mod_perl installation? > > On Fri, 11 Aug 2006, Jonathan wrote: > > > > Your box is now running > > apache: httpd 2.0.52 28.ent i386

Re: Redhat up2date breaking mod_perl installation?

2006-08-11 Thread Jonathan
On Aug 11, 2006, at 7:06 PM, Mark Hedges wrote: This happened to me when running up2date on rhel4 too. Had to re-install all CPAN modules. We used Apache2/Mod_perl2 compiled from source because the RedHate vendor lib distrib of Apache2/mod_perl1.99 and savagely hacked libraries suck eggs and s

Re: Redhat up2date breaking mod_perl installation?

2006-08-11 Thread Mark Hedges
On Fri, 11 Aug 2006, Jonathan wrote: > > Your box is now running > apache: httpd 2.0.52 28.ent i386 > perl: perl 5.8.5 36.RHEL4 i386 > i don't see any mod_perl port (httpd-perl /modperl/etc) > > my guess is that mod_perl was compiled from source, against the old perl and > th

Re: Redhat up2date breaking mod_perl installation?

2006-08-11 Thread Jonathan
Your box is now running apache: httpd 2.0.52 28.ent i386 perl: perl 5.8.5 36.RHEL4 i386 i don't see any mod_perl port (httpd-perl /modperl/etc) my guess is that mod_perl was compiled from source, against the old perl and the old apache, because there is no mod_perl p

Redhat up2date breaking mod_perl installation?

2006-08-11 Thread Wow
Hello my esteemed code friends Has anyone here had serious problems today after the last up2date from Hedhat? My mod_perl scripts just went crazy. And untill now I can´t figure out what happened. The requests started to be mixed up between users, and the Apache2::compat module stopped doing

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.

mod_perl installation query

2006-07-26 Thread philge philip
Dear colleague   I am a bioinformatics programmer from India.I am interested to use mod_perl to improve the performance of our cgi scripts.I need a guidance for configuring mod_perl 2.0 in my server.   I have Apache.2.0.5.2 and Perl 5.8.5 installed in Fedora 3 operating system. I downloaded mo

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:

mod_perl installation problem

2006-03-23 Thread N L
Hello , I am working on Mac Osx Tiger, I installed automaticly a package including apache2 , php5, MySQL4, and phpMyAdmin it is really clean and it is working fine but now I want to install with this the mod_perl module I saw one is able to install dynamic mod_perl if apache is already installed.

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

Mod_perl Installation Issue

2005-04-22 Thread Cure
I'm currently using Freebsd 5.3 and Apache2, I'm trying to install mod_perl2 from ports but I get the following error --> make install ===> mod_perl2-2.0.0r3,1 depends on file: /usr/local/sbin/apxs - found ===> mod_perl2-2.0.0r3,1 depends on file: /usr/local/bin/perl5.8.6 - found ===> Config

Mod_perl Installation Issues

2005-04-22 Thread Cure
I'm currently using Freebsd 5.3 and Apache2, I'm trying to install mod_perl2 from ports but I get the following error --> make install ===> mod_perl2-2.0.0r3,1 depends on file: /usr/local/sbin/apxs - found ===> mod_perl2-2.0.0r3,1 depends on file: /usr/local/bin/perl5.8.6 - found ===> Config

Re: Verify mod_perl installation

2005-03-04 Thread Tom Schindl
Hmm, the test-suite comming with mod_perl, download? Tom Octavian Rasnita wrote: Hi, Is there a way to test if mod_perl 2.0 was installed correctly? I have some problems with a program and I think mod_perl installation might be the source. Thank you. Teddy

Verify mod_perl installation

2005-03-04 Thread Octavian Rasnita
Hi, Is there a way to test if mod_perl 2.0 was installed correctly? I have some problems with a program and I think mod_perl installation might be the source. Thank you. Teddy

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

mod_perl installation and non-standard perl path in FreeBSD

2004-04-19 Thread Andy Harrison
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. I edited the freebsd por