I am trying to install the GD library using Strawberry perl and GnuWin32 . However, when I enter "install GD" in the CPAN shell, the following message appears:
'gdlib-config' is not recognized as an internal or external command, operable program or batch file. **UNRECOVERABLE ERROR** Could not find gdlib-config in the search path. Please install libgd 2.0.28 or higher.
I find that perl has difficulty finding the GD library installed in C: \ Program Files \ GnuWin32 \ bin, but I'm not sure how to fix it. I'm still new to perl, so any help would be appreciated.
source
share