GD Lib Problem

Discussion in 'Site & Server Administration' started by DnHype, Jun 20, 2008.

  1. #1
    Hi trying to generate a script that insert text into a image
    it need GD Lib.
    i did compile php with gd lbirary as it show in my phpinfo() page.
    however image are not generated what's wrong ?
     
    DnHype, Jun 20, 2008 IP
  2. Trusted Writer

    Trusted Writer Banned

    Messages:
    1,370
    Likes Received:
    52
    Best Answers:
    0
    Trophy Points:
    160
    #2
    Trusted Writer, Jun 20, 2008 IP
  3. tanfwc

    tanfwc Peon

    Messages:
    579
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #3
    how did you compile GD?
     
    tanfwc, Jun 21, 2008 IP
  4. kumar

    kumar Peon

    Messages:
    86
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Do you see any error? If yes then what exact is the error displayed ?

    Or is it simply you do not see error then try enabling error in php.in and apache conf to see where exactly it is going wrong.

    Further there is possibility you might be trying old image functions with new GD lib.
     
    kumar, Jun 22, 2008 IP
  5. olddocks

    olddocks Notable Member

    Messages:
    3,275
    Likes Received:
    165
    Best Answers:
    0
    Trophy Points:
    215
    #5
    first check whether gd-library is working or not with test.php.

    just create test.php and put the following code in it

    Point your browser to http://domain/test.php
    There you should see gd library if enabled!

    if not what linux you are running?
     
    olddocks, Jun 23, 2008 IP