in reply to Re^2: what should be in PERL5LIB after installing from source the 5.40.1 version on MacOS (am64)
in thread what should be in PERL5LIB after installing from source the 5.40.1 version on MacOS (am64)
The paths displayed then became part of my PERL5LIB, for each version.
But why? These are the paths Perl already knows about, there's no need to list them in PERL5LIB!
If your cpanm programs have been installed properly, then each of them should be able to install into suitable locations without specifing any -L directory at all. If you run:
cpanm --version...then each cpanm will tell you which version of Perl it is running, where it is about to install, and where it is looking for libraries (should be mostly the same as where it is about to install, with exception of cpanm's own FatPacked stuff). These should be different for each cpanm, and different from where your MacPorts Perl is installing.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: what should be in PERL5LIB after installing from source the 5.40.1 version on MacOS (am64)
by kwolcott (Acolyte) on Feb 23, 2025 at 00:46 UTC | |
by ikegami (Patriarch) on Feb 24, 2025 at 01:54 UTC |