学习型 ASP/PHP/ASP.NET 主机 30元/年全能 ASP/PHP/ASP.NET 主机,支持月付专业 MSSQL 数据库空间,支持月付专业 MySQL 数据库空间,支持月付
发新话题
打印

Linux网络认证软件安装问题

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++的编译器啊,为什么出现缺少库的问题呢,希望各位帮帮忙解决以下。不胜感激!

TOP

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

去/lib中看看libc*的版本
ls -l /lib libc*
Yesterday is a history, tomorrow is a mystery, and now is a gift, that's why is called present.
自从爷成了狗屎,就再也没有人敢踩在爷的头上

TOP

谢谢!

TOP

同上!
方寸之内,剖天下; 方坛之内,析自我;

TOP

发新话题