RE: mod_perl compile problem

2002-02-15 Thread Ged Haywood
Hi there, On Thu, 14 Feb 2002, OCNS Consulting wrote: > I Unzip/Untar the Apache tarball and change to the Apache top level > distribution directory. I then Unzip/Untar the module dists and one by one > prep each module for a static build and then finally build "mod_perl" as per > my previous me

RE: mod_perl compile problem

2002-02-14 Thread OCNS Consulting
ywood [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 14, 2002 3:08 PM To: OCNS Consulting Cc: mod_perl Mailing List Subject: RE: mod_perl compile problem Hi again, On Thu, 14 Feb 2002, OCNS Consulting wrote: > I revert back to the ActiveState rpm version 5.6.1 Build 631. Do > you

RE: mod_perl compile problem

2002-02-14 Thread Randy Kobes
On Thu, 14 Feb 2002, OCNS Consulting wrote: > Ged, > > Yes, I have installed all three (Apache 1.3.23, Perl 5.6.1, mod_perl 1.2.6) > from the tarball sources, tried to build and received the same results. I > haven't tried Perl 5.7.2. Now, because the same result was yielded, I revert > back to t

RE: mod_perl compile problem

2002-02-14 Thread Ged Haywood
Hi again, On Thu, 14 Feb 2002, OCNS Consulting wrote: > I revert back to the ActiveState rpm version 5.6.1 Build 631. Do > you believe that the version of PERL or APACHE has something to do > with it? No, I don't think it's a Perl problem, but it's a very complex bunch of software and an awful

RE: mod_perl compile problem

2002-02-14 Thread OCNS Consulting
E: FW: mod_perl compile problem Hi there, On Thu, 14 Feb 2002, OCNS Consulting wrote: > The Server is installed with Redhat Linux 7.2 with latest the kernel Sorry if this has been covered, I haven't read all the thread: did you get the sources for Perl, Apache and mod_perl as tarballs o

RE: FW: mod_perl compile problem

2002-02-14 Thread Ged Haywood
Hi there, On Thu, 14 Feb 2002, OCNS Consulting wrote: > The Server is installed with Redhat Linux 7.2 with latest the kernel Sorry if this has been covered, I haven't read all the thread: did you get the sources for Perl, Apache and mod_perl as tarballs or did you use RPMs? If you used RPMS I'

RE: FW: mod_perl compile problem

2002-02-14 Thread OCNS Consulting
eaders-2.4.9-21 kernel-2.4.9-21 What else can I check? RB -Original Message- From: Ged Haywood [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 14, 2002 1:59 PM To: IEEE Consulting Cc: mod_perl Mailing List Subject: Re: FW: mod_perl compile problem Hi there, On Thu, 14 Feb 2002, IEEE C

Re: FW: mod_perl compile problem

2002-02-14 Thread Ged Haywood
Hi there, On Thu, 14 Feb 2002, IEEE Consulting wrote: > Any other thoughts on this issue? I really would like to use mod_perl. What's your Linux installation? You _have_ got the Linux sources and things like that installed? 73, Ged. PS: you don't need to circulate to the dev list.

FW: mod_perl compile problem

2002-02-14 Thread IEEE Consulting
] Subject: RE: mod_perl compile problem Hans: Thanks for the TYPO catch. Yes ActiveState Perl is available for Linux. See: - RPM -> http://downloads.activestate.com/ActivePerl/Linux/5.6/ActivePerl-5.6.1.631-i 686-linux.rpm Once again, I performed the "flexible way" Build method,

RE: mod_perl compile problem

2002-02-14 Thread OCNS Consulting
Kevin, Configured Apache with "--enable-rule=SHARED_CORE"; " make" - same results. RB -Original Message- From: Cheung, Kevin [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 14, 2002 11:47 AM To: 'OCNS Consulting' Subject: RE: mod_perl compile proble

RE: mod_perl compile problem

2002-02-14 Thread OCNS Consulting
for each function it appears in.) http_core.c:3775: parse error before "mm" http_core.c:3839: `mm' undeclared (first use in this function) make[3]: *** [http_core.o] Error 1 make[2]: *** [subdirs] Error 1 make[2]: Leaving directory `/usr/dist/apache_1.3.23/src' make[1]: *** [buil

Re: mod_perl compile problem

2002-02-14 Thread Hans Juergen von Lengerke
OCNS Consulting <[EMAIL PROTECTED]> on Feb 14, 2002: > [mod_perl-1.26]# perl Makefile.PL APACHE_SRC=/dist/apache_1.3.23/src > DO_HTTPD=1 USE_ACAPI=1 PREP_HTTPD=1 EVERYTHING=1 ^ Make that USE_APACI=1 Now, I may be missing something and somebody already asked you earlier about

RE: mod_perl compile problem

2002-02-14 Thread OCNS Consulting
it appears in.) http_core.c:3775: parse error before "mm" http_core.c:3839: `mm' undeclared (first use in this function) make[2]: *** [http_core.o] Error 1 make[1]: *** [subdirs] Error 1 make[1]: Leaving directory `/usr/dist/apache_1.3.23/src' make: *** [apache_httpd] Error 2

Re: mod_perl compile problem

2002-02-14 Thread Randy Kobes
On Thu, 14 Feb 2002, OCNS Consulting wrote: > I'm attempting to make "httpd" apache-1.3.23 with mod_perl-1.26 and > ActiveState Perl 5.6.1 Build 631. This is a simple build with no other > modules or EAPI references. Unfortunately, I'm encountering the following > error when the compile of the "h

mod_perl compile problem

2002-02-14 Thread OCNS Consulting
Hi: I'm attempting to make "httpd" apache-1.3.23 with mod_perl-1.26 and ActiveState Perl 5.6.1 Build 631. This is a simple build with no other modules or EAPI references. Unfortunately, I'm encountering the following error when the compile of the "http_core.c" routine is attempted: gcc -c -I..

RE: mod_perl compile problem

2002-02-13 Thread IEEE Consulting
Yes. R. Beazley -Original Message- From: Rodney Broom [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 7:55 PM To: OCNS Consulting; [EMAIL PROTECTED] Subject: Re: mod_perl compile problem From: OCNS Consulting <[EMAIL PROTECTED]> > I'm attempting to make

RE: mod_perl compile problem

2002-02-13 Thread OCNS Consulting
Yes. R. Beazley -Original Message- From: Rodney Broom [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 7:55 PM To: OCNS Consulting; [EMAIL PROTECTED] Subject: Re: mod_perl compile problem From: OCNS Consulting <[EMAIL PROTECTED]> > I'm attempting to make

Re: mod_perl compile problem

2002-02-13 Thread Rodney Broom
From: OCNS Consulting <[EMAIL PROTECTED]> > I'm attempting to make "httpd" apache-1.3.23 with mod_perl-1.26 and > ActiveState Perl 5.6.1 Build 631. Am I hearing you right, you're using an ActiveState Perl on Linux? --- Rodney Broom Programmer: Desert.Net

mod_perl compile problem

2002-02-13 Thread OCNS Consulting
Hi: I'm attempting to make "httpd" apache-1.3.23 with mod_perl-1.26 and ActiveState Perl 5.6.1 Build 631. This is a simple build with no other modules or EAPI references. Unfortunately, I'm encountering the following error when the compile of the "http_core.c" routine is attempted: gcc -c -I..