[PHP-DEV] PHP 4.0 Bug #4370: Problem w gd/ljpeg (3.0.16) From: bengt.nilsson <email protected>
Date: 05/10/00

From: bengt.nilsson <email protected>
Operating system: RH 6.1
PHP version: 4.0 Release Candidate 1
PHP Bug Type: Installation problem
Bug description: Problem w gd/ljpeg (3.0.16)

Hi,

I'm trying to build php-3.0.16 on RH Linux 6.1. I have gd 1.8.1 (in /usr/local) and libjpeg (in /usr/lib). Gd is compiled with jpeg support and includes for example "gdImageCreateFromJpeg".

My problem is that configure does not think that the routine above exists in gd since the test for it does not include -ljpeg, just -lgd. Neither do I see any attempt in config.log of configure trying to search for libjpeg.

My configure command looks as follows

./configure --enable-debugger --with-gd=/usr/local --with-jpeg-dir=/usr --with-iodbc=/usr --with-openlink=/usr/local/openlink --enable-track-vars

Regards Bengt

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>