опять GD + JPEG

walker_ag

Новичок
опять GD + JPEG

help please ;-)

делаю :

1) скачиваем и ставим gd-1.8.4-gif
2) скачиваем libjpeg - ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz
3) собираем ее и устанавливаем.
4) пересобираем gd (-DHAVE_LIBJPEG)
5) потом ./configure --with-informix --with-gd=/home/anton/gd-1.8.4-gif --with-jpeg-dir=/home/anton/gd-1.8.4-gif |grep jpeg
получаем:
checking for libjpeg (needed by gd-1.8+)... yes
checking for jpeg_read_header in -ljpeg... yes
configure: warning: If configure fails try --with-xpm-dir=<DIR>

вроде всё ок, но нифига не работает :(
ImageJpeg: No JPG support in this PHP build in

где мои руки закривляются ?
 

si

Administrator
In order to read and write images in jpeg format, you will need to obtain and install jpeg-6b (available at ftp://ftp.uu.net/graphics/jpeg/), and then recompile gd to make use of jpeg-6b. You will also have to compile PHP with --with-jpeg-dir=/path/to/jpeg-6b.
 
Сверху