in reply to installing GD.pm
There is your error, right there. See how it found a file /usr/includegd.h ?? It should read /usr/include/gd.h. Somehow one of the software repository template or make files got screwed up, and lost a /. It happens. I was just watching a youtube video of Linus Torvalds explain why Git is so valuable, because it always returns exactly what was put in.
C libraries need correct header files.
|
|---|