gpt4 book ai didi

ruby-on-rails - 使用 RVM 在 Ubuntu 11.10 上安装 iconv 时出错

转载 作者:行者123 更新时间:2023-12-04 18:42:10 31 4
gpt4 key购买 nike

我安装了 RVM,安装了建议的依赖项,但是每当我尝试安装 iconv 时,我都会收到此错误:

lpicado@lpicado-HP-EliteBook-8530w:~/app$ rvm pkg install iconv
Fetching libiconv-1.13.1.tar.gz to /home/lpicado/.rvm/archives
Extracting libiconv-1.13.1.tar.gz to /home/lpicado/.rvm/src
Prepare libiconv in /home/lpicado/.rvm/src/libiconv-1.13.1.
Error running 'autoreconf -is --force', please read /home/lpicado/.rvm/log/libiconv/autoreconf.log
Configuring libiconv in /home/lpicado/.rvm/src/libiconv-1.13.1.
Compiling libiconv in /home/lpicado/.rvm/src/libiconv-1.13.1.
Error running 'make ', please read /home/lpicado/.rvm/log/libiconv/make.log
autoreconf.log文件说:
[2012-01-29 01:14:44] autoreconf -is --force
configure.ac:100: warning: macro `AM_ICONV' not found in library
configure.ac:101: warning: macro `AM_GNU_GETTEXT' not found in library
configure.ac:149: warning: macro `AM_LANGINFO_CODESET' not found in library
configure.ac:134: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
configure.ac:134: the top level
configure.ac:134: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
configure.ac:134: the top level
configure.ac:63: warning: macro `AM_LANGINFO_CODESET' not found in library
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'.
libtoolize: linking file `build-aux/config.guess'
libtoolize: linking file `build-aux/config.sub'
libtoolize: linking file `build-aux/install-sh'
libtoolize: linking file `build-aux/ltmain.sh'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.ac:63: warning: macro `AM_LANGINFO_CODESET' not found in library
configure.ac:63: error: possibly undefined macro: AM_LANGINFO_CODESET
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
make.log文件说:
[2012-01-29 01:14:44] autoreconf -is --force
configure.ac:100: warning: macro `AM_ICONV' not found in library
configure.ac:101: warning: macro `AM_GNU_GETTEXT' not found in library
configure.ac:149: warning: macro `AM_LANGINFO_CODESET' not found in library
configure.ac:134: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
configure.ac:134: the top level
configure.ac:134: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
configure.ac:134: the top level
configure.ac:63: warning: macro `AM_LANGINFO_CODESET' not found in library
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'.
libtoolize: linking file `build-aux/config.guess'
libtoolize: linking file `build-aux/config.sub'
libtoolize: linking file `build-aux/install-sh'
libtoolize: linking file `build-aux/ltmain.sh'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.ac:63: warning: macro `AM_LANGINFO_CODESET' not found in library
configure.ac:63: error: possibly undefined macro: AM_LANGINFO_CODESET
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1

我的 Ruby 版本是:
lpicado@lpicado-HP-EliteBook-8530w:~/app$ ruby -v
ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]

rails :
lpicado@lpicado-HP-EliteBook-8530w:~/app$ rails -v
Rails 3.2.1

ruby :
lpicado@lpicado-HP-EliteBook-8530w:~/app$ gem -v
1.7.2

我尝试使用 rvm pkg install iconv 但这并没有什么不同。

最佳答案

首先尝试安装这些包,然后再次使用 RVM 安装 iconv:

sudo apt-get install  \ 
aspell aspell-en autoconf automake bc ccache colordiff \
coreutils cvs doxygen flex g++ gettext git-core gnuplot \
graphviz help2man imagemagick libboost-all-dev \
liblinphone-dev libx11-dev make pkg-config \
python-docutils python-yaml python2.6 socat \
sun-java6-jdk swig tex4ht texinfo texlive-base \
texlive-binaries texlive-latex-extra transfig valgrind

关于ruby-on-rails - 使用 RVM 在 Ubuntu 11.10 上安装 iconv 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9051622/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com