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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
28 + 24 = ?
Subscribe to this entry?

 
 [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: Tue Apr 23 11:01:33 2024 UTC