installing gd

First let me preface by saying I'm a real newbie to this stuff.

I am installing GD so I can do thumbnail conversions for 4images.

I went to http://www.boutell.com/gd/ for the files and instructions.

SSH'd in as root.

mkdir gd
cd gd
wget -xzvf http://www.boutell.com/gd/http/gd-2.0.11.tar.gz
tar gd-2.0.11.tar.gz

(so far everything went great)

when i try to ./configure, I get
Code:
bash: ./configure: No such file or directory
anybody know what the heck am i missing?

 

 

 

 

Top