- - PR -
PHP5でmakeで失敗する
1
投稿者 | 投稿内容 |
---|---|
|
投稿日時: 2005-11-18 00:46
php5.0.5を導入しようとしているのですが、
./configure \\ --prefix=/usr/local/php \\ --with-gd \\ --with-jpeg-dir=/usr/lib \\ --with-png-dir=/usr/lib \\ --with-zlib \\ --with-tiff-dir=/usr/lib \\ --with-mysqli \\ --without-mysql \\ --with-pear \\ --enable-mbstring \\ --enable-soap でここまではエラーなしです。 ここでmakeをすると、 -o sapi/cgi/php ext/soap/php_encoding.o(.text+0x51f): In function `to_zval_string': /php/php-5.0.5/ext/soap/php_encoding.c:505: undefined reference to `xmlBufferCreateStatic' ext/soap/php_encoding.o(.text+0x6c8): In function `to_zval_stringr': php/php-5.0.5/ext/soap/php_encoding.c:541: undefined reference to `xmlBufferCreateStatic' ext/soap/php_encoding.o(.text+0x878): In function `to_zval_stringc': /php/php-5.0.5/ext/soap/php_encoding.c:577: undefined reference to `xmlBufferCreateStatic' ext/soap/php_encoding.o(.text+0xb19): In function `to_xml_string': /php/php-5.0.5/ext/soap/php_encoding.c:645: undefined reference to `xmlBufferCreateStatic' collect2: ld returned 1 exit status make: *** [sapi/cgi/php] エラー 1 となります。 何が原因なのでしょうか? makeでエラーが出たのは初めてでちょっと困ってます。 |
|
投稿日時: 2005-11-18 02:57
「xmlBufferCreateStatic」でgoogleってください。検索結果のトップのページで解決策が見付かりました。
|
1