I have tried to install gd 1.8.4 on my Linux server running Apache and PHP.
I can 'Make' gd, but then I do not know, what to do. I have tried to 'Make' PHP again with --with-gd, and then 'Make' Apache again. If I do that making Apache comes with a lot of errors like
'undefined reference to gd...'
If I do not do that I always get an error like
'Fatal error: Call to undefined function: imagecreate()'
when I try to call a function in gd...
What have I done wrong?