Posted by Gerrit van den Hanenberg on 09/07/05 14:08
ÎâÁÉ wrote:
> How to let GD lib support jpeg on redhat ad 3?
>
> The steps of install jpeg:
> cd jpeg_dir
> ./confiugre --enable_shared
> make
> make install
>
> cd php_dir
> ./configure --with-jpeg --with-zlib --with-gd
> make
> make install
>
> Completed above all,On the page of phpinfo,the gd lib don't support
> jpeg,yet why?
add the --with-jpeg-dir=DIR option
Navigation:
[Reply to this message]
|