Posted by ΞβΑΙ on 09/07/05 04:39
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?
Navigation:
[Reply to this message]
|