[PHP-users 26860] php-4.3.11の./configureでエラー

jocomkr2002@mail.goo.ne.jp jocomkr2002 @ mail.goo.ne.jp
2005年 9月 13日 (火) 17:53:09 JST


ジョです。
osはturbolinux8 serverです。libjpegを以下のようにインスロールし、

$tar xzvf jpegsrc.v6b.tar.gz
$ cd jped-6d
$ ./configure --enable-shared –prefix=/usr/local
$ make
# mkdir –p /usr/local/include 
# mkdir –p /usr/local/man/man1
# make install

php-4.3.11の./configureを以下のように設定し、実行した結果
--with-apxs=/usr/local/apache/bin/apxs
--with-pgsql=/usr/local/pgsql
--with-iconv  --enable-mbstring
--enable-mbnegex  --with-mbstring=all
--enable-mbstr-enc-trans
--with-mcrypt --with-mime-magic
--with-gettext --with-dom 
--with-xml  --with-ftp  --with-openssl 
--with-imap=/usr/local/lib  --with-imap-ssl=/usr/local/openssl
--enable-imap --enable-gd-native-ttf
--with-gd=/usr/local  --with-freetype-dir=/usr/local 
--with-jpeg-dir=/usr/local  --with-zlib=/usr/local
--with-png-dir=/usr/local

Configuring extensions
checking for OpenSSL support... yes
checking for Kerberos support... no
checking for pkg-config... /usr/bin/pkg-config
checking for OpenSSL version... >= 0.9.6
checking for CRYPTO_free in -lcrypto... yes
checking for SSL_CTX_set_ssl_version in -lssl... yes
checking for ZLIB support... yes
checking if the location of ZLIB install directory is defined... no
checking for gzgets in -lz... yes
checking whether to enable bc style precision math functions... no
checking for BZip2 support... no
checking whether to enable calendar conversion support... no
checking for cpdflib support... no
checking for CRACKlib support... no
checking whether to enable ctype functions... yes
checking for CURL support... no
checking for cyrus imap support... no
checking for xDBM support... no
checking whether to enable DBA... no
checking for GDBM support... no
checking for NDBM support... no
checking for Berkeley DB4 support... no
checking for Berkeley DB3 support... no
checking for Berkeley DB2 support... no
checking for DBM support... no
checking for CDB support... no
checking for INI File support... no
checking for FlatFile support... no
checking whether to enable DBA interface... no
checking whether to enable dbase support... no
checking whether to enable dbx support... no
checking whether to enable direct I/O support... no
checking for DOM support... yes
checking for libxml version... >= 2.4.14
checking for DOM XSLT support... no
checking for DOM EXSLT support... no
checking whether to enable EXIF (metadata from images) support... no
checking for FrontBase SQL92 (fbsql) support... no
checking for FDF support... no
checking whether to enable the bundled filePro support... no
checking for FriBidi support... no
checking whether to enable FTP support... no
checking for GD support... yes
checking for the location of libjpeg... shared
checking for the location of libpng... /usr/local
checking for the location of libXpm... no
checking for FreeType 1.x support... no
checking for FreeType 2... /usr/local
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 jpeg_read_header in -ljpeg... no
configure: error: Problem with libjpeg.(a|so). Please check config.log for more
information.
このように、エラーでました。
よろしくお願いします。


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