undefined symbol: FT_Load_Glyph

rebuild:

make clean

vi Makefile

Add ‘-I/usr/include/freetype2‘ to INCLUDE

Add ‘-lfreetype‘ to GD_SHARED_LIBADD

execute command:

make

make install