RE: Could not be able to compile perl 5.6.0 or 5.6.1 or 5.6.2 on AIX 5.2 with GCC

2004-05-26 Thread Bheema Rao Merugu, BSC, Ambattur, Chennai
Hi Tom, Thanks for your help in this issue. Ultimately what I need was Apache with mod_perl only for that I am trying to compile the perl source first. I want mod_perl as dso so that I can make them(Apache&mod_perl) as a binary and can distribute to my users. my doubt is, is it required to buil

Re: Could not be able to compile perl 5.6.0 or 5.6.1 or 5.6.2 on AIX 5.2 with GCC

2004-05-26 Thread Tom Schindl
Hi, this has nothing to do with mod_perl you should give it a try at perl5porters. See http://lists.perl.org/. Tom Bheema Rao Merugu, BSC, Ambattur, Chennai wrote: Hi, Please suggest me on how to compile these versions of perl, moreover I am able to compile 5.8.3 of perl on AIX5.2. the e

Could not be able to compile perl 5.6.0 or 5.6.1 or 5.6.2 on AIX 5.2 with GCC

2004-05-26 Thread Bheema Rao Merugu, BSC, Ambattur, Chennai
Hi,      Please suggest me on how to compile these versions of perl, moreover I am able to compile 5.8.3 of perl on AIX5.2.    the error message its showing is     # makemake: *** No rule to make target `', needed by `miniperlmain.o'.  Stop.   Thanks, Bheema.

Re: [mp2] 1.99_14: socket problem

2004-05-26 Thread Stas Bekman
Jie Gao wrote: [...] If you've moved to Apache 2.0.49, it now gives you a non-blocking socket. So all protocol handlers now must start with: use APR::Const-compile => 'SO_NONBLOCK'; $sock->opt_set(APR::SO_NONBLOCK => 0); Is this supported? $socket->opt_set(APR::SO_KEEPALIVE, 1); I haven't

Re: [mp2] 1.99_14: socket problem

2004-05-26 Thread Jie Gao
On Mon, 24 May 2004, Stas Bekman wrote: > Date: Mon, 24 May 2004 14:53:31 -0700 > From: Stas Bekman <[EMAIL PROTECTED]> > To: Jie Gao <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: [mp2] 1.99_14: socket problem > > Jie Gao wrote: > > > > > > On Mon, 24 May 2004, Stas Bekman wrote: >

Re: [mp2] migrating Apache::Cookie from mp1

2004-05-26 Thread Stas Bekman
Casey Songer wrote: I've been running site using mod_perl and HTML::Mason for 3-4 years with few problems. I recently am being asked to move everything to a new box that has Apache2 running on it (with mp2). I was able to install and get everything running for a site with no sessions and every

[mp2] migrating Apache::Cookie from mp1

2004-05-26 Thread Casey Songer
I've been running site using mod_perl and HTML::Mason for 3-4 years with few problems. I recently am being asked to move everything to a new box that has Apache2 running on it (with mp2). I was able to install and get everything running for a site with no sessions and everything seems to be w

Re: [QUESTION] Modperl setup problem.

2004-05-26 Thread Stas Bekman
[EMAIL PROTECTED] wrote: I think you're right Stas, I bought the 'Apache Administrators Handbook' yesterday. It seemed a little old (published in 2002), but it had 5 stars on Amazon so I figured it was worth a try. With any luck I won't need to talk to you any more. :) [Offtopic] If Amazon gives

RE: [QUESTION] Modperl setup problem.

2004-05-26 Thread zmfeuerborn
I think you're right Stas, I bought the 'Apache Administrators Handbook' yesterday. It seemed a little old (published in 2002), but it had 5 stars on Amazon so I figured it was worth a try. With any luck I won't need to talk to you any more. :) On a better note, I finally got it working yesterd

Re: [RELEASE CANDIDATE] mod_perl-1.99_14 RC1

2004-05-26 Thread Arnaud Blancher
Geoffrey Young a écrit : a release candidate for mod_perl 1.99_14 is now available for testing. please grab the candidate from http://perl.apache.org/~geoff/mod_perl-1.99_14-dev.tar.gz and report back successes or failures. when reporting failures, please see the bug reporting guidelines at fo