Hi,

on one of our Ultra-sparc boxes I need to get php-3.0.18 and
gd 1.8.4 running together smoothly.

I compiled gd lib from scratch (Version: 1.8.4) to have jpeg-support.
Following lines come out of the Makefile for gd:

| CFLAGS=-O -DHAVE_LIBJPEG -DHAVE_LIBPNG
| LIBS=-lgd -ljpeg -lpng -lz -lm

This should enable jpeg-support for it. the compiling of gd
runs just fine.

Now, the ./configure for php-3.0.18 comes, I use following
./configure-args:

| ./configure --with-apxs=/usr/local/apache/bin/apxs --enable-versioning 
|    --with-mysql --with-gd --with-jpeg-dir

and during the configure it's saying the following:

| checking for compress in -lz... (cached) yes
| checking for png_info_init in -lpng... (cached) yes
| checking for gdImageCreateFromPng in -lgd... (cached) yes
| checking for libjpeg (needed by gd-1.8+)... yes
| checking for jpeg_read_header in -ljpeg... (cached) yes
| checking for gdImageCreateFromJpeg in -lgd... (cached) no
| checking for gdImageCreateFromGif in -lgd... (cached) no
| checking for gdImageLzw in -lgd... (cached) no
| checking for gdImageColorResolve in -lgd... (cached) yes
| checking for gdImageString16 in -lgd... (cached) yes

Somehow, there is no support for gdImageCreateFromJpeg detected...
any hints?

-fkr
-- 
gpg-fingerprint: 076E 1E87 3E05 1C7F B1A0  8A48 0D31 9BD3 D9AC 74D0 
  |http://www.hazardous.org/ | whois -h whois.ripe.de FKR-RIPE  |
  |all your base are belong to us  |  shame on me  | fkr@IRCnet | 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to