in reply to Re: Module::Build- Overriding default $Config{installprefix} (cpan Distroprefs )
in thread Module::Build- Overriding default $Config{installprefix}
Thanks for the clue of install_path.
This did not work ...
--install_path /some/dir/perl/etc
... needed to do ...
--install_path etc=/some/dir/perl/etc
... "worked" in the sense installation did not fail due to permission error; have yet to try running the software. If that would still be a problem, then just /have to/ edit the damn installed file(s).
All in all, setting various paths is damn fucking fiddly to install software in a user-controlled directory. Much less irritating was building own perl (& installing in user-controlled directory) and using that perl to install everything else. But decision is not mine to make :-|
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Module::Build- Overriding default $Config{installprefix} (cpan Distroprefs )
by Anonymous Monk on Aug 01, 2023 at 07:54 UTC | |
|
Re^3: Module::Build- Overriding default $Config{installprefix} (cpan Distroprefs )
by eyepopslikeamosquito (Archbishop) on Aug 01, 2023 at 08:48 UTC |