in reply to Re: Cant get a clean 5.34 Perl built...
in thread Cant get a clean 5.34 Perl built...

I'm on rocky linux , I will check PERL5LIB (and perhaps PERLLIB?) to see how its defined.

Your wisdom is most appreciated sir definitely a ++ vote! I'm on it!

  • Comment on Re^2: Cant get a clean 5.34 Perl built...

Replies are listed 'Best First'.
Re^3: Cant get a clean 5.34 Perl built...
by Corion (Patriarch) on May 13, 2022 at 14:23 UTC

    Yes - ideally, while building Perl, you have no variables with the name PERL in them set.

    Once you've built (and installed) Perl, you can set those variables again, but they will change what is contained in @INC.

    You are not installing over the Perl binary supplied by your vendor, are you?!