in reply to Re^5: Using Perlbrew with debian Perl packages like libdbd-mysql
in thread [SOLVED] Using Perlbrew with debian Perl packages like libdbd-mysql

To paraphrase Arthur C Clarke, if you can't understand it, it's f*cking magic.

$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks

  • Comment on Re^6: Using Perlbrew with debian Perl packages like libdbd-mysql

Replies are listed 'Best First'.
Re^7: Using Perlbrew with debian Perl packages like libdbd-mysql
by marto (Cardinal) on Dec 13, 2017 at 22:54 UTC

    Glancing at something won't make you understand it. Update: thanks for proving my point.

      I know enough to know when I've been down a road before and have met without success and will likely be tearing my hair out for no good reason. The solution I found was not on that man page because things were complicated by the fact that I had used the debian package system to install mysql. The man page simply does not cover that scenario. And I know just about jack about the debian packaging system to be able to figure out a workaround on my own. See what worked below.

      $PM = "Perl Monk's";
      $MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest";
      $nysus = $PM . ' ' . $MCF;
      Click here if you love Perl Monks

        This is not a work around as you claim. The documentation I linked to clearly states prerequisites you had not satisfied. The error thrown when trying to install tells you what file can't be found. A Google search for the error or if you don't know how to use your package management tool to search for things (of course there's documentation available to explain how to do that) would find what you needed. Nobody is born knowing this. There simply is no magic.