in reply to Re^8: Can't call libcurl with Inline::C on Windows
in thread Can't call libcurl with Inline::C on Windows

I've tried Alien::Curl, Unfoturatly, it seems download wrong curlxxxx.dll, so it doesn't get things done also ( I don't dig it so much, it seems mingw curl need a runtime dll, )




I am trying to improve my English skills, if you see a mistake please feel free to reply or /msg me a correction

  • Comment on Re^9: Can't call libcurl with Inline::C on Windows

Replies are listed 'Best First'.
Re^10: Can't call libcurl with Inline::C on Windows
by swl (Prior) on Nov 22, 2019 at 22:36 UTC

    Did it run a system or share install?

    If the former then it would use the first existing version on your system that it finds in the path. This is the default and needs to be overridden using an environment variable. Details of how to do so are at https://metacpan.org/pod/Alien::Build#ALIEN_INSTALL_TYPE.