[PHP-users 18062]Re: GDインストール後のPHPのmakeができません
Y.Watanabe
yuw @ msj.biglobe.ne.jp
2003年 9月 25日 (木) 14:16:21 JST
渡辺です。
佐々木 崇 wrote on 2003/09/25 13:37
with Subject: [PHP-users 18061] Re: GDインストール後のPHPのmakeができません
>---------------渡辺さん----------------------
>>
>> (1) php の configure オプション
>'./configure' \
>'--prefix=/usr/local' \
>'--with-mysql' \
>'--enable-track-vars' \
>'--with-apxs=/usr/sbin/apxs' \
>'--with-regex' \
>'--enable-mbstring' \
>'--with-imap' \
>'--with-imap-ssl=/usr' \
>'--enable-i18n' \
>'--enable-mbregex' \
>'--enable-gd-native-ttf' \
>'--with-gd=/usr/local' \
>'--with-jpeg-dir=/usr/local' \
>'--with-zlib=/usr/local' \
>'--with-png-dir=/usr/local' \
>上記ですが、梅沢さんの言うように、--without-gdを無くしてconfigure
>してみました。
これのzlibのところって、
--with-zlib-dir=/usr/local
あるいは
--with-zlib-dir=/usr
あるいは
--with-zlib --with-zlib-dir=/usr (のようにふたつ書く)
じゃないっすか?
http://jp.php.net/manual/ja/install.configure.php
PHP-users メーリングリストの案内