Skip Menu |

This queue is for tickets about the TimeDate CPAN distribution.

Report information
The Basics
Id: 2665
Status: resolved
Priority: 0/
Queue: TimeDate

People
Owner: Nobody in particular
Requestors: hauser [...] acm.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: allow Date::Parse to be installed also as non-root
When doing perl -MCPAN -e 'install "Date::Parse"' I get: <<Running make install Warning: You do not have permissions to install into /usr/lib/perl5/site_perl/5. 8.0/i386-linux-thread-multi at /usr/lib/perl5/5.8.0/ExtUtils/Install.pm line 84. mkdir /usr/lib/perl5/site_perl/5.8.0/Time: Permission denied at /usr/lib/perl5/5 .8.0/ExtUtils/Install.pm line 137 make: *** [pure_site_install] Error 255 /usr/bin/make install -- NOT OK You may have to su to root to install the package>> This prevents me from installing bugzilla :( --> http://bugzilla.mozilla.org/show_bug.cgi?id=207039
Date: Tue, 27 May 2003 19:42:02 +0100
From: Graham Barr <gbarr [...] pobox.com>
To: Guest via RT <bug-TimeDate [...] rt.cpan.org>
Subject: Re: [cpan #2665] allow Date::Parse to be installed also as non-root
RT-Send-Cc:
On Tue, May 27, 2003 at 02:35:00PM -0400, Guest via RT wrote: Show quoted text
> <<Running make install > Warning: You do not have permissions to install into /usr/lib/perl5/site_perl/5. > 8.0/i386-linux-thread-multi at /usr/lib/perl5/5.8.0/ExtUtils/Install.pm line 84. > > mkdir /usr/lib/perl5/site_perl/5.8.0/Time: Permission denied at /usr/lib/perl5/5 > .8.0/ExtUtils/Install.pm line 137 > make: *** [pure_site_install] Error 255
This is not a bug in TimeDate. TimeDate is no different to any other perl distribution in this respect. If you want to install it without root then you need to tell it where to install it, by default all Makefile.PL's will install in the perl's site_lib The MakeMaker docs should be able to help with that Graham.
From: hauser [...] acm.org
Thanks Graham, let's see what comes out there --> http://rt.cpan.org/NoAuth/Bug.html?id=2668