Re: compiling problems with mod_perl 2.0.3 and Apache 2.2.6

2009-06-16 Thread ArthurG
hur > > Are you building a static apache or dynamic that uses .so modules?? > > Mike > - Original Message - > From: "ArthurG" > To: > Sent: Tuesday, June 16, 2009 4:05 PM > Subject: Re: compiling problems with mod_perl 2.0.3 and Apache 2.2.6 > &

Re: compiling problems with mod_perl 2.0.3 and Apache 2.2.6

2009-06-16 Thread Mike OK
Hi Arthur Are you building a static apache or dynamic that uses .so modules?? Mike - Original Message - From: "ArthurG" To: Sent: Tuesday, June 16, 2009 4:05 PM Subject: Re: compiling problems with mod_perl 2.0.3 and Apache 2.2.6 I have encountered the same mod_perl ma

Re: compiling problems with mod_perl 2.0.3 and Apache 2.2.6

2009-06-16 Thread ArthurG
I have encountered the same mod_perl make problem working with these releases: Perl 5.8.9 Apache 2.2.3 mod_perl 2.0.4 a...@arthur-desktop:~/Downloads/mod_perl-2.0.4$ make cd "src/modules/perl" && make make[1]: Entering directory `/home/artg/Downloads/mod_perl-2.0.4/src/modules/perl' cc -I/home/a

Re: compiling problems with mod_perl 2.0.3 and Apache 2.2.6

2008-01-22 Thread John D Groenveld
In message <[EMAIL PROTECTED]>, "Heiko Jansen" writes : >No - at least not for me (Solaris 10, 64Bit, Sun cc): 2.0.3 won't build Working for me so far. $ cd /tmp/httpd-2.2.8 $ env PATH=/usr/bin:/usr/ccs/bin:/opt/SUNWspro/bin:/usr/sfw/bin \ CC=cc CFLAGS="-m64 -xO3" LDFLAGS="-m64 -L/usr/sfw/lib/64

Re: compiling problems with mod_perl 2.0.3 and Apache 2.2.6

2008-01-21 Thread Heiko Jansen
Am Montag, den 21.01.2008, 23:12 -0800 schrieb Philippe M. Chiasson: > Yes, but mod_perl 2.0.3 and Perl 5.10 should at least _build_, just > possibly exhibit unnatural behaviour at runtime... No - at least not for me (Solaris 10, 64Bit, Sun cc): 2.0.3 won't build at all unless I copy "src/module

Re: compiling problems with mod_perl 2.0.3 and Apache 2.2.6

2008-01-21 Thread Philippe M. Chiasson
Heiko Jansen wrote: Am Freitag, den 18.01.2008, 15:47 +1030 schrieb James Breat: I am having problems a static mod_perl with Apache 2.2.6 and Perl 5.10.0. Essentially, the answer you need is: Don't use mod_perl2 and Perl 5.10.0 together yet. Not yet, nope. As far as I know, the mod_perl de

Re: compiling problems with mod_perl 2.0.3 and Apache 2.2.6

2008-01-21 Thread Philippe M. Chiasson
James Breat wrote: I am having problems a static mod_perl with Apache 2.2.6 and Perl 5.10.0. I followed the instructions for a static build, but when I type make I get the following errors (only a few same error lines are included): httpd-2.2.6/srclib/apr/include/apr.h:273: error: expected

Re: compiling problems with mod_perl 2.0.3 and Apache 2.2.6

2008-01-17 Thread Heiko Jansen
Am Freitag, den 18.01.2008, 15:47 +1030 schrieb James Breat: > I am having problems a static mod_perl with Apache 2.2.6 and > Perl 5.10.0. Essentially, the answer you need is: Don't use mod_perl2 and Perl 5.10.0 together yet. As far as I know, the mod_perl developers are working on resolving the i