Re: mod_perl - make test fails on Solaris 10

2006-06-13 Thread Sheila R. Bryant
Many thanks for all the suggestions, and apologies for my slow response. First step - I'll update SunStudio. Currently on version 8. Then I'll have another go from scratch and use the cookbook John pointed out. Hopefully all will then be well and you'll hear no more from me on this Thanks

Re: mod_perl - make test fails on Solaris 10

2006-06-07 Thread John D Groenveld
In message <[EMAIL PROTECTED]>, Jie Gao w rites: >Don't know. There is an issue with Apache 2.2.2. Advice given to me is to >compile everything for Apache 2.2.0, and then install Apache 2.2.2 on top of i >t. $ uname -sr SunOS 5.10 $ /opt/apache2/perl-5.8.8/bin/HEAD http://localhost:8080 200 OK Con

Re: mod_perl - make test fails on Solaris 10

2006-06-07 Thread Jie Gao
On Wed, 7 Jun 2006, John D Groenveld wrote: > Date: Wed, 07 Jun 2006 16:07:08 -0400 > From: John D Groenveld <[EMAIL PROTECTED]> > To: Sheila R. Bryant <[EMAIL PROTECTED]> > Cc: modperl@perl.apache.org > Subject: Re: mod_perl - make test fails on Solaris 10 >

Re: mod_perl - make test fails on Solaris 10

2006-06-07 Thread John D Groenveld
In message <[EMAIL PROTECTED]>, "Sheila R. Bryant" writes: >Hi, > >I'm trying to add mod_perl to my Apache server. I've got > >Solaris 10 >Apache 2.2.2 >mod_perl 2.0.2 > >I'm using gcc 3.4.3, supplied by Sun, perl 5.8.4, supplied by Sun. I'm >using the perlgcc utility which is claimed to enable gc

Re: mod_perl - make test fails on Solaris 10

2006-06-07 Thread William A. Rowe, Jr.
Sheila R. Bryant wrote: Apache wouldn't compile with Sun compiler It should, no troubles here. You might need gmake, although we've tryed to eliminate any gmake-isms. If you have both installed, ensure SunStudio cc is in your path (oh please oh please tell us you have cc 10.x or later!) a

mod_perl - make test fails on Solaris 10

2006-06-07 Thread Sheila R. Bryant
Hi, I'm trying to add mod_perl to my Apache server. I've got Solaris 10 Apache 2.2.2 mod_perl 2.0.2 I'm using gcc 3.4.3, supplied by Sun, perl 5.8.4, supplied by Sun. I'm using the perlgcc utility which is claimed to enable gcc compiled modules, despite perl being compiled using Sun compilers