Why will it not install DBI?

前端 未结 1 1879
野性不改
野性不改 2020-12-12 02:46

I have installed XAMPP on windows 10. Running Apache and mySQL, works fine. I was testing Perl, and it worked too. However it can\'t connect to mySQL, so I tried to install

相关标签:
1条回答
  • 2020-12-12 03:32

    Previously, ActiveState Perl would automatically install dmake and MinGW for you, see “ppm.bat install failed: Can't find any package that provides MinGW”.

    I tried to install perl version 5.28.1 using the new ActiveState Platform, see notice at the PPM index:

    Notice! PPM is being replaced with the ActiveState Platform, which enhances PPM’s build and deploy capabilities. Create your free Platform account to download ActivePerl or customize Perl with the packages you require and get automatic updates.

    but there is no MinGW package when I choose "Add packages" from the "Configuration" tab at my Perl project from the ActiveState Platform.

    However, for the old PPM with perl version 5.24 there is a MinGW package.

    Also, if I try run from the Command Prompt:

    >ppm install MinGW
    ppm install failed: Can't find any package that provides MinGW
    

    I would recommend using Strawberry Perl until this problem with ActivePerl is fixed.

    0 讨论(0)
提交回复
热议问题