Re: HELP - Problem installing modperl

2003-02-23 Thread Stas Bekman
Pablo Jejcic wrote: Here is my 'perl -V'. Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration: [...] Compiler: cc='cc', ccflags ='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', [...] cccdlflags='-KPIC', lddlflags='-G' Still, either you aren't using the same compiler as

RE: HELP - Problem installing modperl

2003-02-21 Thread Pablo Jejcic
Cc: [EMAIL PROTECTED] Subject: Re: HELP - Problem installing modperl Pablo Jejcic wrote: I rebuild PERL and when I use perl -V I can see -KPIC but when I try to make mod_perl I receive the same error Any other thoughts??? How is it possible that the same compiler accepts an option

RE: HELP - Problem installing modperl

2003-02-20 Thread Pablo Jejcic
are looking for.'' A. Tanenbaum, ``Introduction to Computer Networks' _ -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: 18 February 2003 23:02 To: Pablo Jejcic Cc: [EMAIL PROTECTED] Subject: Re: HELP - Problem installing modperl Pablo Jejcic wrote

Re: HELP - Problem installing modperl

2003-02-20 Thread Stas Bekman
Pablo Jejcic wrote: I rebuild PERL and when I use perl -V I can see -KPIC but when I try to make mod_perl I receive the same error Any other thoughts??? How is it possible that the same compiler accepts an option for building one program, but not the other? Can you please post your 'perl

HELP - Problem installing modperl

2003-02-18 Thread Pablo Jejcic
Title: Message Hello guys, I have just installed PERL/Apache and mod_perl, but this last one gave me an error when I try to compile. Could anyone help me? Thi is the error: bash-2.05# make make testcd "src/modules/perl" make -f Makefile.modperlmake[1]: Entering directory

Re: HELP - Problem installing modperl

2003-02-18 Thread Stas Bekman
Pablo Jejcic wrote: Hello guys, I have just installed PERL/Apache and mod_perl, but this last one gave me an error when I try to compile. Could anyone help me? Thi is the error: bash-2.05# make make test cd src/modules/perl make -f Makefile.modperl make[1]: Entering directory

Problem on modperl-1.26

2001-09-07 Thread Kevin LEE
Hi list: I try to staticallly compile modperl-1.26 into apache-1.3.20 but I get the following compile error when I compile apache-1.3.20: modules/perl/libperl.a(mod_perl_opmask.o): In function `mod_perl_set_opmask': mod_perl_opmask.o(.text+0x1f): undefined reference to `Perl_croak' ***

Re: Problem with modperl

2001-04-12 Thread Mirek Rewak
Hello Escario, Tuesday, April 10, 2001, 6:41:49 PM, you wrote: EJ Hello, EJ I've compiled mod_perl as a Apache module with apxs after I installing EJ apache. EJ So I load mod_perl with this in the httpd.conf : EJ LoadModule Perllibexec/modperl.so EJ Next apache restart correctly ... EJ When

Re: Problem with modperl

2001-04-11 Thread Daniel
Hi there, I've had similar problems before with a stock install of Redhat 6.x and their installation of apache + mod_perl (dso) + php It's been a long time now but if my memory serves me correctly (probably not) loading mod_perl before php in the httpd.conf file worked (in some instances).

Problem with modperl

2001-04-10 Thread Escario Julien
Hello, I've compiled mod_perl as a Apache module with apxs after I installing apache. So I load mod_perl with this in the httpd.conf : LoadModule Perllibexec/modperl.so Next apache restart correctly ... When I try to get any of the web page, Netscpe return me : This document contains no data

Re: Problem with modperl

2001-04-10 Thread G.W. Haywood
Hi there, On Tue, 10 Apr 2001, Escario Julien wrote: This document contains no data ... but why ? Could be lots of reasons. Often it's because Apache is segfaulting. Look in the error_log, it might tell you. Have you read the guide? http://perl/apache.org/guide 73, Ged.

Re: Problem with modperl

2001-04-10 Thread Escario Julien
Here's exactly the line in httpd.conf : LoadModule perl_modulelibexec/libperl.so I'm gone on http://perl.apache.org/guide/ but nothing is said on my case. I forgot a detail : I'm using mod_vhost_alias , is mod_perl compatible ? On apache restart here's what I get in error_log : [Tue Apr

Re: Problem with modperl

2001-04-10 Thread G.W. Haywood
Hi again, On Tue, 10 Apr 2001, Escario Julien wrote: I forgot a detail : I'm using mod_vhost_alias , is mod_perl compatible ? It probably isn't the problem, I use it too. But don't take my word for it. [Tue Apr 10 19:46:23 2001] [notice] child pid 1500 exit signal Segmentation fault (11)

still: problem with modperl as module

2000-11-07 Thread Ulrich Böck
i have the modperl in /root/.cpan/build/mod_perl-1.2.24 Funny place to put it. that's right :) but i must confess, i didn't find the "right" place yet... i changed that to /tools/CPAN/build/mod_perl-1.2.24 Is that where you have Apache too? More commonly things are in /usr/src/ or

problem with modperl as module

2000-11-05 Thread Ulrich Böck
i have a installation / configuration problem using mod_perl apache is version 1.3.14 perl is 5.6.0 the apache was made by ./config \ --prefix=/usr/local/httpd \ --enable-modules=most \ --enable-shared=max i have the modperl in /root/.cpan/build/mod_perl-1.2.24 and i made it via perl

Re: Deep recursion problem (Namespace?) modperl 1.21 with perl 5.00503

1999-11-14 Thread Ronald F. Lens
I did some further testing today. I first tried the CVS version of modperl of last night, no difference. But when I tried it with perl5.005_62 it worked like a charm. It still has me baffled though, I'm looking more closely at the changes between perl 5.005_03 and perl5.005_62. On Wed, 10 Nov

Re: Deep recursion problem (Namespace?) modperl 1.21 with perl 5.00503

1999-11-12 Thread Tim Tompkins
problem (Namespace?) modperl 1.21 with perl 5.00503 Hi. I'm running into a strange problem with the combination Apache 1.3.9, modperl 1.21 and perl 5.005.03. This problem doesn't occur with perl 5.004 with modperl 1.14 and apache 1.3.1. I have 2 modules : - package ThingA