Jump to content

GD Library problem


superalpha

Recommended Posts

I am a master student of faculty of engineering, Bangkok, Thailand.
I have some question to ask about GD library.

My server is use Red Hat Enterprise AS4. PHP version is 4.3.9(built in redhat). I want to run JPGraph in my server but I couldn't. I read from many websites that it told GD library is bundle in PHP => 4.3 . So I think GD Library should be run in my server. Please told me that how can I do to solve this problem?
Link to comment
Share on other sites

Check out the tutorials on this site, might have some info that helps:
gd library:[url=http://www.phpfreaks.com/tutorials/105/0.php] http://www.phpfreaks.com/tutorials/105/0.php[/url]
jpgraph: [url=http://www.phpfreaks.com/tutorials/112/0.php]http://www.phpfreaks.com/tutorials/112/0.php[/url]
Link to comment
Share on other sites

Find the "php.ini" config file (somewhere like /etc/httpd/php.ini). Then in that file, under Dynamic Extensions,  find the line ";extension=php_gd2.dll" and just uncomment it (i.e. remove the ";"). That should do the trick.
Link to comment
Share on other sites

Dear Ken
          I am setup and install Redhat Enterprise AS4 with myself. PHP was built in Redhat. I think GD should run because GD library is bundle in PHP=>4.3.0 . However, when I check with my phpinfo.php file, there is no GD shown in page. I think we GD is in my server but it's disable. Who can describe me?
Link to comment
Share on other sites

you need to install GD. for example i have php version 5 on ubuntu. but the ubuntu team took GD out of PHP and have it as a seperate install.

go to redhats package manager and search for "php gd" make sure you get the GD version that [u]matches[/u] you PHP version.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

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