RE: mod_perl install error (build perl with -Dusethreads)

2013-06-20 Thread Rommel Sharma
All, The issue got resolved after I used the following options and rebuilt Perl. In the folder where perl .gz file was uncompressed: - make distclean - CFLAGS='-m64 -mtune=nocona' - ./Configure -Dusethreads -Dprefix=/install/perl/v5.18 -des -A ccflags=-fPIC Verified

Re: mod_perl install under Win32

2006-10-23 Thread Foo JH
Any particular reason why you stopped using the ActivePerl combo? It's a painkiller, and I depend on it most of the time. Devin Austin wrote: Hey everyone, i'm brand new to this, so bear with me: I'm trying to install mod_perl under strawberry-perl-5.8.8-alpha-2.exe

Re: mod_perl install under Win32

2006-10-16 Thread Randy Kobes
On Mon, 16 Oct 2006, Devin Austin wrote: Hey everyone, i'm brand new to this, so bear with me: I'm trying to install mod_perl under strawberry-perl-5.8.8-alpha-2.exe, windows xp pro, and apache 2.2,3. I've extracted the mod_perl package into C:\, and i've cd'd to th

Re: mod_perl install under Win32

2006-10-16 Thread Tom Schindl
Hi, don't build anything your own but rather use prebuilt packages. http://perl.apache.org/docs/2.0/os/win32/install.html Tom Devin Austin schrieb: > Hey everyone, > i'm brand new to this, so bear with me: > > I'm trying to install mod_perl under strawberry-perl-5.8.8-alpha-2.exe >

Re: Mod_Perl install

2005-05-08 Thread Stas Bekman
[EMAIL PROTECTED] wrote: PerlResponseHandler ModPerl::Registry ^ I've narrowed it down to that line in httpd.conf - the source of my problems. When i uncomment it all the children start segfaulting. Until i uncomment it all the .pl files just display the source. That's even with: AddHandler perl-s

Re: Mod_Perl install

2005-05-07 Thread henri
PerlResponseHandler ModPerl::Registry ^ I've narrowed it down to that line in httpd.conf - the source of my problems. When i uncomment it all the children start segfaulting. Until i uncomment it all the .pl files just display the source. That's even with: AddHandler perl-script pl SetHa

Re: Mod_Perl install

2005-05-07 Thread Randy Kobes
On Sun, 8 May 2005 [EMAIL PROTECTED] wrote: > Original Message > Subject: > From:[EMAIL PROTECTED] > Date:Sun, May 8, 2005 4:16 am > To: [EMAIL PROTECTED] > --

Re: mod_perl install error when attempting to "make"

2003-10-27 Thread Stas Bekman
[please remember to reply back to the list, and not to the person who answered your question. Thanks] Lanny Derby wrote: Thank you... i think... I am using mod_perl-1.99_09 because anything beyond that (i.e. mod perl-1.99_10) requires apache 2.0.46 or greater and I am running apache 2.0.45. So

Re: mod_perl install error when attempting to "make"

2003-10-27 Thread Stas Bekman
Lanny Derby wrote: 1. Problem Description: I am attempting to install mod_perl with apache 2.0.45 and experiencing some difficulty. I am using mod_perl-1.99_09 because anything beyond that requires apache 2.0.46 or greater. The install process is listed below. Everything seems to work fine until I

RE: mod_perl install error when attempting to "make"

2003-10-27 Thread Lanny Derby
1. Problem Description: I am attempting to install mod_perl with apache 2.0.45 and experiencing some difficulty. I am using mod_perl-1.99_09 because anything beyond that requires apache 2.0.46 or greater. The install process is listed below. Everything seems to work fine until I attempt to