Re: Installing Modperl problem

2005-10-04 Thread Maruthi Vara Prasad Chirravuri
HI All, This is Maruthi Vara Prasad. I have newly joined in the modperl group. I hope this could help you in solving the problem. Plz Make Sure that first Apache is to be Installed, Next Perl and then Modperl. Also make sure that the Installation tree of mod_perl and apache are different and not

Re: Installing Modperl problem

2005-09-27 Thread Philip M. Gollucci
Brenda Washington wrote: # By Brandon S. Allbery # # Usage: $cwd = getcwd(); Try the Cwd from here instead: http://search.cpan.org/~kwilliams/PathTools-3.11/Cwd.pm -- END What doesn't kill us can only make us stronger.

Re: Installing Modperl problem

2005-09-27 Thread Geoffrey Young
Brenda Washington wrote: > I upgraded the Cwd.pm v. 2.04 which was shipped with perl 5.6.1. because I > received > errors to upgrade to the 2.06 version of Cwd.pm. I download the Cwd.pm 2.06 > version > and replaced the Cwd.pm 2.04 version with the upgraded 2.06 version. That's > why > you a

Re: Installing Modperl problem

2005-09-27 Thread Brenda Washington
I upgraded the Cwd.pm v. 2.04 which was shipped with perl 5.6.1. because I received errors to upgrade to the 2.06 version of Cwd.pm. I download the Cwd.pm 2.06 version and replaced the Cwd.pm 2.04 version with the upgraded 2.06 version. That's why you are seeing comments in your Cwd.pm v. 2.04

Re: Installing Modperl problem

2005-09-27 Thread Geoffrey Young
Philip M. Gollucci wrote: > Brenda Washington wrote: > >> With or without the, "apxs" location, I'm still getting these error >> when I run this command. I upgraded >> the Cwd.pm version 2.04 to 2.06, and I also installed Apache 2.0.54 >> with no problem, and it works find. > > Is it possible

Re: Installing Modperl problem

2005-09-27 Thread Brenda Washington
I'm using HPUX 11.0 >>> "Philip M. Gollucci" <[EMAIL PROTECTED]> 09/27/05 3:01 PM >>> Brenda Washington wrote: > With or without the, "apxs" location, I'm still getting these error when I > run this command. I upgraded > the Cwd.pm version 2.04 to 2.06, and I also installed Apache 2.0.54 with no

Re: Installing Modperl problem

2005-09-27 Thread Philip M. Gollucci
Brenda Washington wrote: With or without the, "apxs" location, I'm still getting these error when I run this command. I upgraded the Cwd.pm version 2.04 to 2.06, and I also installed Apache 2.0.54 with no problem, and it works find. Is it possible that Cwd doesn't define abs_path on your platf

Re: Installing Modperl problem

2005-09-27 Thread Brenda Washington
With or without the, "apxs" location, I'm still getting these error when I run this command. I upgraded the Cwd.pm version 2.04 to 2.06, and I also installed Apache 2.0.54 with no problem, and it works find. bash-2.02# perl Makefile.PL MP_APXS=/usr/local/apache2/bin/apxs Un

Re: Installing Modperl problem

2005-09-27 Thread Philip M. Gollucci
Brenda Washington wrote: Undefined subroutine &Cwd::abs_path called at /opt/perl5/lib/5.6.1/Cwd.pm Do you have Cwd installed ? if not, perl -MCPAN -e 'install("Cwd")' Cwd 2.04 comes with 5.6.2 You need 2.06 or higher. FYI, this doesn't happen to me with Cwd upgraded to be new enough. ~/perl

Installing Modperl problem

2005-09-27 Thread Brenda Washington
I have been working on installing Apache-2.0.54, Mod_perl-2.0.1 with perl-5.6.1 for a week now with little or no success. Is there anyone who can give me any help with the problem I'm experiencing? When I run perl Makefile.PL command, I get the following error messages. How can I resolve these erro