Przy instalacji PHP dałem m.in.: --with-gd --enable-gd, w rezultacie dostałem w phpinfo:
Kod
GD Support enabled
GD Version bundled (2.0.34 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.1.10
GIF Read Support enabled
GIF Create Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
GD Version bundled (2.0.34 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.1.10
GIF Read Support enabled
GIF Create Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
Jednak gdy odpalam skrypt php dostaje:
Fatal error: Call to undefined function imagecreatefromjpeg() in...
Zapomniałem o czymś przy instalacji?
Wszystko wygląda na włączone

Podpowiedz dla wszystkich którzy mieli błąd podczas konfiguracji php'a o braku pliku:
Kod
configure: error: libpng.(a|so) not found.
Prawidłowa instalacja jpeg-6b:
http://quox.org/install/graphics/jpeg-6b.html
Z tym że pożniej i tak nie ma supportu php'a
Chyba sie udało

Po tym wszystkim konfiguracja php 'a:
./configure --enable-shared --with-gd --with-jpeg-dir=/usr/local --with-png-dir=/usr/local ... plus inne opcje odpowiadajace za reszte
i poszło jest support JPEG
