Questions tagged [gd]

34 questions
1
vote
1 answer

error compling php5 with gd for ubuntu 12.04

I need the imageantialias() to work on the server I built. I have complied PHP before but for some reason I can't do it any more. I ran these steps to try: apt-get source php5 apt-get build-dep php5 cd php5-* nano debian/rules find this line…
1
vote
2 answers

How do you enable GD in PHP when installing via RPM?

We are working on a client's sever that has PHP running without GD. We would like to enable GD support in PHP on that machine. What is the most straightforward way to enable GD. Is there a way to do it via RPM? Thanks! Update: Currently…
GloryFish
  • 113
  • 1
  • 6
0
votes
0 answers

Captcha on Nginx

I have oxwall v1.8.4.1 installed on a ubuntu 14.04 server with LEMP stack. This server functions great with all other open-source software: wordpress & opencart It has all the required modules installed inc. GD & TrueType support (required for…
Jadeye
  • 123
  • 7
0
votes
3 answers

gd dissapears from apache server

We have a web server (Debian, with Apache2, PHP4 and MySQL) used in an Intranet. It's main use is to serve pages with data and graphs generated dynamically (using jpgraph) from the data stored in DB. It has worked rock solid for several years, but…
juanlu
0
votes
1 answer

Installing GD on Centos 6.3

Hello everyone I am trying to enable GD in my installation of PHP in my CentOS 6.3 machine running lighttpd as the web server. I have done yum install gd gd-php and when I run php -i I get gd GD Support => enabled GD Version => bundled…
rii
  • 117
  • 8
0
votes
1 answer

Drupal installation. GD and PDO issue on ubuntu amazon EC2

sorry if this has been answered already, but my searches brought me to nowhere. I have just installed LAMP environment on Amazon EC2 instance. It runs on: Ubuntu precise 12.04 amd64 server PHP Version 5.3.10-1ubuntu3.4 MySQL 5.5.28 Apache/2.2.22…
MAXIM
  • 111
  • 5
0
votes
7 answers

Strange GD error when working on PNG images from PHP on FreeBSD

I have a problem with my FreeBSD 7.1 server. PHP's GD implementation no longer works on PNG images. Whenever the system tries to work with PNG images, I get these three error messages: [Sat Jul 18 21:41:15 2009] [error] [client 90.34.34.34] PHP…
mikl
  • 622
  • 1
  • 11
  • 17
0
votes
2 answers

Need help to install php gd on ubuntu with lampp (xampp)

I'm running lampp 1.7.1 on lubuntu oneiric. I need to add extension for php_gd. I installed php5-gd by sudo apt-get install php5-gd Had a look at php.ini and noticed the line ;extension=php_gd.dll Searched for something with php_gd and…
Luca Borrione
  • 755
  • 2
  • 9
  • 16
0
votes
2 answers

How to add GD to a PHP 5.3 CentOS installation from a different repo?

I installed PHP 5.3 on a CentOS 5.3 using yum and repos from Webtatic (http://www.webtatic.com/packages/php53/) and now I'd like to add the GD library to that installation but Webtatic seems to be offline. Now: # yum install php-gd Fails of course…
Mauro
  • 386
  • 1
  • 4
  • 13
0
votes
1 answer

mysql and phpthumb killing the server

I installed GD and ImageMagick the other day and since that day phpthumb() which it is installed on my wordpress killing the processor. I've transfered my website from an old server to this new one using resync 2 days ago, and I noticed that the…
0
votes
1 answer

Enabling GD & MySQL in PHP

I've Yumed the following onto my server: httpd php mysql mysql-server php-mysql php-gd They all installed fine. Should GD and MySQL be available in PHP after installing those packages, even if phpinfo() doesn't have GD or MySQL listed anywhere…
Andrew M
  • 115
  • 6
0
votes
2 answers

PHP-GD installed but not activated in RedHat 5.5 Enterprise

I don't know how the lamp server was installed. Launching a phpinfo() script i can read --without-gd even if i found the packages on the machine root@mypc ~]# rpm -qa |grep…
Michele
  • 169
  • 10
0
votes
3 answers

Cannot install GD with PHP

I've had a lot of trouble getting GD to work with my web server (Apache2). This is a Virtual Private Server using CentOS 5.5 and am currently setting it up from scratch. I've installed GD (cannot seem to get GD2 in any yum install)... I've…
Atticus
  • 191
  • 1
  • 9
0
votes
1 answer

php GD2 lib uncommented, but still doesn't work!

i have installed Apache/2.2.17 (Win64) PHP/5.2.8-x64 . i need GD2 lib... so i went to php.ini, uncomment php_gd2.dll and restarded server. nothing! gd lib doesn't work! help!
marverix
  • 131
  • 1
  • 5
0
votes
4 answers

Install GD Library for PHP in GoDaddy VPS with CentOS???

When I tried to install php-gd library in my GoDaddy VPS with CentOS, It gives: $ yum install php-gd Loaded plugins: fastestmirror Determining fastest mirrors addons                                                    | 951 B     00:00 base…
Arun David
  • 133
  • 1
  • 2
  • 5