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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ninh2k at yahoo dot com
New email:
PHP Version: OS:

 

 [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: Wed May 01 23:01:28 2024 UTC