RE: make errors with mod_perl-1.99_08 on aix 4.3.3 5.1

2003-03-26 Thread Priest, Darryl - BALTO
:50 AM To: Justin Derrick Cc: Priest, Darryl - BALTO; '[EMAIL PROTECTED]' Subject: Re: make errors with mod_perl-1.99_08 on aix 4.3.3 5.1 I've applied some fixes for mod_perl to build on aix. I could only test with aix 5.1 on powerpc. Please test that things work on other configurations

Re: make errors with mod_perl-1.99_08 on aix 4.3.3 5.1

2003-03-26 Thread Stas Bekman
Priest, Darryl - BALTO wrote: Thanks. Compiles ok now, but I'm having trouble with 'make test'. [...] waiting for server to start: .Syntax error on line 12 of /tmp/modperl-2.0/t/conf/httpd.conf: Cannot load /tmp/modperl-2.0/src/modules/perl/mod_perl.so into server: [...] I tried with Apache

Re: make errors with mod_perl-1.99_08 on aix 4.3.3 5.1

2003-03-23 Thread Stas Bekman
I've applied some fixes for mod_perl to build on aix. I could only test with aix 5.1 on powerpc. Please test that things work on other configurations. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker

Re: make errors with mod_perl-1.99_08 on aix 4.3.3

2003-03-06 Thread ODELL, TODD E (SWBT)
Hello, I've been following the thread on AIX4.3.3 and mod_perl1.99_08 from Darryl Priest. I've been trying to install the mod_perl and by following the thread I was able to get to the point below by touching ./src/modules/perl/mod_perl.exp. I wasn't able to find any mod_perl.exp that was

RE: make errors with mod_perl-1.99_08 on aix 4.3.3

2003-02-28 Thread Priest, Darryl - BALTO
= mod_perl PERL_INC = /usr/local/perl5.8.0/lib/5.8.0/aix/CORE -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 7:24 PM Cc: Priest, Darryl - BALTO; '[EMAIL PROTECTED]' Subject: Re: make errors with mod_perl-1.99_08 on aix 4.3.3 Stas Bekman

Re: make errors with mod_perl-1.99_08 on aix 4.3.3

2003-02-28 Thread Stas Bekman
Priest, Darryl - BALTO wrote: I got the new CVS version applied the patch and I got a bit further good, I've committed that patch. , but it's still dying with: cd src/modules/perl make -f Makefile.modperl rm -f mod_perl.so ld -bhalt:4 -bM:SRE

RE: make errors with mod_perl-1.99_08 on aix 4.3.3

2003-02-27 Thread Priest, Darryl - BALTO
Thanks for the quick response, additional information as requested is below. Priest, Darryl - BALTO wrote: I'm getting the error below for every cc in the make: /usr/local/perl5.8.0/lib/5.8.0/aix/CORE/config.h, line 41.9: 1506-236 (W) Macro name __attribute__ has been redefined.

Re: make errors with mod_perl-1.99_08 on aix 4.3.3

2003-02-27 Thread Stas Bekman
Priest, Darryl - BALTO wrote: Thanks for the quick response, additional information as requested is below. Cool, please let me know whether this patch solves the problem (you need to apply the patch: cd modperl-2.0 patch -p0 patch_itself rebuild mod_perl from scratch Index: lib/ModPerl/Code.pm

Re: make errors with mod_perl-1.99_08 on aix 4.3.3

2003-02-27 Thread Stas Bekman
Stas Bekman wrote: Priest, Darryl - BALTO wrote: Thanks for the quick response, additional information as requested is below. Cool, please let me know whether this patch solves the problem (you need to apply the patch: cd modperl-2.0 patch -p0 patch_itself rebuild mod_perl from scratch

make errors with mod_perl-1.99_08 on aix 4.3.3

2003-02-26 Thread Priest, Darryl - BALTO
I'm getting the error below for every cc in the make: /usr/local/perl5.8.0/lib/5.8.0/aix/CORE/config.h, line 41.9: 1506-236 (W) Macro name __attribute__ has been redefined. /usr/local/perl5.8.0/lib/5.8.0/aix/CORE/config.h, line 41.9: 1506-358 (I) __attribute__ is defined on line 28 of

Re: make errors with mod_perl-1.99_08 on aix 4.3.3

2003-02-26 Thread Stas Bekman
Priest, Darryl - BALTO wrote: I'm getting the error below for every cc in the make: /usr/local/perl5.8.0/lib/5.8.0/aix/CORE/config.h, line 41.9: 1506-236 (W) Macro name __attribute__ has been redefined. /usr/local/perl5.8.0/lib/5.8.0/aix/CORE/config.h, line 41.9: 1506-358 (I) __attribute__ is

make errors - i am going crazy

2000-10-24 Thread Alexander Koeb
Hi folks, I think now I tried every combination of compilers, perl-versions, perl compile-flags, mod_perl-versions and so on, but nothing works... My last try had following configuration: perl 5.6.0, compiled with -Ubincompat5005 -Uuselargefiles -Dcc=gcc apache 1.3.14, with

make errors

2000-08-09 Thread Pamela O'Shea
Hi, i am trying to install mod_perl-1.24 on a redhat linux 6.2 box with kernel 2.2.16-3 and apache 1.3.12. Somebody had previosly installed modperl into the httpd binary on this box but it was not fully working, i am assuming that the previous installation is causing the make errors. I cant find

Re: make errors

2000-08-09 Thread G.W. Haywood
Hi there, On Wed, 9 Aug 2000, Pamela O'Shea wrote: errors when i run make: I'd delete the entire Apache and mod_perl source trees and start from scratch with new tarballs. Otherwise you could try `make clean' in both directories followed by the instructions in the Guide.

Re: Make errors

1999-10-31 Thread Doug MacEachern
On Fri, 15 Oct 1999, John Whitehead wrote: I can succesfully make Apache and perl with the following versions ; apache_1.2.6 perl5.004_05 when trying to make mod_perl-1.21 mod_perl no longer supports 1.2.x, try 1.3.9 instead.

Make errors

1999-10-25 Thread John Whitehead
I can succesfullymake Apache and perl with the following versions ; apache_1.2.6 perl5.004_05 when trying to make mod_perl-1.21 I get the following errors ; cc -I. -I../.. -I../../regex -I../../../ -I../../regex -O2 -DLINUX=2 -DSERVER_SUBVERSION=\"mod_perl/1.21\" -DMOD_PERL