in reply to object version does not match bootstrap parameter

I just fixed this one by ensuring I included the directory that has the 'auto/$module' directory in my PERL5LIB.
Still running into an error - This might be an easier problem - my 'make install' fails trying to install the module in /usr/lib64 instead of using the PREFIX override I provide with makefile

what (all) am i missing???

  • Comment on Re: object version does not match bootstrap parameter

Replies are listed 'Best First'.
Re^2: object version does not match bootstrap parameter ( cpanm --local-lib PERL5LIB)
by Anonymous Monk on Sep 27, 2013 at 22:25 UTC
    Well, whatever you did (which is a mystery), you did it wrong :)

    quickets/cheapest/fastest/lowest learning curve is to use cpanm --local-lib module module module to install, and then add to your PERL5LIB the path as described in local::lib

        You guys are the best - Thanks!!!!