Questions tagged [php5-gd]

11 questions
4
votes
3 answers

php5-gd shows in "php -i | grep -i gd" but not in phpinfo();

I am trying to enable GD in my installation of Apache2, PHP5 and MySQL on my Ubuntu server. I installed php5-gd with: apt-get install php5-gd And when I run php -i I get: gd GD Support => enabled GD Version => 2.0 FreeType Support =>…
Qzen
  • 43
  • 1
  • 4
4
votes
1 answer

Add image support to GD on Debian

I've recently replaced our aging (386) monitoring machine with something a bit more recent and because I had driver issues with CentOS I decided to use Debian 6 (Squeeze) instead. While in the past I've preferred to compile from source this time I…
John Gardeniers
  • 27,262
  • 12
  • 53
  • 108
4
votes
2 answers

How to install php5-gd on ubuntu?

I'm running ubuntu 10.04. I just ran the command, sudo apt-get install php5-gd but it gave me this error The following packages have unmet dependencies: php5-gd: Depends: php5-common (= 5.3.2-1ubuntu4) but 5.3.2-1ubuntu4.5 is to be installed E:…
John
  • 7,153
  • 22
  • 61
  • 86
1
vote
1 answer

yum update php libjpeg dependency

I'm having a problem doing a yum update with php and it's having a dependency problem with libjpeg.so here is the yum update output: yum update Resolving Dependencies --> Running transaction check ---> Package php54w.i386 0:5.4.12-1.w6 will be…
TheDayIsDone
  • 139
  • 4
1
vote
2 answers

PHP5-GD installation on ubuntu 10.10

I have problem with php5-gd. When I enter sudo apt-get install php5-gd from terminal, I get this line: Depends: php5-common (= 5.3.3-1ubuntu9.5) but 5.3.6-6~dotdeb.1 is to be installed. Can any one help me?
Hungnguyen
  • 11
  • 1
0
votes
0 answers

Disable gd library on a specific website

I am trying to disable gb library on a specific website so it won't affect the other websites which are hosted on the same server. Is it possible to do this with htaccess or is there another way?
user3465843
  • 43
  • 1
  • 6
0
votes
0 answers

php5-gd depends: php5-common (= 5.4.36-0+deb7u3) but 5.6.6+dfsg-2 is to be installed

I using Debian Wheezy, I have problem with package named php5-gd. When I put "apt-get install php5-gd" then I have this error: The following packages have unmet dependencies: php5-gd : Depends: phpapi-20100525 Depends: php5-common (=…
Smashden
  • 1
  • 1
0
votes
0 answers

Dotdeb php5-gd without libjpeg8?

I have problem with GD - it creates blurry images on my dotdeb nginx+fpm server. I checked phpinfo and the difference is that the working servers show "libjpeg version: unknown". This faulty one shows "libjpeg version: 8". see this diff (please note…
Tomáš Fejfar
  • 147
  • 1
  • 9
0
votes
1 answer

PHP 5.2 installation with GD on CentOS 6

I am trying to install PHP 5.2.17 on CentOS 6.2. I have downloaded RPMs from http://www6.atomicorp.com/channels/atomic/centos/6/i386/RPMs/ Problem is that the PHP RPM seems to have GD disabled by default. Hence in spite installing php-gd RPM, GD is…
Pratik Thakkar
  • 119
  • 2
  • 4
0
votes
1 answer

Invalid operation dist-ugprade

i'm running Apache 2 on Debian at my VPS. Naturally i have problem with restricted GD-library of my php package and i need to fix it (i need imagerotate() function). Before installing php-gd pugin it's necessary to update php 5.2 to php 5.3 my…
drdarwin
  • 3
  • 1
  • 2
0
votes
2 answers

Can't install gd library on RedHat5 and php 5.3.6

I followed some tutorial on the web but I can't figure out how to install them. I have RH5 and php 5.3.6. I typed yum install php-gd and it get me Parsing package install arguments No Match for argument: php-gd Nothing to do Tryed with…
Kreker
  • 438
  • 4
  • 10
  • 22