Re: ModPerl make test and make install Issues

2007-10-17 Thread Fred Moyer
Suman, Shambhu wrote: ** ERROR test from make install step Warning: You do not have permissions to install into /usr/lib64/perl5/site_perl/5.8.5/x86_64-linux-thread-multi at /usr/lib/perl5/5.8.5/ExtUtils/Install.pm line 114. mkdir /usr/lib64/perl5/site_pe

Re: ModPerl make test and make install Issues

2007-10-17 Thread Perrin Harkins
On 10/17/07, Suman, Shambhu <[EMAIL PROTECTED]> wrote: > I am trying to install mod-perl on a linux box. I do not have root > permissions. You need to tell it to install a private perl lib then. Check the install instructions for the details of how to tell it where to install the perl modules. I

ModPerl make test and make install Issues

2007-10-17 Thread Suman, Shambhu
Hi, I am trying to install mod-perl on a linux box. I do not have root permissions. The make test failed on various test which I think could be ignore. However make install fails as obviously my user-id on the system does not have proper permission for all the directories. Here is the error tha