Hi,
Quote:
Originally posted by chrisbutts
Hey Guys, I am trying to install the GD Image library on a Debian system. I have used the command apt-get install gd but I am still having the same problem. Can someone tell me what I need to do. Thanks
Chris
|
reading the manuals should help you.
Try to do an "apt-cache search libgd" and check out the package names that are found there. Then install the package of your choice by running "apt-get install $package_of_your_choice" ...
cu