原 编译安装php报错configure: error: GD build test failed
现象
1 2 3 4 5 6 7 8 9 10 11 12 13 | checking whether to enable JIS-mapped Japanese font support in GD... no checking for fabsf... yes checking for floorf... yes checking for zlib... yes checking for libpng... yes checking for libwebp... yes checking for libjpeg... yes checking for freetype2... yes configure: error: GD build test failed. Please check the config.log for details. configure:33278: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -lxml2 -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lz -lpng16 -lz -lwebp -ljpeg -lfreetype >&5 /usr/bin/ld: cannot find -lfreetype |
分析
查看config.log文件,定位到GD的位置,查看
1 2 3 4 | /usr/bin/ld: caonot find -lpng16 /usr/bin/ld: cannot find -lfreetype collect2: error:ld returned 1 exit status |


