in reply to Re^3: Compilation failed in require at C:/mychoo/cg
in thread Compilation failed in require at C:/mychoo/cg

"now have an error notice missing image/magick.pm which I believe should be in strawberry."

It isn't. Familiarise yourself with the Strawberry Perl distribution. Perhaps if you explain your migration there may be more hints available, however it's usually just a case of installing the modules upon which your code depends.

"Would have this fixed the problem with strawberry?"

You've yet to post an actual problem with Strawberry perl. It just doesn't come with the things you believe it does.

To install missing modules open a command prompt and type:

cpanm Module::Name

Substituting Module::Name for the name of the module you actually wish to install.

Replies are listed 'Best First'.
Re^5: Compilation failed in require at C:/mychoo/cg
by traincity (Sexton) on Jun 22, 2019 at 18:34 UTC
    Thanks... No it's not strawberry... It is me in that I don't know what I'm doing. I just tried this but:

    c:\Strawberry>cpanm module::Magick ! Finding module::Magick on cpanmetadb failed. ! Finding module::Magick () on mirror http://www.cpan.org failed. ! Couldn't find module or a distribution module::Magick

    So does that mean Magick doesn't exist, or did I do something wrong?? I tried it from c:\ also.... Is there a special perl command prompt that I should be using? Thanks!

        Closer... I was having a case sensitive misunderstanding. But now it still failed. Says to redo with force??

        c:\>cpanm Image::Magick --> Working on Image::Magick Fetching http://www.cpan.org/authors/id/J/JC/JCRISTY/PerlMagick-6.89-1.tar.gz ... OK Configuring PerlMagick-6.89-1 ... OK Building and testing Image-Magick-6.89 ... FAIL ! Installing Image::Magick failed. See C:\Users\USER\.cpanm\work\1561238400.18228\build.log for details. Retry with --force to force install it.

        Thanks so much!