i have a probleme with GD in my host

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • berehneh

    i have a probleme with GD in my host

    i must do a project with gd library in php
    i do it and it work in ym localhost in my office beacuase o run it's extension in

    php.ini
    but when i uploaded it to internet to the host it didnt work
    because this extension was not run
    how can i run it.
    my host in world wide web have linuxs os with apache 1.3 and php 4.3.1
    **** i think to do dl(gd.so) but where can find this file to download....
  • Reply Via Newsgroup

    #2
    Re: i have a probleme with GD in my host

    berehneh wrote:
    [color=blue]
    > i must do a project with gd library in php
    > i do it and it work in ym localhost in my office beacuase o run it's extension in
    >
    > php.ini
    > but when i uploaded it to internet to the host it didnt work
    > because this extension was not run
    > how can i run it.
    > my host in world wide web have linuxs os with apache 1.3 and php 4.3.1
    > **** i think to do dl(gd.so) but where can find this file to download....[/color]

    Your message is a little unclear - I'm taking a guess to help you...

    Might I suggest you check gd_info()
    Retrieve information about the currently installed GD library


    Secondly - the GD library (from http://www.boutell.com) I believe is
    already compiled/shipped with php4.x however there are some libraries
    that you must compile in yourself (fonts for example).

    So - when you say your script works on the local host, and fails to work
    on your internet server, you need to tell us what error message you are
    getting when it fails.

    Comment

    Working...