Re: Re: JPG Not supported on my server, but GDlib enabled?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux