yzq 发表于 2008-3-17 17:25

Linux网络认证软件安装问题

前段时间在装一个校园网上网认证程序时出了一个问题,怎么也没弄好。安装命令行如下:
[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++的编译器啊,为什么出现缺少库的问题呢,希望各位帮帮忙解决以下。不胜感激!

VxWorks 发表于 2008-3-17 18:08

你系统中的glibc版本和这个软件需要的不一致,这个问题在linux中很头疼。
最好还是下软件源码,在自己系统上编译安装。

去/lib中看看libc*的版本
ls -l /lib libc*

yzq 发表于 2008-3-18 07:36

谢谢!

yangzhifu 发表于 2008-3-27 11:42

同上!

页: [1]

编程论坛