注册 登录
编程论坛 Linux教室

Linux网络认证软件安装问题

yzq 发布于 2008-03-17 17:25, 1751 次点击
前段时间在装一个校园网上网认证程序时出了一个问题,怎么也没弄好。安装命令行如下:
[root@localhost ~]# cd /root/yzq/h3c802.1xClient
[root@localhost h3c802.1xClient]# ./pre.ps
configuration directory exist
log directory exist
Refresh IP script is READY.
Authencation file is READY.
pre operation finished successfully
[root@localhost h3c802.1xClient]# linux1x –c
linux1x: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory
[root@localhost h3c802.1xClient]#
能装的编译器我都装得有啊,也有C++的编译器啊,为什么出现缺少库的问题呢,希望各位帮帮忙解决以下。不胜感激!
3 回复
#2
VxWorks2008-03-17 18:08
你系统中的glibc版本和这个软件需要的不一致,这个问题在linux中很头疼。
最好还是下软件源码,在自己系统上编译安装。

去/lib中看看libc*的版本
ls -l /lib libc*
#3
yzq2008-03-18 07:36
谢谢!
#4
yangzhifu2008-03-27 11:42
同上!
1