On Mon, 10 Jun 2002 16:13:18 +0800, [EMAIL PROTECTED] wrote:
>I am having problem when try to make install. Please help.
>
>cp Changes blib/lib/DBI/Changes.pm
>Warning: You do not have permissions to install into
>/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris at
>/usr/local/lib/perl5/5.6.1/ExtUtils/Install.pm line 85.
As it said, you have no permission to install anything in perl's site
lib tree. You can do "make install" as root, it is the common approach.
Something like
sudo make install
might work. (You likely will have to type in the root password).
Otherwise, do "su" first, and then siimple "make install".
This is basic Unix administration.
--
Bart.