|
新配置一台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模块,新手,请详细列出命令和需要修改的配置 . |
|