Linux Ask!

Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.

Jan 182008
 

Install GD Library for PHP on Linux

Answer:

To install GD Library for PHP on Linux

1. Fedora/CentOS

# yum install php-gd

Then restart Apache

# service httpd restart

2. Debian/Ubuntu

# sudo apt-get install php5-gd

Then restart Apache

# sudo /etc/init.d/apache restart

 Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>