[PHP-users 18049]Re: GDインストール後のPHPのmakeができません

佐々木 崇 ts480111 @ yahoo.co.jp
2003年 9月 24日 (水) 12:32:14 JST


レスが遅くなってすみません。
いわきりさん、下記の操作をしてみました。

> これよりも、以下の操作をしてみてもらえませんか?
> 
> % cd foo/bar/php-4.2.4-dev/ext/gd
> % phpize
> % script gd_config.log
> % ./configure --with-gd=/usr/local
> --enable-gd-native-ttf \
>   --with-jpeg-dir=/usr/local --with-zlib=/usr/local
> \
>   --with-png-dir=/usr/local
> % exit 
> 

config.hの結果ですが、
#if PHP_WIN32
#include "../../../../main/config.w32.h"
#else
#include "php_config.h"
#endif

#include <string.h>
#include "zend.h"
#include "zend_alloc.h"

gd_config.logの結果は、
Script started on Wed Sep 24 12:37:07 2003
[root @ sv gd]# ./configure --with-gd=/usr/local
--enable-gd-native-ttf --with-jpeg-dir=/usr/local --with
 ^M-zlib=/usr/local --with-png-dir=/usr/local^M
creating cache ./config.cache^M
checking for gcc... gcc^M
checking whether the C compiler (gcc  ) works... yes^M
checking whether the C compiler (gcc  ) is a
cross-compiler... no^M
checking whether we are using GNU C... yes^M
checking whether gcc accepts -g... yes^M
checking whether gcc and cc understand -c and -o
together... yes^M
checking for PHP prefix... /usr/local^M
checking for PHP includes... -I/usr/local/include/php
-I/usr/local/include/php/main -I/usr/local/includ
e/php/Zend -I/usr/local/include/php/TSRM^M
checking for PHP extension directory...
/usr/local/lib/php/extensions/no-debug-non-zts-20020429^M
checking for GD support... yes, shared^M
checking whether to enable truetype string function in
GD... yes, shared^M
checking for the location of libjpeg... yes, shared^M
checking for jpeg_read_header in -ljpeg... yes^M
checking for the location of libpng... yes, shared^M
checking for png_write_image in -lpng... no^M
configure: error: Problem with libpng.(a|so) or
libz.(a|so). Please check config.log for more informati
on.^M
[root @ sv gd]# exit^M

Script done on Wed Sep 24 12:37:48 2003

です。
すみません、宜しくお願いいたします。



__________________________________________________
Do You Yahoo!?
Yahoo! BB is Broadband by Yahoo!
http://bb.yahoo.co.jp/



PHP-users メーリングリストの案内