Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
335 views

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 ...
0
votes
0answers
65 views

PHP: Enable T1Lib support in PHP installed from repository

I have installed PHP 5.3 from CentOS repository. However I'd like to enable T1Lib support on my local development machine. Is it possible without compiling PHP from sources? Any ideas?
0
votes
0answers
120 views

Installing PHP GD Library on Amazon AWS Server

I am working with a server on the Amazon AWS Cloud. I have PHP & MySQL Running on a Linux Server with Apache. I am attempting to get the GD Image Library working. I have run yum -y install ...
3
votes
1answer
196 views

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 ...
0
votes
2answers
248 views

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 ...
0
votes
0answers
83 views

Can't load GD library for php on IIS FastCGI

I have IIS7.5 running with PHP in FastCGI mode. My php .ini states that the GD library is being looked for, and when I run php-cgi.exe try to run php-cgi.exe to test the installation it says PHP ...
0
votes
1answer
82 views

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 ...
0
votes
1answer
104 views

After Installing GD using SSH and Recompiling Apache and PHP server wen down

Hello guys, I wanted to install GD so, I read one of the topics to follow these steps below to install it and to install other modules too. So I did. /scripts/easyapache Select option 1 ...
2
votes
1answer
220 views

Compiling PHP with GD and libjpeg support

I compile my own PHP, partly to learn more about how PHP is put together, and partly because I'm always finding I need modules that aren't available by default, and this way I have control over that. ...
0
votes
1answer
83 views

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 ...
0
votes
2answers
160 views

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 php ...
0
votes
3answers
149 views

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 ...
0
votes
1answer
103 views

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!
0
votes
4answers
2k views

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                                   ...
0
votes
1answer
739 views

Installing GDChart at CentOS fails: pecl/gdchart requires PHP extension “gd”

has anybody solved the problem of installing GDChart on CentOS 5.5 Linux (I've tried both 32 and 64 bit versions)? I have: # rpm -qa | grep -i php php-pear-1.4.9-6.el5 php-gd-5.1.6-27.el5 ...
1
vote
2answers
2k views

gd-jpeg: JPEG library reports unrecoverable error: Wrong JPEG library version: library is 80, caller expects 62

As the title says, I'm getting the above error in my Apache log files when calling imagecreatefromjpeg() in PHP. Running: apt-get install libjpeg62-dev Tells me that it is already at the latest ...
0
votes
2answers
477 views

imagecreatefromjpeg() stops working after server upgrade

We have a server located at a local company's place of business running Solaris/Apache/PHP. They recently did an update to Solaris, Apache, and PHP (security update patches, etc.). Unfortunately it ...
3
votes
1answer
2k views

How do I enable JPEG Support for PHP?

My Configure Command doesn't say anything about jpg, nor gif/png, but I can see gif/png support in the output of phpinfo(). I built PHP with --with-gd, but only GIF Support and PNG Support are in ...
1
vote
1answer
280 views

API numbers don't match on compiled PHP extension

I'm trying to get GD into my PHP. I recently installed PHP5.3.0 on my system running Mac Leopard using mac ports. It did not come with the gd module. So I downloaded gd, compiled it as an extension ...
4
votes
4answers
1k views

Do I have to recompile php to enable GD Library?

I have a GD library on my server installed and 'enabled' but under the Configure Command in php.info it says "--without-gd" Is there a way to enable it through root or do I have to recompile? ...
0
votes
3answers
95 views

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. ...
0
votes
2answers
2k views

php-gd installed but gd not showing up in phpinfo on CentOS 5.3 server running nginx

Logged in as root, I installed the php-gd libraries using $ yum install php-gd it said everything worked fine, so i did $ /etc/init.d/nginx restart But the code I had been working on still ...
0
votes
7answers
3k views

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 ...
1
vote
2answers
1k views

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 ...