Home  >  Article  >  Backend Development  >  undefined reference to `libiconv_open 没法编译PHP

undefined reference to `libiconv_open 没法编译PHP

WBOY
WBOYOriginal
2016-06-13 10:34:37872browse

undefined reference to `libiconv_open 无法编译PHP

 

可在编译时加上以下语句, 并在之前安装, libiconv
#make ZEND_EXTRA_LIBS=’-liconv’
#make install

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn