Newbie Installation Problem

2000-07-25 Thread Adelaide Yip
ModPerl 1.24 configures fine on Redhat 6.2, but sometimes during it's installation I receive this error ... + make install root=/tmp/modperl_1.24-buildroot (cd ./apaci make) make[1]: Entering directory `/home/adelaide/src/BUILD/mod_perl-1.24/apaci' make[1]: Nothing to be done for `all'.

RE: Newbie Installation Problem

2000-07-25 Thread jbodnar
On 25-Jul-2000 Adelaide Yip wrote: ModPerl 1.24 configures fine on Redhat 6.2, but sometimes during it's installation I receive this error ... Warning: You do not have permissions to install into /usr/lib/perl5/site_perl/5.005/i386-linux at /usr/lib/perl5/5.00503/ExtUtils/Install.pm line 61.

RE: Newbie Installation Problem

2000-07-25 Thread Adelaide Yip
I tried doing PREFIX=/usr (I'm using Redhat layout), but still the same error. I also checked the permissions and I did have write permissions to /usr/lib/perl5/5.00503/ExtUtils/ . Thing is, I installed with no problems yesterday using the same method as today and now it suddenly has an error.

RE: Newbie Installation Problem

2000-07-25 Thread jbodnar
The permissions problems don't appear to be with the ExtUtils directory. It's trying to mkdir /usr/lib/perl5/site_perl/5.005/i386-linux/auto/Apache/include. Somewhere among those directories you don't have permission. And, I misspoke before about PREFIX. First, PREFIX doesn't do everything