LinuxSir.cn,穿越时空的Linuxsir!

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

lftp-3.6.0正式发布,有谁使用了有问题的

[复制链接]
发表于 2007-10-30 14:40:37 | 显示全部楼层 |阅读模式
http://tactical.wiretapped.net/mirrors/lftp/lftp-3.6.0.tar.bz2

我从rc版就开始用了,装完无法ls目录,显示不出任何信息,正式版也是这样,3.5.x没有问题,但两者./configure的options都是一样的~

他们的list里也没人提这个问题,难道就我碰到了~

LFS-6.3的环境~

我用vmware的,估计可能是这个问题,但无法验证,机器是工作上要用的~
发表于 2007-10-31 19:17:30 | 显示全部楼层
[PHP]d00m3d@BlackMesa:~$ lftp
lftp :~> open xxx.xxx.x.xx
lftp xxx.xxx.x.xx:~> user d00m3d
Password:
lftp d00m3d@xxx.xxx.x.xx:/> version
LFTP | Version 3.6.0 | Copyright (c) 1996-2007 Alexander V. Lukyanov

LFTP is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
There is absolutely no warranty for LFTP.  See COPYING for details.

Send bug reports and questions to <lftp@uniyar.ac.ru>.

Libraries used: Readline 5.2, Expat 2.0.1
lftp d00m3d@xxx.xxx.x.xx:/> ls
drwxr-xr-x   27 1000     1000         4096 Oct 30 03:02 .
drwxr-xr-x   27 1000     1000         4096 Oct 30 03:02 ..
-rw-------    1 1000     1000          191 Aug 23 09:56 .ICEauthority
-rw-------    1 1000     1000          154 Jul 17 02:55 .Xauthority
-rw-r--r--    1 1000     1000          893 Feb 28  2000 .Xdefaults
-rw-------    1 1000     1000         4856 Oct 30 07:31 .bash_history
-rw-r--r--    1 1000     1000           57 Jan 03  2007 .bashrc
drwxr-xr-x    4 1000     1000         4096 Jan 23  2007 .kde
-rw-r--r--    1 1000     1000          518 Feb 20  2006 .kderc
drwxr-xr-x    2 1000     1000         4096 Oct 12 04:03 .mc
drwxr-xr-x    2 1000     1000         4096 Jan 22  2007 .mcop
drwxr-xr-x    4 1000     1000         4096 Jan 22  2007 .mozilla
-rw-------    1 1000     1000           96 Oct 22 09:35 .nano_history
drwxr-xr-x    2 1000     1000         4096 Jan 24  2007 .qt
-rw-------    1 1000     1000         2721 Jan 23  2007 .xsession-errors
drwxr-xr-x   12 1000     1000         4096 Oct 30 06:52 BLFS-src
drwxr-xr-x    2 1000     1000         4096 Oct 12 18:50 Desktop
drwxr-xr-x    3 1000     1000         4096 Jan 23  2007 office
-rw-rw-r--    1 1000     1000        73209 Aug 27 10:04 super_pi.zip
drwxr-xr-x    3 1000     1000         4096 Feb 26  2007 tmp

lftp d00m3d@xxx.xxx.x.xx:/> quit
d00m3d@BlackMesa:~$[/PHP]未见异常!
(IP 地址及机密文件屏蔽了)
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-11-1 10:46:12 | 显示全部楼层
上次是sshd的shakey不能生成,这次是lftp新版本出问题,我都不知道哪里错了~

不会是内核的问题吧,说实话,我把内核精简过了~
回复 支持 反对

使用道具 举报

发表于 2007-11-1 12:40:52 | 显示全部楼层
莫非 readline 或者 expat 的問題?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-11-1 16:03:08 | 显示全部楼层
Post by d00m3d
莫非 readline 或者 expat 的問題?

我已经尝试了多种组合了,按照组合排列来的,要么用系统的,要么用lftp自带的~均不行,八成就是内核的问题了~

要不doom兄把./configure的参数给我参考参考~
  1. bash-3.2# lftp --version
  2. LFTP | Version 3.6.0 | Copyright (c) 1996-2007 Alexander V. Lukyanov
  3. LFTP is free software, covered by the GNU General Public License, and you are
  4. welcome to change it and/or distribute copies of it under certain conditions.
  5. There is absolutely no warranty for LFTP.  See COPYING for details.
  6. Send bug reports and questions to <lftp@uniyar.ac.ru>.
  7. Libraries used: Expat 2.0.1
  8. bash-3.2# lftp -u xx,xx xxxxxxxxxxx
  9. lftp linux@xxxxxxxxx:~> ls
  10.    Stored 0 files, 0 kBytes
  11.    Retrieved 0 files, 0 kBytes
  12. lftp linux@xxxxxxxxx:/>
复制代码
就是这种现象~
奇怪,没有Readline,./configure也没有关于readline的相关参数~
好吧,重新装了一遍Readline,但问题还是这样,郁闷死~非典型的问题最难处理了~
回复 支持 反对

使用道具 举报

发表于 2007-11-2 06:13:47 | 显示全部楼层
连其他 server 都不行吗?

我编译 lftp 的时候,只用 ./configure --prefix=/usr

没啥特别的呀

为何你的没有连结到 readline?ncurses 的安装正常否?编译内核时能否用 make menuconfig?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-11-2 08:38:35 | 显示全部楼层
Post by d00m3d
连其他 server 都不行吗?

我编译 lftp 的时候,只用 ./configure --prefix=/usr

没啥特别的呀

为何你的没有连结到 readline?ncurses 的安装正常否?编译内核时能否用 make menuconfig?


我也是这样的,加了--with-openssl=/usr/bin/openssl~
当然可以make menuconfig,因为我ncurses正常安装~

会不会jhalfs的关系,原先用手动一点问题也没有的~
回复 支持 反对

使用道具 举报

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

本版积分规则

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