LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   [Ub. Server 6.10] Adding GD support to PHP (https://www.linuxquestions.org/questions/ubuntu-63/%5Bub-server-6-10%5D-adding-gd-support-to-php-513344/)

ilhbutshm 12-24-2006 06:57 AM

[Ub. Server 6.10] Adding GD support to PHP
 
Hi!

How can I add GD support to Ubuntu Server LAMP? Am I going to have to remove the current version of PHP and compile my own version?

Other question: later I type 'apt-get remove apache2' and it removed one package sized at 81mb. But apache stop|start still works. How come?

Merry xmas,
Bostjan

cellarlight 12-25-2006 12:27 AM

Install php-gd with your package handler or from source. Next, add or uncomment the line in the php.ini file
Code:

extension=gd.so


All times are GMT -5. The time now is 08:16 AM.