LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1136|回复: 10

amule的一些问题

[复制链接]
发表于 2007-4-30 14:59:24 | 显示全部楼层 |阅读模式
1 amule怎么支持kad网络呢?偶的是2.1.3版,上面有kad的页面,但是显示是未连接。怎么让它连接呢?

2 文件下载完全没有速度,最下面却提示**正在下载。还是下载的速度太小?

3 偶用的是root运行amule,提示说这样比较危险,那么除了这个,还有什么其他需要注意的么?
比如如果是root,amule就停止下载??会这样么?
发表于 2007-4-30 16:45:12 | 显示全部楼层
网路是否经过router?firewall?
最好是使用cvs版本,才有支援UPnP。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-4-30 18:45:29 | 显示全部楼层
Post by adsl
网路是否经过router?firewall?
最好是使用cvs版本,才有支援UPnP。

偶看了下,似乎cvs版本 的好的多呢~~可是,怎么也找不到下载呀!谁帮帮偶找个,谢谢,谢谢。什么包都行,当然最好是rpm的拉,HOHO
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-4-30 19:15:17 | 显示全部楼层
下来了源代码版本~~编译失败。。。。晕死拉
checking for wx-config... no
configure: error:
                wxWidgets must be installed on your system but wx-config
                script couldn't be found. Please check that wx-config is
                in path or specified by --with-wx-config=path flag, the
                directory where wxWidgets libraries are installed (returned
                by 'wx-config --libs' command) is in LD_LIBRARY_PATH or
                equivalent variable and wxWidgets version is 2.6.0 or above.
找到wx的官方网站,也下不了它
回复 支持 反对

使用道具 举报

发表于 2007-5-1 09:08:44 | 显示全部楼层
要指定wxWidgets的路径,FC的路径偶不清楚。
如,
./configure --prefix=/usr \
            --build=$CHOST --host=$CHOST \
            --disable-embedded_crypto \
            --enable-utf8-systray \
            --enable-cas \
            --enable-wxcas \
            --enable-amule-daemon \
            --enable-amulecmd \
            --enable-amule-gui \
            --enable-alc \
            --enable-alcc \
            --enable-webserver
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-5-1 20:56:18 | 显示全部楼层
Post by adsl
要指定wxWidgets的路径,FC的路径偶不清楚。
如,
./configure --prefix=/usr \
            --build=$CHOST --host=$CHOST \
            --disable-embedded_crypto \
            --enable-utf8-systray \
            --enable-cas \
            --enable-wxcas \
            --enable-amule-daemon \
            --enable-amulecmd \
            --enable-amule-gui \
            --enable-alc \
            --enable-alcc \
            --enable-webserver

谢谢,请问,偶这样操作,那里出错了呢?
[root@localhost amule-cvs]# find / -name wx-config -print
/usr/local/bin/wx-config
之后:
./configure --prefix=/usr/local/bin
(后面一样咯)
结果还是说没找到。。。怎么回事呢?
“checking for wx-config... no”(其中一行是这样显示地)
回复 支持 反对

使用道具 举报

发表于 2007-5-2 09:28:07 | 显示全部楼层
先make clean,再./configure --prefix=/usr/local 试试。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-5-2 14:59:33 | 显示全部楼层
Post by adsl
先make clean,再./configure --prefix=/usr/local 试试。

[root@localhost amule-cvs]# make clean
make: *** 没有规则可以创建目标“clean”。 停止。
然后,./configure --prefix=/usr/local ,还是不行呀。。提示也都一样,说是wx-config找不到。。
怎么办呀?

下面是make的帮助:
-b, -m                      Ignored for compatibility.
  -B, --always-make           Unconditionally make all targets.
  -C DIRECTORY, --directory=DIRECTORY
                              Change to DIRECTORY before doing anything.
  -d                          Print lots of debugging information.
  --debug[=FLAGS]             Print various types of debugging information.
  -e, --environment-overrides
                              Environment variables override makefiles.
  -f FILE, --file=FILE, --makefile=FILE
                              Read FILE as a makefile.
  -h, --help                  Print this message and exit.
  -i, --ignore-errors         Ignore errors from commands.
  -I DIRECTORY, --include-dir=DIRECTORY
                              Search DIRECTORY for included makefiles.
  -j [N], --jobs[=N]          Allow N jobs at once; infinite jobs with no arg.
  -k, --keep-going            Keep going when some targets can't be made.
  -l [N], --load-average[=N], --max-load[=N]
                              Don't start multiple jobs unless load is below N.
  -L, --check-symlink-times   Use the latest mtime between symlinks and target.
  -n, --just-print, --dry-run, --recon
                              Don't actually run any commands; just print them.
  -o FILE, --old-file=FILE, --assume-old=FILE
                              Consider FILE to be very old and don't remake it.
  -p, --print-data-base       Print make's internal database.
  -q, --question              Run no commands; exit status says if up to date.
  -r, --no-builtin-rules      Disable the built-in implicit rules.
  -R, --no-builtin-variables  Disable the built-in variable settings.
  -s, --silent, --quiet       Don't echo commands.
  -S, --no-keep-going, --stop
                              Turns off -k.
  -t, --touch                 Touch targets instead of remaking them.
  -v, --version               Print the version number of make and exit.
  -w, --print-directory       Print the current directory.
  --no-print-directory        Turn off -w, even if it was turned on implicitly.
  -W FILE, --what-if=FILE, --new-file=FILE, --assume-new=FILE
                              Consider FILE to be infinitely new.
  --warn-undefined-variables  Warn when an undefined variable is referenced.

This program built for i686-redhat-linux-gnu
Report bugs to <bug-make@gnu.org>
回复 支持 反对

使用道具 举报

发表于 2007-5-2 20:05:06 | 显示全部楼层
sorry, my mistake, try this
./configure --prefix=/usr/local --with-wx-config=/usr/local/bin/wx-config
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-5-3 13:38:34 | 显示全部楼层
谢谢,真是麻烦你了,我这就去实施看~
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表