-
I use Mac OS 12 and Perlbrew with Perl 5.36. When I install
I'm not sure how to investigate further or fix it. Previously I had GD install and build using the system Perl. I also have libgd installed from Homebrew and I included /usr/local/lib in the env var Would appreciate help as I rely upon GD for my personal projects. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Solved it, it happened to be caused by an unset PKG_CONFIG_PATH and not Perlbrew. Solution for those interested: https://stackoverflow.com/questions/75268026/cannot-build-perl-libgd-on-mac-perlbrew-environment/75291149#75291149 |
Beta Was this translation helpful? Give feedback.
Solved it, it happened to be caused by an unset PKG_CONFIG_PATH and not Perlbrew.
Solution for those interested: https://stackoverflow.com/questions/75268026/cannot-build-perl-libgd-on-mac-perlbrew-environment/75291149#75291149