Installing the GD Library for PHP

5 replies
Hello Everyone.

I was in big problem from last few days.. i read many forums and manuals. captcha code is not working on my website. there is errors on my server (GD library not installed on server). i am new to maintain server so I have read many manuals and forums to fix this i get many solutions but i have not understood properly. so please tell me any one how to install GD library on linux server. i have dedicated server with WHM and c-panel also.
#installing #library #php
  • Profile picture of the author wordpressguru
    Originally Posted by businesspages9 View Post

    Hello Everyone.

    I was in big problem from last few days.. i read many forums and manuals. captcha code is not working on my website. there is errors on my server (GD library not installed on server). i am new to maintain server so I have read many manuals and forums to fix this i get many solutions but i have not understood properly. so please tell me any one how to install GD library on linux server. i have dedicated server with WHM and c-panel also.
    What's your OS version, what's the php version you use on the dedicated server?
    Usually in Centos, all you need is to yum install php-gd on your putty.
    {{ DiscussionBoard.errors[8626654].message }}
    • Profile picture of the author businesspages9
      Hello .. im using CentOS 6.4 and php 5.5.. im new on server line .. iknow putty and how to use also but can you please tell me steps how i can install GD library with putty..?
      {{ DiscussionBoard.errors[8636770].message }}
      • Profile picture of the author pawanzz
        Hi...
        You can installing gd library for php.You can use yum for install php-gd .
        {{ DiscussionBoard.errors[8636982].message }}
      • Profile picture of the author wordpressguru
        Originally Posted by businesspages9 View Post

        Hello .. im using CentOS 6.4 and php 5.5.. im new on server line .. iknow putty and how to use also but can you please tell me steps how i can install GD library with putty..?
        Log into your dedicated and type these commands:
        Code:
        uname -a
        This command is to see your kernel version (might be x32, x64, i686, i386, etc).
        Then type this command:
        Code:
        php -v
        This command will show you the exact php version.
        Come back here and post the output and I will help you further.

        Best Regards.
        {{ DiscussionBoard.errors[8638508].message }}
  • Profile picture of the author businesspages9
    HEllo all ... ill done this ... thank you all for support ..
    {{ DiscussionBoard.errors[8738675].message }}

Trending Topics