+ -
当前位置:首页 → 问答吧 → [求助]LFS6.2.3第五章Ncurses-5.5 make install时出错

[求助]LFS6.2.3第五章Ncurses-5.5 make install时出错

时间:2006-11-25

来源:互联网

提示如下:
代码:
.....
...
sh ./run_tic.sh
** Building terminfo database, please wait...
Running tic to install /tools/share/terminfo ...

 You may see messages regarding extended capabilities, e.g., AX.
 These are extended terminal capabilities which are compiled
 using
 tic -x
 If you have ncurses 4.2 applications, you should read the INSTALL
 document, and install the terminfo without the -x option.

tic: relocation error: /lib/libc.so.6: symbol _dl_out_of_memory, version GLIBC_PRIVATE not defined in file ld-linux.so.2 with link time reference
? tic could not build /tools/share/terminfo
make[1]: *** [install.data] Error 1
make[1]: Leaving directory `/sources/ncurses-5.5/misc'
make: *** [install] Error 2

作者: dave3068   发布时间: 2006-11-25

宿主机对安装的影响

都搜索到/lib/libc.so.6
上去了

作者: taoguhui   发布时间: 2009-08-24

用管理员帐户将/lib/libc.so.6 改名。安装完Ncurses后再改回来。

作者: taoguhui   发布时间: 2009-08-24