in reply to Re^7: Can't call libcurl with Inline::C on Windows
in thread Can't call libcurl with Inline::C on Windows
This might be tangential, but have you tried using Alien::curl and forcing a shared install so it downloads and compiles a recent version?
Access to the libs is then via Alien::curl->libs and similar. See the examples in the Alien::curl and Alien::Base documentation.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^9: Can't call libcurl with Inline::C on Windows
by xiaoyafeng (Deacon) on Nov 22, 2019 at 05:12 UTC | |
by swl (Prior) on Nov 22, 2019 at 22:36 UTC |