Thanks for your help. Though, a tech guy from hosting company fixed this.
And I didn't need to mess around.
;)


Thanks.

-afan


> Haydar Tuna wrote:
>> Hello,
>>         Firstly, you should download latest GD library and Jpeg library
>> and
>> then you should compile your GD with jpeg enabled option and  then
>> compile
>
> AFAIC it is much better to used the version of GD bundled with the php
> source,
> which means the relevant configure option would be:
>
>       '--with-gd'
>
> as opposed to:
>
>       '--with-gd=/path/to/libs'
>
>
>
>> jpeg. After this step, you can compile Apache and PHP. In PHP
>> installation,
>> you should use such as --with-gd=/usr/local option for gd library and
>> such
>> as --with-jpeg-dir option for jpeg library. If you use --with-gd option
>> without not write any folder name , PHP will use default GD folder (
>> extension directory).
>> http://www.libgd.org/Downloads
>> ftp://ftp.uu.net/graphics/jpeg/
>>
>>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to