Hi folks,

I've got problems to get jpeg support into the gd lib.
PHP version is 4.3.10, OS is SuSE 9.0.

Neccesary pakets are installed:

$ rpm -qa | egrep 'gd|libpng|jpeg'
[...]
gd-devel-2.0.15-55
jpeg-6b-634
libpng-1.2.5-194
gd-2.0.15-55
libjpeg-6.2.0-634
libpng-devel-1.2.5-194
[...]

My PHP configure arguments are:

./configure --prefix=/usr/local/opt/php         \
                --with-mysql=/usr/local/                \
                --with-apache=../apache_1.3.33  \
                --with-curl=/usr/include                \
                --enable-safe-mode                      \
                --with-config-file-path=/etc            \
                --enable-gd-imgstrttf                   \
                --enable-gd-native-ttf                  \
                --with-gd                                       \
                --with-zlib=yes                         \
                --with-jpeg-dir=/usr/                   \
                --with-png-dir=/usr/                    \
                --with-freetype-dir=yes         

I can compile and install it without problems, but phpinfo() doesn't show
jpeg support:

GD Support                      enabled
GD Version                      bundled (2.0.28 compatible)
GIF Read Support                enabled
GIF Create Support      enabled
PNG Support             enabled
WBMP Support            enabled
XBM Support             enabled

I also tried to install the newest versions of gd & libjpeg from source, but
this has no effect :\

So guys, maybe someone of you can help me plz!

Greez & thx a lot,
Tobias [Germany]

Reply via email to