My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
InstallAndConfigure  

Featured, Phase-Deploy
en-US , en
Updated Oct 25, 2010 by microcai...@gmail.com

#描述了如何安装配置ruijieclient

如何安装

从源代码编译并安装程序

  • 一般安装
  • ./configure
    make
    make install

从安装包安装(rpm, deb etc..)

直接使用包管理器安装。

特定版本配置

版本:0.8.3 以上

没有配置文件。直接使用命令行参数。请参考 ruijieclient --help

版本:0.8 到 0.1.1

  • 配置说明
  • 简化启动(可选,如果使用站点上提供的安装包安装,可以跳过这步)
  • sudo chmod 4755 /usr/local/bin/ruijieclient
这样下次调用ruijieclient就不需要再加sudo了。
  • 生成配置文件模板(第一次使用时)
  • sudo ruijieclient -g
  • 编辑配置
  • sudo gedit /etc/ruijie.conf
  • 配置文件格式说明
    • xml配置文件(默认)
    • <?xml version="1.0" ?>
      <ruijie.conf version="0.1.1"> #配置版本
        <!--This is a sample configuration file of RuijieClient, change it appropriately according to your settings.-->
        <account>
          <Name>123012007078</Name>  #用户名
          <Password>888888</Password>  #密码
        </account>
        <settings>
          <!--0: Standard, 1: Private-->
          <AuthenticationMode>1</AuthenticationMode> #服务器发现包类型 0 标准发现包 1 锐捷私有发现包
          <NIC>eth0</NIC> #网卡设备界面名
          <EchoInterval>4</EchoInterval> #保活延时 单位秒
          <!--IntelligentReconnect: 0: Disable IntelligentReconnect, 1: Enable IntelligentReconnect -->
          <IntelligentReconnect>1</IntelligentReconnect> #智能重连
          <!--AutoConnect: 0: Disable AutoConnect, 1: Enable AutoConnect (only available in gruijieclient) -->
          <AutoConnect>0</AutoConnect> #自动连接
          <!--Fake Version for cheating server-->
          <FakeVersion>3.99</FakeVersion> #版本伪装
          <!--Fake IP for cheating server-->
          <FakeAddress></FakeAddress> #IP地址伪装
          <!--DHCP mode 0: Disable, 1: Enable DHCP before authentication, 2: Enable DHCP after authentication 3: DHCP after DHCP authentication andre-authentication(You should use this if your net env is DHCP)-->
          <DHCPmode>0</DHCPmode> #DHCP认证模式 0 关闭 1 认证前DHCP 2 认证后DHCP
          <!--Add if you don't want ruijieclient to ping the default gateway-->
          <PingHost>4.2.2.2</PingHost> #自动重连使用的测试主机地址
        </settings>
      </ruijie.conf>
    • ini配置文件(比如用于嵌入式设备)
    • [ruijieclient]
      Name=123012007078 #用户名
      Password=888888 #密码
      #This is settings
      #Network Adapter Name 网卡设备界面名
      NIC=eth0
      #0: Standard, 1: Private 服务器发现包类型 0 标准发现包 1 锐捷私有发现包
      AuthenticationMode=1
      #保活延时 单位秒
      EchoInterval=25
      #IntelligentReconnect: 0: Disable IntelligentReconnect, 1: Enable IntelligentReconnect
      #智能重连 
      IntelligentReconnect=1
      #AutoConnect: 0: Disable AutoConnect, 1: Enable AutoConnect (only available in gruijieclient) 
      #自动连接
      AutoConnect=0
      #Fake Version for cheating server
      #版本伪装
      FakeVersion=3.99
      #Fake IP for cheating server
      #IP地址伪装
      FakeAddress=123.123.123.123
      #DHCP mode 0: Disable, 1: Enable DHCP before authentication, 2: Enable DHCP after authentication 3: DHCP after DHCP authentication andre-authentication(You should use this if your net env is DHCP)
      #DHCP认证模式 0 关闭 1 认证前DHCP 2 认证后DHCP
      DHCPmode=0
      #Add if you don't want ruijieclient to ping the default gateway
      #自动重连使用的测试主机地址
      PingHost=202.102.154.3

版本:0.1(已经废弃)

  • 安装包安装(rpm, deb etc..)
    • 直接编辑配置
    • gedit /etc/ruijieclient/ruijie.conf
Comment by project member Song...@gmail.com, Apr 22, 2009

为什么我在8.10下make install好后 sudo ruijieclient 会显示 commond not found???

Comment by project member gonghan1...@gmail.com, Apr 26, 2009

先确定一make成功? 可能需要补充一下 sudo make install 要root权限。

Comment by Ivan...@gmail.com, Apr 28, 2009

请问提示动态ip绑定错误是什么原因?在ubuntu下已经设置了DHCP获得ip地址了

Comment by project member gonghan1...@gmail.com, Apr 29, 2009

可能会抽时间到隔壁的学校解决。事实上DHCP没有测试过。

Comment by felix...@gmail.com, May 7, 2009

1L,是不是路径没写全? sudo ./ruijieclient 吧

Comment by oahong@gmail.com, May 18, 2009

http://ruijieclient.googlecode.com/svn/trunk/src/ruijie.conf 这个文件在哪?怎么下载不了的?

Comment by project member gonghan1...@gmail.com, May 22, 2009

不好意思,做仓库的时候做掉了。。。。这是0.1版本的。如果是想要源码安装还是用仓库的最新版本吧,里面会自动生成配置文件的。

Comment by realwooh...@gmail.com, Jun 10, 2009

invalid password found in ruijie.conf!

是什么意思?怎样的密码才valid?

Comment by fulllo...@gmail.com, Jun 10, 2009

能力实在有限 不能帮你们 什么时候更新下ubuntu的安装包?慢慢进步 太复杂了还不会装

Comment by fulllo...@gmail.com, Jun 10, 2009

虽然命令行可以搞定一切,为何没有人准备为他写一个GUI,迫切需要图形界面的支持?

Comment by felix...@gmail.com, Jun 11, 2009

>> 简化启动(可选) >> sudo chmod 4755 /usr/local/bin/ruijieclient

在这之前还需要运行这个命令才行 $ sudo chown root:root /usr/local/bin/ruijieclient

Comment by project member gonghan1...@gmail.com, Jun 13, 2009
虽然命令行可以搞定一切,为何没有人准备为他写一个GUI,迫切需要图形界面的支持?

GUI是gruijieclient,目前还没有发布,但是可以在svn仓库中获取。

Comment by Phid...@gmail.com, Jun 17, 2009

运行出现如下错误,该如何处理?系统是ubuntu 9.04

ruijieclient: error while loading shared libraries: libpcap.so: cannot open shared object file: No such file or directory

Comment by wlxku...@gmail.com, Jun 20, 2009

在OpenSolaris?有编译过没? 结果如何?

Comment by project member gonghan1...@gmail.com, Jun 25, 2009

TO: Phidoit 请下最新的deb包,之前那个打得有错误。 TO: OpenSolaris?没有编译过。

Comment by lihs0...@qq.com, Sep 23, 2009

这个比较好用,我装的是 ruijieclient_0.8.1svn129local-0_i386.deb ,安装后能正常使用。但我编译 ruijieclient_0.8.2-1_openwrt-brcm47xx_mipsel.tar.gz 时,输入make,它显示 make: 没有指明目标并且找不到 makefile。 停止。解压后的文件夹里只有makefile.am和makefile.in,我把makefile.in重命名为makefile,还是不能编译,这该怎么解决?

Comment by project member sthots, Sep 23, 2009

推荐使用deb包

如果下载源代码编译,make之前需要执行./configure

如果是直接从svn取得代码,还需要先执行./autogen.sh

Comment by weihua.z...@gmail.com, Oct 23, 2009

请教个问题,要编译mips版本,还是运行./configure在make就可以了吗? 我已经安装了交叉编译的环境,只是有点不明白,./configure是怎么判断我要编译什么版本的?

谢谢啊!

Comment by weihua.z...@gmail.com, Oct 23, 2009

接上一个问题,如果要编译mips平台的,需要自己写makefile还是用configure生成makefile呢?我已经装好了openwrt的编译环境,但是ruijieclient编译出来都是x86的版本,gcc链接到x86的版本,mipsel-linux-gcc这个也能找到,写个helloworld.c用mips的编译器编译出的执行文件在路由器上可以运行。现请教一下怎样make出mips的版本,谢谢啊!呵呵

Comment by weihua.z...@gmail.com, Oct 23, 2009

接上,./configure --host=mipsel-linux , 现在报libpcap not found! 我记得装openwrt环境的时候已经装了这个了,不知道为什么还是报错,现在用host参数以后,gcc已经调用mipsel版的了。确实自己太菜了,做过两年unix程序,也没弄过交叉编译,菜啊:(

Comment by project member sthots, Oct 23, 2009

./configure --host=mipsel-linux 就是这个拉.

libpcap默认似乎是不包含的....不过编译链里有,我直接复制到include目录了.

Comment by weihua.z...@gmail.com, Oct 24, 2009

sthots老大能展开说说吗?那个目录下的libpcap拷到那个include?我安装的libpcap貌似包含很多个os的版本,而且文件也不是纯粹的h和cpp文件,请详细指教一下,多谢多谢!

Comment by project member sthots, Oct 24, 2009

我是用的openwrt的编译工具,直接在其下目录里面搜出来 libpcap 的头文件和库文件 , 然后丢到交叉编译的gcc所用的相关目录了.

Comment by weihua.z...@gmail.com, Oct 24, 2009

嗯,我也是这样的,找到pcap.h pcap.p libpcap.so拷到编译环境相应目录,然后运行.configure后 -lpcap这个找到了,但是又报了以下错误: checking pcap.h usability... no checking pcap.h presence... no checking for pcap.h... no configure: error: in `/home/awayfar/work/ruijieclient-0.8.2': configure: error: libpcap development files not found! 看来我还得怎么安装那个libpcap的开发包了,检查了一下,之前准备工作编译mipsel编译环境的时候,确实加上了libpcap这个包的

Comment by project member sthots, Oct 24, 2009

似乎还有几个...看看有没有pcap-bpf.h pcap-namedb.h 之类的..

Comment by weihua.z...@gmail.com, Oct 24, 2009

谢谢了,我看了/use/local/include 和 lib文件夹,也是这么些文件,lib下的是libpcap.a,应该就是这几个文件,等重新编译完交叉编译环境就去找找看有没有.a文件

先前试过一次自己编译mips下的libpcap,make的时候有问题,生成不了那个.a

Comment by weihua.z...@gmail.com, Oct 24, 2009

重新编译了整套交叉环境,把上面说的头文件和.a拷贝到相关路径以后,configure可以通过了,现在的问题是make的时候ifaddrs.h找不到了,不知道应该安装哪个包,这个文件i686的版本在/usr/include中能找到,光拷.h文件过来后边回报一堆错误,不知道该装哪个包了,google了一下还没找出来。

Comment by weihua.z...@gmail.com, Oct 25, 2009

弄了一天了,这个ifaddrs.h的问题还是没有解决:(

Comment by project member sthots, Oct 25, 2009

对咯~openwrt的内核要选择2.6.3*的,gcc也要选择较新的那个版本.

Comment by weihua.z...@gmail.com, Oct 25, 2009

多谢多谢!之前用的都是whiterussian那个版本,好像已经停止更新了,都是去google上找的那些文章这么写就去了,今天再试一下kamikaze/8.09.1 谢谢sthots!

Comment by weihua.z...@gmail.com, Oct 28, 2009

编译成功了,我是直接svn最新的版本,没有遇到太大问题,make文件加入了-ldl参数,生成的目标文件跟download里的一样,运行还是出现错误: pcap_open_live: SIOCGIFHWADDR: No such device Err getting net parameters 我路由器外网网卡名称是eth1,这个在conf文件里已经写明,已经在读sendpacket.c找原因了,希望得到developper们的建议,谢谢啊!

弄这个路由器,把linux的编译又捡起来了,呵呵

Comment by project member sthots, Oct 28, 2009

嗯.俺们就是爱折腾.

Comment by www.eh...@gmail.com, Oct 28, 2009

外网卡你写的是eth1,没准实际上是其他的呢?

Comment by weihua.z...@gmail.com, Oct 28, 2009

谢谢楼上两位:)

外网卡我试过ifconfig里的所有取值,都是一样的错误,路由器上看到的配置是eth1 昨天看了代码,发现是调用pcap_open_live的时候传入的第一个参数那个网卡名称字符串m_nic结尾多了一个\r,导致不能识别,具体bug在什么地方还没有来得及找,只是把串直接拷贝成eth1以后通过那个调用

后来还出现一个问题,不是源码里报的错误,应该也是某个库吧,今天晚上回去接着调

Comment by www.eh...@gmail.com, Oct 28, 2009

那个应该是因为读取配置文件的函数没写好吧,eth1\r\n读得eth1\r。 唉,怎么就没人试着把MentoHUST编译一下呢,在Linux平台外的其他平台上试试?

Comment by weihua.z...@gmail.com, Oct 29, 2009

嗯,这个是我的原因,在windows下写的配置文件

Comment by weihua.z...@gmail.com, Oct 29, 2009

编译好了,可以在路由器上运行了,能不能过验证还得明天去学校试

后面的问题都是编译ruijieclient时候对应的libpcap库跟安装到路由器的libpcap库版本不一致造成的,等着明天看结果了。

感谢开发团队!

不过也不知道能用多久,我们学校也要升级3.7客户端了

Comment by weihua.z...@gmail.com, Oct 30, 2009

今天试了,运行没有问题,能提交用户名正常,提交密码后,显示认证失败,多试了几次后用windows下官方客户端登录也不行了,不晓得是不是被封帐号了,之前一直用的3.3的客户端,最近在传要升3.7.3,但是应该没有这么快到我的宿舍这边,有点不明白了,锐捷的服务器能够识别我是用其他版本的客户端在登录?能用上的同学可以讲解一下吗?谢谢啊!

Comment by www.eh...@gmail.com, Oct 30, 2009

你就没有先试试在Linux或者Windows中用它能否认证成功就直接开始在路由器上弄?

Comment by Gb.Baby@gmail.com, Oct 31, 2009

这个客户端的算法兼容性有问题,我这里用这个客户端不能通过用户名和密码的验证

Comment by weihua.z...@gmail.com, Nov 1, 2009

没有先这样试过,封号问题不大,找网管就行了,以前归我们学院管,还是认识一些人的,只是下一步不知道该怎么办了

Comment by ch...@vip.qq.com, Dec 26, 2009

Searching for server... @@ Server found, requesting user name... >> Sending user name... @@ User name valid, requesting password... >> Sending password... @@ Authentication failed: 用户动态IP地址类型绑定错误 >> Logouting...

请问一下“用户动态IP地址类型绑定错误”是怎么回事?

Comment by dongfan...@gmail.com, Jan 2, 2010

编译失败,信息如下,叫我咋办,linux不能上网,很郁闷,xmuruijie又出问题,这个又不能编译,有没有其他的替代方案呢 [zzd@MyArch? ruijieclient-0.8.2]$ ./configure checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for a BSD-compatible install... /bin/install -c checking for main in -lpcap... yes ./configure: line 3646: 0=0: command not found checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for pid_t... yes checking for size_t... yes checking for uint8_t... yes checking whether byte ordering is bigendian... no checking for memset... yes checking for strerror... yes checking whether INET_ADDRSTRLEN is declared... no checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking net/ethernet.h usability... yes checking net/ethernet.h presence... yes checking for net/ethernet.h... yes checking for linux/rtnetlink.h... yes checking pcap.h usability... yes checking pcap.h presence... yes checking for pcap.h... yes checking for main in -lxml2... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands [zzd@MyArch? ruijieclient-0.8.2]$ make make all-recursive make1?: Entering directory `/home/zzd/ruijieclient-0.8.2' Making all in src make2?: Entering directory `/home/zzd/ruijieclient-0.8.2/src' gcc -DHAVE_CONFIG_H -I. -I.. -I /usr/include/libxml2 -g -O2 -DUSE_DYLIB -g0 -Os -MT ruijieclient-blog.o -MD -MP -MF .deps/ruijieclient-blog.Tpo -c -o ruijieclient-blog.o test -f 'blog.c' || echo './'blog.c mv -f .deps/ruijieclient-blog.Tpo .deps/ruijieclient-blog.Po gcc -DHAVE_CONFIG_H -I. -I.. -I /usr/include/libxml2 -g -O2 -DUSE_DYLIB -g0 -Os -MT ruijieclient-myerr.o -MD -MP -MF .deps/ruijieclient-myerr.Tpo -c -o ruijieclient-myerr.o test -f 'myerr.c' || echo './'myerr.c mv -f .deps/ruijieclient-myerr.Tpo .deps/ruijieclient-myerr.Po gcc -DHAVE_CONFIG_H -I. -I.. -I /usr/include/libxml2 -g -O2 -DUSE_DYLIB -g0 -Os -MT ruijieclient-codeconv.o -MD -MP -MF .deps/ruijieclient-codeconv.Tpo -c -o ruijieclient-codeconv.o test -f 'codeconv.c' || echo './'codeconv.c mv -f .deps/ruijieclient-codeconv.Tpo .deps/ruijieclient-codeconv.Po gcc -DHAVE_CONFIG_H -I. -I.. -I /usr/include/libxml2 -g -O2 -DUSE_DYLIB -g0 -Os -MT ruijieclient-ruijieclient.o -MD -MP -MF .deps/ruijieclient-ruijieclient.Tpo -c -o ruijieclient-ruijieclient.o test -f 'ruijieclient.c' || echo './'ruijieclient.c mv -f .deps/ruijieclient-ruijieclient.Tpo .deps/ruijieclient-ruijieclient.Po gcc -DHAVE_CONFIG_H -I. -I.. -I /usr/include/libxml2 -g -O2 -DUSE_DYLIB -g0 -Os -MT ruijieclient-sendpacket.o -MD -MP -MF .deps/ruijieclient-sendpacket.Tpo -c -o ruijieclient-sendpacket.o test -f 'sendpacket.c' || echo './'sendpacket.c mv -f .deps/ruijieclient-sendpacket.Tpo .deps/ruijieclient-sendpacket.Po gcc -DHAVE_CONFIG_H -I. -I.. -I /usr/include/libxml2 -g -O2 -DUSE_DYLIB -g0 -Os -MT ruijieclient-conn_monitor.o -MD -MP -MF .deps/ruijieclient-conn_monitor.Tpo -c -o ruijieclient-conn_monitor.o test -f 'conn_monitor.c' || echo './'conn_monitor.c mv -f .deps/ruijieclient-conn_monitor.Tpo .deps/ruijieclient-conn_monitor.Po gcc -DHAVE_CONFIG_H -I. -I.. -I /usr/include/libxml2 -g -O2 -DUSE_DYLIB -g0 -Os -MT ruijieclient-prase.o -MD -MP -MF .deps/ruijieclient-prase.Tpo -c -o ruijieclient-prase.o test -f 'prase.c' || echo './'prase.c mv -f .deps/ruijieclient-prase.Tpo .deps/ruijieclient-prase.Po gcc -DHAVE_CONFIG_H -I. -I.. -I /usr/include/libxml2 -g -O2 -DUSE_DYLIB -g0 -Os -MT ruijieclient-md5.o -MD -MP -MF .deps/ruijieclient-md5.Tpo -c -o ruijieclient-md5.o test -f 'md5.c' || echo './'md5.c mv -f .deps/ruijieclient-md5.Tpo .deps/ruijieclient-md5.Po gcc -DHAVE_CONFIG_H -I. -I.. -I /usr/include/libxml2 -g -O2 -DUSE_DYLIB -g0 -Os -MT ruijieclient-config.o -MD -MP -MF .deps/ruijieclient-config.Tpo -c -o ruijieclient-config.o test -f 'config.c' || echo './'config.c mv -f .deps/ruijieclient-config.Tpo .deps/ruijieclient-config.Po gcc -I /usr/include/libxml2 -g -O2 -DUSE_DYLIB -g0 -Os -o ruijieclient ruijieclient-blog.o ruijieclient-myerr.o ruijieclient-codeconv.o ruijieclient-ruijieclient.o ruijieclient-sendpacket.o ruijieclient-conn_monitor.o ruijieclient-prase.o ruijieclient-md5.o ruijieclient-config.o -lxml2 ruijieclient-config.o: In function `T.14': config.c:(.text+0x1ab): warning: the `gets' function is dangerous and should not be used. gcc -g -O2 -DUSE_DYLIB -g0 -Os -shared -o libpcap.so -lxml2 make2?: Leaving directory `/home/zzd/ruijieclient-0.8.2/src' make2?: Entering directory `/home/zzd/ruijieclient-0.8.2' make2?: Leaving directory `/home/zzd/ruijieclient-0.8.2' make1?: Leaving directory `/home/zzd/ruijieclient-0.8.2' [zzd@MyArch? ruijieclient-0.8.2]$ make install Making install in src make1?: Entering directory `/home/zzd/ruijieclient-0.8.2/src' make2?: Entering directory `/home/zzd/ruijieclient-0.8.2/src' test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"

/bin/install -c ruijieclient '/usr/local/bin'
/bin/install: 无法删除"/usr/local/bin/ruijieclient": 权限不够 make2?: [install-binPROGRAMS] 错误 1 make2?: Leaving directory `/home/zzd/ruijieclient-0.8.2/src' make1?: [install-am] 错误 2 make1?: Leaving directory `/home/zzd/ruijieclient-0.8.2/src' make: [install-recursive] 错误 1

Comment by visualz...@gmail.com, Jan 8, 2010

我想把它移植到DDwrt中,也遇到了weihua.zhang的同样的问题。 sendpacket.c:35:21: ifaddrs.h: No such file or directory 我的编译环境按照http://blog.chinaunix.net/u/27015/showart_1903446.html 中所述,使用openwrt的交叉编译环境,下载了libpcap-0.9.3.tar.gz,make之,因为使用的是Ubuntu,apt-get了flex和bison. “对咯~openwrt的内核要选择2.6.3*的,gcc也要选择较新的那个版本. ”这个没看明白,是编译环境不对么? 谢谢

Comment by HUSTPub...@gmail.com, Jan 8, 2010

http://code.google.com/p/mentohust/downloads/list下载mentohust源,假定交叉编译工具目录/opt/compiler/bin下的gcc文件名为cross-os-gcc,如下编译: $export PATH=$PATH:/opt/compiler/bin $./configure --host=cross-os --disable-notify --disable-encodepass $make 编译libpcap的话建议编译libpcap-0.9.8版: $ac_cv_linux_vers=2 ./configure --host=cross-os --with-pcap=linux $make 其中compiler、cross-os根据实际情况替换。

Comment by visualz...@gmail.com, Jan 9, 2010

接上上贴,我觉得是不是DDwrt是2.4内核,libc库比较老?按照 sthots、weihua.zhang的意思是要用最新的内核Build出来的openwrt和最新的GCC for mipsel-linux?

Comment by www.eh...@gmail.com, Jan 9, 2010

mentohust刚编译测试成功了:http://code.google.com/p/mentohust/updates/list

Comment by weigum...@gmail.com, Mar 10, 2010

sudo ruijieclient后提示

>> Searching for server... @@ Server found, requesting user name... >> Sending user name... >> Searching for server... @@ Server found, requesting user name... >> Sending user name... >> Searching for server... @@ Server found, requesting user name... >> Sending user name... >> Searching for server... @@ Server found, requesting user name... >> Sending user name... >> Searching for server... @@ Server found, requesting user name... >> Sending user name... ##重试太多,退出

老是不能认证 请问为什么?

Comment by project member microcai...@gmail.com, Mar 25, 2010

可能是协议不兼容吧

Comment by yuriwa...@gmail.com, Jun 23, 2010

fedora 13 kde运行rujieclient -g 后出现:libp。so。。。。。没有安装。啥办啊????

Comment by chengs...@gmail.com, Jul 12, 2010

哥杯具了。感觉ubuntu升级太频繁,就安装了CentOS 5.5 但是无论如何都不能安装ruijieclient,首先用源码安装./configure时出现libpcap not found! 没办法,后来又下载ruijieclient-0.8.2-1.fc11.i686.rpm包安装,但是还是出现了问题: # rpm -ivh ruijieclient-0.8.2-1.fc11.i686.rpm error: Failed dependencies:

libc.so.6(GLIBC_2.7) is needed by ruijieclient-0.8.2-1.fc11.i686 rpmlib(FileDigests?) <= 4.6.0-1 is needed by ruijieclient-0.8.2-1.fc11.i686
两次的错误不一样啊,不知道是什么错误,我用rpm -q libpcap libpcap-0.9.4-15.el5 发现libpcap安装了。在/lib/libc.so.6文件也有哇。上不成网linux就没有多大意义,因为没配置好环境。所以还望那个大牛指教指教!!!

Comment by chengs...@gmail.com, Jul 12, 2010
我安装了一个包就行了。但是发现一两分钟就自动断线了 不知怎么解决

在/etc/crontab里设置为1 0 0 0 0 root ruijieclient 不行阿 ,求高手解决

Comment by project member microcai...@gmail.com, Oct 25, 2010

LS 的,有米有搞错啊,怎么能这样执行啊 .......

你得安装 libpcap-devel 才行啊 ......

Comment by felixonm...@gmail.com, Dec 4, 2011

我在AUR维护了ruijieclient-git, 包地址是: http://aur.archlinux.org/packages.php?ID=54565 使用arch的童鞋可以直接用 ;)


Sign in to add a comment
Powered by Google Project Hosting