Permission denied at /System/Library/Perl/ExtUtils/Install.pm line 62 Error 255 Frank Wiles wrote:.------[ sean finnigan wrote (2002/10/31 at 07:58:48) ]------ | | make install | | ....and I get an error if I'm not logged in with admin rights... | | What change do I need to put in Makefile.PL such that files won't | get copied to '/Library/Perl/Darwin' by 'make install' , but instead | just go (stay) in current dir? | `-------------------------------------------------
You'll have to do this from the initial make and set the prefix directory accordingly. So for instance if you want to install in your home directory which is /home/sean/ you'll need to do the following: perl Makefile.PL PREFIX=/home/sean/ make make install Then you will not need root/admin privileges, you will however need to modify @INC to know to look in the directory you choose for the library. --------------------------------- Frank Wiles http://frank.wiles.org --------------------------------- --------------------------------- Do you Yahoo!? HotJobs - Search new jobs daily now --------------------------------- Do you Yahoo!? HotJobs - Search new jobs daily now