运维网's Archiver
论坛
›
php
› undefined reference to `libiconv_open' compile php 5.3.0 error solution
yxixi
发表于 2017-4-14 09:35:14
undefined reference to `libiconv_open' compile php 5.3.0 error solution
CFLAGS="-liconv" ./configure && make && make install
or
./configure --with-iconv=/usr/local && make && make install
页:
[1]
查看完整版本:
undefined reference to `libiconv_open' compile php 5.3.0 error solution