LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Upgrading Bundled Version of GD (https://www.linuxquestions.org/questions/linux-software-2/upgrading-bundled-version-of-gd-429434/)

Darwinist 03-28-2006 06:15 PM

Upgrading Bundled Version of GD
 
According the PHP info, my GD version is 'bundled (2.0.12 compatible)'. Is there any way to upgrade this? I need GIF support from GD.

I tried installing the latest version of GD from source, but although it completed without any obvious errors, the old GD version is still there.

randyding 03-28-2006 08:23 PM

To remove old version, try:
Code:

rpm -e gd-devel gd

Matir 03-28-2006 08:41 PM

The bundled indicates that the gd comes as part of PHP. It is not using external libraries. Try upgrading php.


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