in reply to No Perl/bin CentOS 6 installed locally

What was the output of make install?

I wouldn't expect to get a directory perl-5.10.1 to be created at all, as your prefix is only $HOME/localperl.

What is the directory layout you actually get below $HOME/localperl?

Replies are listed 'Best First'.
Re^2: No Perl/bin CentOS 6 installed locally
by yaklichk0719 (Acolyte) on Jul 24, 2018 at 22:49 UTC

    What installation settings would recommend to install Perl, where I would have   perl-5.10.1/bin locally?

      I thought you already had run a configuration and installation, and already had reviewed the installation instructions for Perl 5.10.1 and run these.

      Reading that document, it seems that a good configuration argument would be:

      -Dprefix='~/perl-5.10.1/'
      Hi,

      The questions were :

      What was the output of make install?

      What is the directory layout you actually get below $HOME/localperl?