in reply to Why permission required while installing certain CPAN module locally?
Generally when you install Perl modules as a normal use, You wont have any problems upto
perl Makefile.PL
make
but when you use
make install
you will get lot of Issues. Because that tries to copy or move files from local directory to /bin/ /usr/bin.
These are all some system related directories there the root user has the access.
If you get admin access there won't be much Issues.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Why permission required while installing certain CPAN module locally?
by vek (Prior) on Nov 02, 2005 at 07:23 UTC |