ext/iconv/.libs/iconv.o: In function `php_iconv_stream_filter_ctor':
/home/king/php-5.2.13/ext/iconv/iconv.c:2491: undefined reference to `libiconv_open'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1

 解决方法:

make ZEND_EXTRA_LIBS='-liconv'

ln -s /usr/local/lib/libiconv.so.2 /usr/lib64/

 

相关文章:

  • 2021-07-21
  • 2021-11-21
  • 2021-08-29
  • 2021-07-25
  • 2021-12-24
  • 2021-07-13
  • 2021-10-11
猜你喜欢
  • 2021-10-22
  • 2021-06-04
  • 2022-12-23
  • 2022-02-28
  • 2021-09-02
  • 2022-01-09
相关资源
相似解决方案