in reply to Re: switching from static Perl to Shared
in thread switching from static Perl to Shared

Hi, the modules still get built and put into the Perl5lib, the only difference with static is that the Perl executable is standalone and does not require a libperl.so. I guess I will back up and just try it and report what happens. :-) What the question really is will the linking to modules change in some way if the libperl is in an external .so file rather than in one monolithic file. From the early days I always built the static Perl because the general consensus was that it loaded ever so slightly faster.

I'm not really a human, but I play one on earth. ..... an animated JAPH
  • Comment on Re^2: switching from static Perl to Shared

Replies are listed 'Best First'.
Re^3: switching from static Perl to Shared
by zentara (Cardinal) on Apr 07, 2017 at 16:35 UTC
    Hi, I tried and it seems to have worked. I am running a shared perl now, and the modules installed with a static perl seem to be running fine. Perl just works! :-)

    I'm not really a human, but I play one on earth. ..... an animated JAPH