Jump to content

GD library


Recommended Posts

On a Linux machine I believe you need to install GD and then install PHP with the '--with-gd' flag.

 

Most distributions have precompiled binaries available through there package management. Its pretty rare you actually need to compile php unless you are building extensions or using a source based distro.

 

I am using RHEL 5

 

yum install php5-gd

 

Should get the job done.

Link to comment
https://forums.phpfreaks.com/topic/143944-gd-library/#findComment-755334
Share on other sites

 

[root@www ~]# yum install php5-gd

Loading "installonlyn" plugin

Loading "rhnplugin" plugin

This system is not registered with RHN.

RHN support will be disabled.

Setting up Install Process

Setting up repositories

rhel-debuginfo            100% |=========================|  951 B    00:00

Reading repository metadata in from local files

primary.xml.gz            100% |=========================| 470 kB    00:00

################################################## 1985/1985

Parsing package install arguments

No Match for argument: php5-gd

Nothing to do

 

does that look right?

 

Link to comment
https://forums.phpfreaks.com/topic/143944-gd-library/#findComment-755342
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.