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

 

posted @ 2022-10-09 09:38  小鲨鱼2018  阅读(672)  评论(0)    收藏  举报