Web Hosting Talk







View Full Version : Trying to install a module...


Justin S
04-04-2001, 07:41 PM
I'm trying to install a module on my RaQ 4i, but for some reason when I type the following:


perl Makefile.PL
make
make install


I get 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.
Installing /usr/lib/perl5/site_perl/5.005/CGI_Lite.pm
mkdir /usr/lib/perl5/site_perl/5.005/i386-linux/auto/CGI_Lite: Permission denied at /usr/lib/perl5/5.00503/ExtUtils/Install.pm line 142
make: *** [pure_site_install] Error 2


Anyone know how to fix this?

cgisupp
04-04-2001, 09:05 PM
Are you logged in as the root user?

Justin S
04-04-2001, 09:29 PM
Admin, yes.

cgisupp
04-04-2001, 09:38 PM
OK you need to type in su hit enter then enter your admin password again. You are then the root user. admin priveleges won't allow you to install files owned by root.

Justin S
04-04-2001, 09:45 PM
Aha! Thanks cgisupp! I was fooled into thinking 'admin' was really just a fancy name for 'root' on RaQs. Thanks again...