in reply to Configure self-contained perl from source

Configure "helpfully" looks for an existing perl, i.e. /usr/bin/perl, and puts its library directories in @INC in my private build
Er, no it doesn't. You've most likely got the PERL5LIB env var set.

Dave.

  • Comment on Re: Configure self-contained perl from source

Replies are listed 'Best First'.
Re^2: Configure self-contained perl from source
by eb710 (Acolyte) on May 21, 2005 at 16:50 UTC
    Right! But why? and how? and where? I'm running Fedora Core 3.
      Probably /etc/profile.d/atrpms.sh and atrpms.csh. These are pointless and should be removed.

      Dave.