php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #31610 Problem with configure --with-gd --enable-gd-native-ttf --enable-gd-imgstrttf
Submitted: 2005-01-19 13:48 UTC Modified: 2005-01-19 14:40 UTC
From: vanicekp at utia dot cas dot cz Assigned:
Status: Closed Package: GD related
PHP Version: 5.0.3 OS: linux ia-64 Fedora Core 3
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: vanicekp at utia dot cas dot cz
New email:
PHP Version: OS:

 

 [2005-01-19 13:48 UTC] vanicekp at utia dot cas dot cz
Description:
------------
Problem with configuring php --with-gd --enable-gd-native-ttf --enable-gd-imgstrttf.

hecking whether to enable FTP support... no
checking for GD support... yes
checking for the location of libjpeg... no
checking for the location of libpng... no
checking for the location of libXpm... no
checking for FreeType 1.x support... no
checking for FreeType 2... no
checking for T1lib support... no
checking whether to enable truetype string function in GD... yes
checking whether to enable JIS-mapped Japanese font support in GD... no
checking for fabsf... yes
checking for floorf... yes
If configure fails try --with-jpeg-dir=<DIR>
configure: error: libpng.(a|so) not found.


Libs and headres is instaled, libs installed in directory /usr/lib64.




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-01-19 13:59 UTC] vanicekp at utia dot cas dot cz
if add sufix 64 on lib path vi configure script. configuring and compiling normaly.

example:
line 30479
      test -f $i/lib64/libpng.$SHLIB_SUFFIX_NAME -o -f $i/lib64/libpng.a && GD_PNG_DIR=$i && break
 [2005-01-19 14:22 UTC] derick@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip
 [2005-01-19 14:40 UTC] vanicekp at utia dot cas dot cz
if using options --with-libdir=lib64 and  http://snaps.php.net/php5-latest.tar.gz configuring and compiling OK.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 22:01:29 2024 UTC