linux(rhel)远程win rdesktop pkgconfig(xcb) >= 1.1.92

玩玩linux想在linux下面管理windows的服务器,可以远程链接,目前的工具好用的只有rdesktop,这就在官方下载了一个rdesktop的gz安装包,进行编译安装,执行完“./configure”后出现了如下错误:

ERROR: Could not find X Window System headers/libraries.
Probably you need to install the libX11-devel package.
To specify paths manually, use the options –x-includes and –x-libraries.

从以上错误信息中可以看到是缺少libX11-devel包,这就找到镜像里面的文件进行安装,

执行完“rpm -ivh libX11-devel-1.3-2.el6.i686.rpm”命令后又出现如下错误信息:

warning:libX11-devel-1.3-2.el6.i686.rpm:Header V3 RSA/SHA256 Signature, fd431d51:NOKEY
error:Failed dependencies:
        pkgconfig(xcb) is needed by libX11-devel-1.3-2.el6.i686
        pkgconfig(xcb) >= 1.1.92  is needed by libX11-devel-1.3-2.el6.i686

这次遇到了pkgconfig(xcb),安装libX11-devel包依赖于这个包

找了很多方法都安装不上,最后看了一篇英文才知道“pkgconfig(xcb)就是需要安装libxcb-devel包”,安装完之后就可以顺利的安装libX11-devel包了。


然后./configure还遇到:

checking for GSSGLUE... no

CredSPP support requires libgssglue, install the dependency
or disable the feature using --disable-credssp.

在确认了安装光盘和好几个rhel的安装包源都没找到libgssglue-devel,

使用$./comfigure --disable-credssp继续,又遇到:

SmartCard support requires PCSC, install the dependency
or disable the feature using --disable-smartcard.

同样四处找不到pcsc-lite-devel。只能放弃源码安装,

直接使用#yum install rdesktop

然后安装完成了。


贴上本机的源配置文件:

我的系统镜像挂载在了/media下。

使用rdesktop:

rdesktop -f  -a IP

libgssglue-devel pcsc-lite-devel哪里有??

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值