RE: compile apache with mod_perl

2003-02-13 Thread Ged Haywood
rsday, February 13, 2003 4:03 AM > To: Jozwiak, Paul > Cc: '[EMAIL PROTECTED]' > Subject: Re: compile apache with mod_perl > On Wed, 12 Feb 2003, Jozwiak, Paul wrote: > > > Does anyone know why I keep getting: > > > > [Wed Feb 12 10:35:03 2003] [notice]

Re: compile apache with mod_perl

2003-02-13 Thread Ged Haywood
Hi there, On Wed, 12 Feb 2003, Jozwiak, Paul wrote: > Does anyone know why I keep getting: > > [Wed Feb 12 10:35:03 2003] [notice] child pid 312 exit signal Segmentation > Fault (11) > > in my error_log? No. > I have tried rebuilding the machine, installing older > versions of apache, differe

compile apache with mod_perl

2003-02-12 Thread Jozwiak, Paul
every time I try to surf to the machine I just setup. When I start apache, it appears to start but when I surf to it, I get Page Cannot be displayed. This is a list of modules I install prior to compiling apache with mod_perl: Data::Dumper (should be part of Perl install) Digest MIME URI HTML

Re: compile apache with mod_perl

2003-02-12 Thread Stas Bekman
still get this message every time I try to surf to the machine I just setup. When I start apache, it appears to start but when I surf to it, I get Page Cannot be displayed. This is a list of modules I install prior to compiling apache with mod_perl: You need to get the core backtrace and you will

compile apache with mod_perl

2003-02-12 Thread Jozwiak, Paul
every time I try to surf to the machine I just setup. When I start apache, it appears to start but when I surf to it, I get Page Cannot be displayed. This is a list of modules I install prior to compiling apache with mod_perl: Data::Dumper (should be part of Perl install) Digest MIME URI HTML

Compiling apache with mod_perl + mod_ssl on HP-UX 10.2; link problem

2002-07-18 Thread Ian Macdonald
Hi, I've been running apache 1.3.26 with mod_perl 1.26 statically linked in for a while now with no problems. I've recently tried to add mod_ssl to the configuration and the apache build now fails at the final link like so: cc -DHPUX10 -Aa -Ae -D_HPUX_SOURCE -DMOD_SSL=208110 -DMOD_PERL -DUSE_

Re: Error with apache with mod_perl

2001-08-01 Thread Doug MacEachern
On Mon, 30 Jul 2001, Mauricio Amorim wrote: > Hi, my name is Mauricio > 2) I install mod_perl 1.1.26 with the following options: > cd mod_perl_1.1.26 > perl Makefile.PL APACHE_SRC=../apache.1.3.20/src USE_APACI=1 USE_DSO=1 you should have seen this warning: Your Perl is uselargefiles enabled,

Error with apache with mod_perl

2001-07-30 Thread Mauricio Amorim
Hi, my name is Mauricio I'm from Brazil   I am trying install apache 1.3.20 with mod_perl 1.1.26 on Solaris 2.6 The output of gcc -v is: Reading specs from /net/gnu/stow/gcc-2.95.2-5.6/lib/gcc-lib/sparc-sun-solaris2.6/2.95.2/specsgcc version 2.95.2 19991024 (release)   The steps of instalatt

Re: Apache with MOD_PERL

2001-05-28 Thread Ged Haywood
Hi again, On Mon, 28 May 2001, Jochen Schnapka wrote: > This does not matter anything. I think it likes to have the filename immediately after the 'f'. > tar z, by the way, works only with GNUTar. Is there any other kind? :) 73, Ged.

Re: Apache with MOD_PERL

2001-05-28 Thread Jochen Schnapka
On Mon, May 28, 2001 at 01:51:45PM +0100, Ged Haywood wrote: > If you say so... I'd prefer 'tar xzvf apache_1.3.20.tar.gz' etc. This does not matter anything. tar z, by the way, works only with GNUTar. Some more info would be helpful. Which script did you call and wqhat happened then etc. ~:

Re: Apache with MOD_PERL

2001-05-28 Thread Ged Haywood
Hi there, I think I follow most of this! On Mon, 28 May 2001 [EMAIL PROTECTED] wrote: > $gzip -d apache_x.xx.tar.gz > $tar xfv apache_x.xx.tar > $gzip -d mod_perl-x.xx.tar.gz > $tar xfv mod_perl-x.xx.tar If you say so... I'd prefer 'tar xzvf apache_1.3.20.tar.gz' etc. > $cd mod_perl-x.xx > $

Apache with MOD_PERL

2001-05-28 Thread perl . mail
Hello, I will install apache_1.3.20.tar.gz and mod_perl-1.25.tar.gz on the HP-UX OS. I have installed all perl modules e.g libwww-perl-5.48.tar.gz URI MIME-Base64 HTML-Parser libnet Digest::MD5 HTML::Tagset Finally I am doing following: $gzip -d apache_x.xx.tar.gz $tar xfv apache_x.xx.tar $gz

Re: PLEASE HELP - ERROR Linking Apache with mod_perl

2000-01-26 Thread Stas Bekman
Asghar, I've answered this question a few days ago - look at the archives! (hint: perl.apache.org) search for PL_perl_destruct_level (it'll show up in the next guide's release) > I hope somebody could respond to this problem. > > > I get the following link error when I try to make apache_1.3.

Re: PLEASE HELP - ERROR Linking Apache with mod_perl

2000-01-26 Thread G.W. Haywood
Hi there, On Thu, 20 Jan 2000, Asghar Nafarieh wrote: > cd mod_perl-1.21 > perl Makefile.PL PREP_HTTPD=1 I took this from the Guide: % cd /usr/src % lwp-download http://www.apache.org/dist/apache_x.x.x.tar.gz % lwp-download http://perl.apache.org/dist/mod_perl-x.xx.tar.gz % tar zvxf ap

PLEASE HELP - ERROR Linking Apache with mod_perl

2000-01-25 Thread Asghar Nafarieh
I hope somebody could respond to this problem. I get the following link error when I try to make apache_1.3.9 with mod_perl-1.21. Am I missing a library module? Thanks, -Asghar This is how I built it: cd mod_perl-1.21 perl Makefile.PL PREP_HTTPD=1 make make test make install cd ../apache

Re: RPM of Apache with mod_perl/php3 built-in

1999-12-28 Thread Stas Bekman
> I have hacked together an i386 RPM (RedHat 6.1) of Apache 1.3.9 with > mod_perl and php3 staticly builtin. I haven't tested it much, though it > seems to work. > > Anyway SRPM of it can save some people trouble compiling Apache with > mod_perl by hand so if you're

RPM of Apache with mod_perl/php3 built-in

1999-12-28 Thread Vladimir Ivaschenko
Hello. I have hacked together an i386 RPM (RedHat 6.1) of Apache 1.3.9 with mod_perl and php3 staticly builtin. I haven't tested it much, though it seems to work. Anyway SRPM of it can save some people trouble compiling Apache with mod_perl by hand so if you're interested head