Re: Compilation problems with mod_perl

2002-11-28 Thread Stas Bekman
Stas Bekman wrote: Benny Jensen wrote: Hello, I'm trying to compile mod_perl for apache2. But i got a error message that i dont know how to solve. The following message is what i get: /LD_RUN_PATH= cc -shared -L/usr/local/lib APR.o -o ../../../blib/arch/Apache2/auto/APR/APR.so -lapr

Re: Compilation problems with mod_perl

2002-11-11 Thread Stas Bekman
Benny Jensen wrote: Hello, I'm trying to compile mod_perl for apache2. But i got a error message that i dont know how to solve. The following message is what i get: /LD_RUN_PATH= cc -shared -L/usr/local/lib APR.o -o ../../../blib/arch/Apache2/auto/APR/APR.so -lapr -laprutil

Compilation problems with mod_perl

2002-10-18 Thread Benny Jensen
Hello, I'm trying to compile mod_perl for apache2. But i got a error message that i dont know how to solve. The following message is what i get: LD_RUN_PATH="" cc -shared -L/usr/local/lib APR.o -o ../../../blib/arch/Apache2/auto/APR/APR.so -lapr -laprutil/usr/bin/ld: cannot find

Compilation error doing 'make' in the apache 1.3.26 directory

2002-09-04 Thread Matt Harris
I'm trying to build mod_perl statically with apache 1.3.26. I just downloaded mod_perl last night (1.27). When compiling apache itself (no errors doing anything in mod_perl itself, as per the instructions), I'm getting a *lot* of symbol referencing errors in libperl.a. I can't find anything

Re: Compilation error doing 'make' in the apache 1.3.26directory

2002-09-04 Thread Matt Harris
, unless I missed it in your post. -Original Message- From: Matt Harris [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 10:15 AM To: [EMAIL PROTECTED] Subject: Compilation error doing 'make' in the apache 1.3.26 directory I'm trying to build mod_perl statically

Re: compilation problems in mod_perl

2002-08-27 Thread Stas Bekman
Amir wrote: Hello, I am trying to compile mod_perl in my Redhat Linux 7.2. I run perl 5.8.0, when I do perl Makefile.PL MP_AP_PREFIX=/usr/local/apache2 Its looks fine (I get no errors) but then when I try to do make I get the following: - cd src/modules/perl

compilation problems in mod_perl

2002-08-26 Thread Amir
Hello, I am trying to compile mod_perl in my Redhat Linux 7.2. I run perl 5.8.0, when I do perl Makefile.PL MP_AP_PREFIX=/usr/local/apache2 Its looks fine (I get no errors) but then when I try to do make I get the following: - cd src/modules/perl make -f

RE: Mod_Perl Compilation with HPUX Native CC

2002-07-04 Thread Chandrasekhar R S
: Wednesday, July 03, 2002 6:46 PM To: [EMAIL PROTECTED] Subject: RE: Mod_Perl Compilation with HPUX Native CC Chandra The command 'perl Makefile.PL' in the mod_perl-1.x.xx directory generates the Makefile and sets CC=cc by default Regards Chandrasekhar R S [EMAIL PROTECTED] on 07/03/2002 01

Mod_Perl Compilation with HPUX Native CC

2002-07-02 Thread Chandrasekhar R S
Hello everyone, I must compile Mod_perl on HPUX 11.0 with HPUX's native CC, instead of gcc. Are there any configuration parameters need to be set such that Mod_Perl is compiled using cc. Thanks Chandra. Namaste, R S Chandrasekhar [EMAIL PROTECTED] [EMAIL PROTECTED] Phone :

Re: Mod_Perl Compilation with HPUX Native CC

2002-07-02 Thread Per Einar Ellefsen
At 11:02 02.07.2002, Chandrasekhar R S wrote: Hello everyone, I must compile Mod_perl on HPUX 11.0 with HPUX's native CC, instead of gcc. Are there any configuration parameters need to be set such that Mod_Perl is compiled using cc. I don't know if mod_perl will compile

RE: Mod_Perl Compilation with HPUX Native CC

2002-07-02 Thread Chandrasekhar R S
Hi John, Could you guide me to information as to how I can compile with cc. with Thanks Chandra. -Original Message- From: John Arnold [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 8:41 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Mod_Perl Compilation

Re: Help Requested: Segfault 11 7 MONTHS after compilation on multiple servers all compiled the same running different code and different Redhat Released all on the same day [BUG]

2002-04-09 Thread Kevin A. McGrail
Stas, I'm much closer thanks to your document*. I now at least I feel like I'm moving forward for the first time in months. OK, so I'm pretty sure short of recompiling Perl, that I have all the correct debug things turned on though the user permission problem still plague me a bit. I just

Re: Help Requested: Segfault 11 7 MONTHS after compilation on multiple servers all compiled the same running different code and different Redhat Released all on the same day [BUG]

2002-04-09 Thread darren chamberlain
with Apache::Registry, which explicitly states: Your scripts cannot contain the __END__ or __DATA__ token to terminate compilation. in the CAVEATS section. Ignore this if I'm offbase. (darren) -- The knowledge that makes us cherish innocence makes innocence unattainable

Re: Help Requested: Segfault 11 7 MONTHS after compilation on multipleservers all compiled the same running different code and different RedhatReleased all on the same day [BUG]

2002-04-09 Thread Stas Bekman
the problem in conjunction with Apache::Registry, which explicitly states: Your scripts cannot contain the __END__ or __DATA__ token to terminate compilation. in the CAVEATS section. Ignore this if I'm offbase. it's a perl handler, not a registry script. ignore mode

Re: Help Requested: Segfault 11 7 MONTHS after compilation on multipleservers all compiled the same running different code and different RedhatReleased all on the same day [BUG]

2002-04-09 Thread Mark Fowler
On Tue, 9 Apr 2002, Stas Bekman wrote: Looks like you cannot run the Inline code under mod_perl. I remember Brian told me the secret code to make it work under mod_perl :) Ah, this might be it. The first time the Inline code is run the ILSM (Inline Support Module) compiles[1] the code. It

Help Requested: Segfault 11 7 MONTHS after compilation on multiple servers all compiled the same running different code and different Redhat Released all on the same day [BUG]

2002-04-08 Thread Kevin A. McGrail
thereof) starts at octet 63. My servers are at 66 and it has taken till February to get there. Hence, the delay between the compilation in July and the segfaults in Feb and it explains why my servers are bombing and not hundreds of others on different IP ranges. What's odd is I thought a follow-up

Re: Help Requested: Segfault 11 7 MONTHS after compilation on multipleservers all compiled the same running different code and different RedhatReleased all on the same day [BUG]

2002-04-08 Thread Ged Haywood
Hi there, On Mon, 8 Apr 2002, Kevin A. McGrail wrote: help in regards to making a core file. Check the debug section of the Guide: http://perl.apache.org/guide Also see the file .../mod_perl-x.xx/SUPPORT for advice on what information should be posted with a reort such as yours. 73, Ged.

[OT] Mac OS X compilation woes (Was: Apache::args vs Apache::Requestspeed)

2002-02-01 Thread Andrew Ho
Hello, JSAn initial build and install of: JShttp://www.apache.org/~joes/libapreq-1.0-rc1.tar.gz JS JSon a previously-working apache 1.3.22 mod_perl 1.26 server on OS X 10.1.2 JSwith this: JSuse Apache::Request; JSuse Apache::Cookie; JS JSIn its startup.pl file causes the following:

RE: Compilation

2001-10-14 Thread Randy Kobes
On Sun, 14 Oct 2001, Alexei Danchenkov wrote: Hello, Randy and All, I still can't compile mod_perl from source. I can compile other Perl modules without problems, whether they are completely built on Perl or contain C/C# modules (.xs). However, I still can't compile mod_perl with the same

Compilation

2001-10-12 Thread Alexei Danchenkov
Hello, All, This might be a newbie question, but I get this error when trying to link mod_perl for Win32: D:\Modules\mod_perl-1.26nmake install Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. makefile(531) : fatal

Re: Compilation

2001-10-12 Thread Randy Kobes
On Fri, 12 Oct 2001, Alexei Danchenkov wrote: Hello, All, This might be a newbie question, but I get this error when trying to link mod_perl for Win32: D:\Modules\mod_perl-1.26nmake install Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp

RE: compilation: libperl.a

2001-05-25 Thread Chethan Pandarinath
, 2001 12:02 AM To: Chethan Pandarinath Cc: [EMAIL PROTECTED] Subject: Re: compilation: libperl.a On Thu, 24 May 2001, Chethan Pandarinath wrote: Hi all, I've been trying to compile apache with mod_perl and mod_php support. I've been following the instructions from the mod_perl Guide [http

compilation: libperl.a

2001-05-24 Thread Chethan Pandarinath
Hi all, I've been trying to compile apache with mod_perl and mod_php support. I've been following the instructions from the mod_perl Guide [http://perl.apache.org/guide/install.html#mod_perl_and_mod_php] (and just assuming that it's similar for php3 and php4). I haven't been able to get

Re: compilation: libperl.a

2001-05-24 Thread Stas Bekman
On Thu, 24 May 2001, Chethan Pandarinath wrote: Hi all, I've been trying to compile apache with mod_perl and mod_php support. I've been following the instructions from the mod_perl Guide [http://perl.apache.org/guide/install.html#mod_perl_and_mod_php] (and just assuming that it's similar

Compilation recommendations.

2000-09-26 Thread Lord Vorp
Hi all! I run mod_perl for my webservers and it's pretty darn nice... ;-) However, I see comments like, 'Oh, that was a bug log ago fixed in the CVS' and then I cringe: Building mod_perl like I want it is not a process I've ever been able to get "simple." My environment is RedHat 6.2, but

Re: Compilation recommendations.

2000-09-26 Thread darren chamberlain
Lord Vorp ([EMAIL PROTECTED]) said something to this effect: Is there an easier/cleaner way to do this??? Yes: # cat ~/build_mod_perl perl Makefile.PL APACHE_SRC=../apache-1.3.9/src \ DO_HTTPD=1 \ USE_APACI=1 \ EVERYTHING=1 \ APACI_ARGS='--prefix=/usr \ --with-layout=RedHat

Re: Compilation recommendations.

2000-09-26 Thread Paul Lindner
See http://people.redhat.com/plindner/apache/ for a static mod_perl that runs well on redhat. I am putting src and i386 rpms there.. Note that this is incomplete. You'll need to roll your own conf files... This also includes some oracle and php code too. Thus it is blessed 'apache-heavy' I

RE: mod perl compilation problem [10014208]

2000-09-19 Thread Dhananjay Naniwadekar
Hello there : I installed perl in dir /export/product/mydir ; then I installed stronghold 3.0 in the same dir. After that I installed CPAN modules. Now I am on to mod-perl installation. To spare you from having to read the whole of this mail, my Q in a nutshell is : perl programs use a variable

Re: mod perl compilation problem [10014208]

2000-09-19 Thread Pramod Sokke
Naniwadekar [EMAIL PROTECTED] To: Stronghold [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, September 19, 2000 2:32 PM Subject: RE: mod perl compilation problem [10014208] Hello there : I installed perl in dir /export/product/mydir ; then I installed stronghold 3.0 in the same dir. After

Re: mod per compilation problem

2000-08-15 Thread Doug MacEachern
On Wed, 5 Jul 2000, Kailashnath V Rampure wrote: This is with reference to ur mail on mod_perl APXS error w/ apache/raven to modperl mailing list. I have a problem same problem with mod_perl. I just removed the the -Wl, -E option from the flags of Make file for mod_perl but unable to compile

mod per compilation problem

2000-07-05 Thread Kailashnath V Rampure
This is with reference to ur mail on mod_perl APXS error w/ apache/raven to modperl mailing list. I have a problem same problem with mod_perl. I just removed the the -Wl, -E option from the flags of Make file for mod_perl but unable to compile mod_perl asa DSO. I would like to know that were you

Conditional compilation

2000-03-31 Thread Shevek
I run a server with a lot of modules, each of which defines a handler for one file type, processor or output type. Loading all of these immediately any new child starts is not cheap. Is there any way to do a conditional 'use' on demand of these modules, as I may serve a lot of requests without

Re: Conditional compilation

2000-03-31 Thread Cliff Rayman
how about: require Module; cliff Shevek wrote: I run a server with a lot of modules, each of which defines a handler for one file type, processor or output type. Loading all of these immediately any new child starts is not cheap. Is there any way to do a conditional 'use' on demand of

Re: Compilation Problem

1999-12-10 Thread Stas Bekman
/DynaLoader.pm line 169. at /usr/local/lib/perl5/5.00503/sun4-solaris/IO/Handle.pm line 241 BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.00503/sun4-solaris/IO/Handle.pm line 241. BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.00503/sun4-solaris/IO/Seekable.pm line 51

Compilation Problem

1999-12-09 Thread Eugene Miretskiy
Hello, I'm having problem compiling mod_perl_1.21 on SunOS 5.7 I followed instuctions in INSTALL.simple (just to see if i can compile modperl). I got the following error message when I tried to make modperl: === main gcc -c -I../os/unix -I../include -DSOLARIS2=270 -DMOD_PERL -DUSE_EXPAT

Re: Compilation Problem

1999-12-09 Thread Stas Bekman
On Thu, 9 Dec 1999, Eugene Miretskiy wrote: Hello, I'm having problem compiling mod_perl_1.21 on SunOS 5.7 I followed instuctions in INSTALL.simple (just to see if i can compile modperl). I got the following error message when I tried to make modperl: === main gcc -c -I../os/unix

Re: Compilation Problem

1999-12-09 Thread Eugene Miretskiy
--compilation aborted at /usr/local/lib/perl5/5.00503/sun4-solaris/IO/Handle.pm line 241. BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.00503/sun4-solaris/IO/Seekable.pm line 51. BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.00503/sun4-solaris/IO/File.pm line 112. BEGIN failed