php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21924 libjpeg configure error
Submitted: 2003-01-28 10:45 UTC Modified: 2003-01-28 12:12 UTC
From: ninh2k at yahoo dot com Assigned:
Status: Not a bug Package: *Configuration Issues
PHP Version: 4.3.0 OS: Solaris 8
Private report: No CVE-ID: None
 [2003-01-28 10:45 UTC] ninh2k at yahoo dot com
I got configure error as below.  Configure will work if
I remove the "--with-gd" option.  Since GD comes with
4.3, do I need to specify the -with-gd option?  thanks.

./configure --with-mysql --with-pgsql --with-apxs=/usr/local/apache/bin/apxs --with-gd --with-png-dir=/opt/sfw/lib --with-jpeg-dir=/opt/sfw/lib
--with-zlib --enable-sockets

checking for GD support... yes
checking for the location of libjpeg... yes
checking for the location of libpng... yes
checking for the location of libXpm... yes
checking for FreeType 1.x support... yes
checking for FreeType 2... yes
checking for T1lib support... yes
checking whether to enable truetype string function in GD... yes
checking for fabsf... no
checking for floorf... no
configure: error: libjpeg.(a|so) not found.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-01-28 12:12 UTC] sniper@php.net
Your paths for the options are wrong. Strip the /lib out of them. Not a bug in PHP -> bogus.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 00:01:29 2024 UTC