Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
10-13-2010, 11:10 PM
|
#1
|
|
LQ Newbie
Registered: Oct 2010
Posts: 4
Rep:
|
Missing php_gd2.dll (I tried yum install php-gd)
This could just have easily gone under Linux Newbie since I have no idea what I am doing, but since it is a software question I thought I would try this forum.
I am missing the GD library on my server so the Captcha is not working.
I looked for the php_gd2.dll in the php.ini but did not see it anywhere.
I am running Fedora 11.0-64 and PHP 5.2.13.
The steps I have tried are:
From the root doing "yum install php-gd"
Then did a "service httpd restart"
I did a grep of various pieces of "extension=php_gd2.dll" in the php.ini but did not see this line anywhere.
My file path is /etc/php.ini
Is there some where else I should be looking? Other steps I can take?
|
|
|
|
10-13-2010, 11:27 PM
|
#2
|
|
Senior Member
Registered: Feb 2008
Location: Pune - India
Distribution: Fedora,RedHat,CentOS,Gentoo
Posts: 1,096
Rep: 
|
Hi,
Did you install even devel packages for gd ?
Try it may solve your problem:
Code:
yum -y install gd-devel
|
|
|
|
10-13-2010, 11:37 PM
|
#3
|
|
LQ Newbie
Registered: Oct 2010
Posts: 4
Original Poster
Rep:
|
Quote:
Originally Posted by prayag_pjs
Hi,
Did you install even devel packages for gd ?
Try it may solve your problem:
Code:
yum -y install gd-devel
|
Yes. I had tried that.
I did it again just to be save but go "already installed and latest version".
Any other thoughts?
The php_gd2.dll should be in the php.ini file right?
|
|
|
|
10-13-2010, 11:58 PM
|
#4
|
|
Senior Member
Registered: Feb 2008
Location: Pune - India
Distribution: Fedora,RedHat,CentOS,Gentoo
Posts: 1,096
Rep: 
|
You said its not included;but its there in my fedora.What you do is serach inside the file.Its commented.
PHP includes a version of gd as "standard equipment." php_gd2.dll is included in a standard PHP installation which is not enabled by default. To turn it on, the user may simply uncomment the line "extension=php_gd2.dll" in php.ini and restart the PHP extension.
Change:
To:
You may also have to correct the extension directory setting from:
Or:
Quote:
|
extension_dir = "./extensions"
|
Last edited by prayag_pjs; 10-13-2010 at 11:59 PM.
|
|
|
|
10-14-2010, 12:13 AM
|
#5
|
|
Guru
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 10,365
|
@OP
dll files are windows dynamic libraries. For linux the dynamic (shared) library should be gd.so.
Since you used yum to install php-gd, I guess it's already installed. To verify, run fro CLI:
You need also to restart the web server in order to use the extension.
Regards
|
|
|
|
10-14-2010, 12:13 AM
|
#6
|
|
LQ Newbie
Registered: Oct 2010
Posts: 4
Original Poster
Rep:
|
prayag_pjs, thanks for the help.
Bear with me as I am new at this.
From the directory /root/etc
I type
grep "php_gd2.dll" php.ini
and nothing shows up.
I type in
grep extension php.ini
and all I get is
"[root@server2 etc]# grep extension php.ini
; dynamically loaded extension (either a PHP extension or a Zend extension),
; you may only use these constants *after* the line that loads the extension.
; leading '/'. You must also specify the file extension being used including
; If you wish to have an extension loaded automatically, use the following
; extension=modulename.extension
; extension=msql.so
; needs to go here. Specify the location of the extension with the
; extension_dir directive above.
; Note: packaged extension modules are now loaded via the .ini files
; Sets the directory name where SOAP extension will put cache files.
[root@server2 etc]#
so I don't see the line I am supposed to uncomment.
Am I in in the wrong file? wrong directory? Missing complete chunks of code?
Thanks for the help!
|
|
|
|
10-14-2010, 12:28 AM
|
#7
|
|
Senior Member
Registered: Feb 2008
Location: Pune - India
Distribution: Fedora,RedHat,CentOS,Gentoo
Posts: 1,096
Rep: 
|
Hi,
What you do is add the line manually in file.
|
|
|
|
10-14-2010, 10:56 PM
|
#8
|
|
LQ Newbie
Registered: Oct 2010
Posts: 4
Original Poster
Rep:
|
Thanks! I will add it now.
I appreciate the help!
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 05:45 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|