Kevin Viel wrote:
I am attempting to install modules on a Solaris v10 computer for which I do not have root privileges. I see in MyConfig.pm that the build directory is local:

'build_dir' => q[/home/kviel/.cpan/build]

Where does it install the (built) module?

Thank you,

Kevin



The build_dir doesn't mean a lot in this case, assuming you are asking what I think you are asking. Instead you want to specify an install location in the makepl_arg and or mbuildpl_arg settings. For instance,

makepl_arg = LIB=~/local/lib PREFIX=~/local/lib
mbuildpl_arg = --install_base /home/user/local/lib

Check perldoc CPAN for information about 'o conf'. HTH,

http://danconia.org

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to