Package gdlib was not found in the pkg-config search path.
001、问题:
Package gdlib was not found in the pkg-config search path.

002、解决方法
wget https://github.com/libgd/libgd/releases/download/gd-2.2.5/libgd-2.2.5.tar.gz tar -xzvf libgd-2.2.5.tar.gz cd libgd-2.2.5/ ./configure make make install make installcheck
参考:https://blog.csdn.net/weixin_44998474/article/details/117849543

浙公网安备 33010602011771号