You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for the delay... What is the output of perl Makerfile.PL? I recall having similar issues when compiling with the libcurl version shipped with MacOS. Long story short: it is mangled; better use the version from Homebrew. The caveat is that you have to set environment variables to point the compiler to the Homebrew's libcurl version. This should do the trick:
brew install curl
eval$( brew shellenv )export LDFLAGS="-L$HOMEBREW_PREFIX/opt/curl/lib"export CPPFLAGS="-I$HOMEBREW_PREFIX/opt/curl/include"export PKG_CONFIG_PATH="$HOMEBREW_PREFIX/opt/curl/lib/pkgconfig"
perl Makefile.PL
make
make test
I am unable to install Net::Curl::Easy on MacOS Monterey 12.4
I'm using brew:
This is perl 5, version 34, subversion 0 (v5.34.0) built for darwin-thread-multi-2level
This has been working, but after upgrading to Monterey I can't install (other CPAN models seem ok)
Please let me know if you need the full log.
Kind regards,
Paul
The text was updated successfully, but these errors were encountered: