Build failing on curl 7.86.0 when try to add DBD-mysql

Hi there,

I’m trying to add the DBD-mysql package to my project but the build seems to be failing on curl 7.86.0.

This is the error it’s producing:
RuntimeError: Cannot find library C:/builds/outputs/ded54175-003a-5fcf-932b-737435deee4e/installdir/usr/lib/libcurl_imp or C:/builds/outputs/ded54175-003a-5fcf-932b-737435deee4e/installdir/usr/lib/libcurl_imp.a to alias!

Thank you!

Wroofe23

Welcome to the ActiveState Platform! and thanks for bringing this issue to our attention. Our build engineers will investigate and get back to you with their findings.

In the meantime, if you are able to use Curl v7.67.0, I have verified that it will successfully build for Perl 5.36 on Windows. You can update your project by doing the following:

  1. Click on the Configuration tab and scroll down to the listing for curl.
  2. Click the Edit button beside curl. This will move curl up to the Packages section at the top of your configuration.
  3. Click the dropdown and select v7.67.0

You can now save and rebuild your project.

Hope that helps,

That worked a treat! Thank you very much for the help :slight_smile: