angle8899 发表于 2006-3-14 17:09:03

iconv 模块安装

新配置一台linux 服务器,运行网站程序时发现错误,
Fatal error: Call to undefined function: iconv()

显示iconv()模块没有安装

输入# icnov -V
提示:Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Ulrich Drepper.

# php -m
没有找到 iconv 模块

跪求各位大侠帮助,如何在linux服务器上安装 iconv模块,新手,请详细列出命令和需要修改的配置 .

涩兔子 发表于 2006-3-14 17:17:41

编译的时候./configure --with-iconv

加上--with-iconv这个
页: [1]
查看完整版本: iconv 模块安装