in reply to Re: Building module by hand
in thread Building module by hand
Navigate to that directory and typeMy epxerience has been that the make and make test can be done as any user, bu thte make install probably needs to be root.perl Makefile.PL
make
make test
make install You probably need to be root for this step.
|
---|