[PHP-users 9947] Re: Call to undefined function: xslt_create()

Shigeki Mimura php-users@php.gr.jp
Tue, 10 Sep 2002 11:24:07 +0900 (JST)


三村です。

akit> やはりコンパイルエラーでした.
akit> 
akit> ./.libs/libphp4.a(main.o): In function `php_hash_environment':
akit> /usr/local/src/php-4.2.2/main/main.c:1149: undefined reference to `mbstr_treat_data'
akit> /usr/local/src/php-4.2.2/main/main.c:1156: undefined reference to `mbstr_treat_data'
akit> /usr/local/src/php-4.2.2/main/main.c:1163: undefined reference to `mbstr_treat_data'
akit> /usr/local/lib/libsablot.so: undefined reference to `libiconv_open'
akit> /usr/local/lib/libsablot.so: undefined reference to `libiconv_close'
akit> /usr/local/lib/libsablot.so: undefined reference to `libiconv'
akit> collect2: ld returned 1 exit status
akit> make[1]: *** [php] Error 1
akit> make[1]: Leaving directory `/usr/local/src/php-4.2.2'
akit> 

--enable-mbstringをつけたらどうなりますか?