ubuntu14.04 64位 安装H3C iNode客户端
环境:
OS: ubuntu14.04LTS 64位
iNode: iNode2.40-R0162 for linux(iNode只有32位的,而且是很久以前的版本)
安装方法:
第一种:
主要参考:
http://www.lxway.com/491008804.htm
http://www.guokr.com/blog/749085/
检查本机是64位还是32位:
dpkg --print-architecture
然后可以看到amd64,证明当前系统是64位的。然后再输入
dpkg --print-foreign-architectures
看到的是i386证明你已经打开了32位支持。如果没有显示i386的话,请输入
sudo dpkg --add-architecture i386
打开i386的支持,然后输入
sudo apt-get update
进行更新,然后输入
sudo apt-get dist-upgrade
对支持库进行更新。
这样我们就成功地装上了32位支持库了。
然后直接运行如下命令安装iNode
sudo ./install.sh
会报错:
Starting AuthenMngService: OK
sudo: unable to execute /home/yanyige/iNode/iNode/AuthenMngService: No such file or directory
root@ubuntu:/home/yanyige/iNode/iNode# sudo: unable to execute /home/yanyige/iNode/iNode/iNodeMon: No such file or directory
报错原因是,iNode是32位的,64位系统需要安装兼容包之后才能正常运行,不然虽然在目录下明明看到有那个文件还是提示找不到。
安装兼容包:
sudo apt-get install libncurses5:i386 libgtk2.-:i386 libpangoxft-1.0-:i386 libpangox-1.0-:i386 libxxf86vm1:i386 libsm6:i386 libjpeg62:i386
然后,大功告成:输入
sudo ./iNodeClient
即可登录
第二种:安装32位库:ia32-libs, 但是现在的源里已经把它删了,所以要从旧源里安装,具体安装方法参考:http://jukezhang.com/2014/12/02/install-configure-ubuntu/
第三种:换成Ubuntu32 位系统,32位系统装iNode完全没压力,把依赖包装好,直接就能用了。
对于Ubuntu16.04,今天安装了一下,发现按上边步骤出现了问题。报错的内容大概是:
./iNodeClient: error while loading shared libraries: libtiff.so.: cannot open shared object file: No such file or directory
出错的主要原因是,缺少libtiff.so.3 ,可能是Ubunt16.04 里边使用了高版本的libtiff.so.5。 只要把libtiff.so.3放到/usr/lib 文件夹里就行了。
mv <your_dir>/libtiff.so.3 /usr/lib
<your_dir>是你存放libttiff.so.3的路径。
libtiff.so.3 下载地址:http://download.csdn.net/detail/great_cy_ang/9590569
也可以从其他低版本的系统拷一份来用。
ubuntu14.04 64位 安装H3C iNode客户端的更多相关文章
- ubuntu14.04 64位安装H3C iNode客户端
环境: OS:ubuntu14.04LTS 64位 iNode: iNode2.40-R0162 for linux(iNode只有32位的,而且是很久以前的版本) 安装方法: 第一种: 检查本机是6 ...
- Ubuntu14.04(64位)安装ATI_Radeon_R7_M265显卡驱动
电脑型号:Dell inspiron 14-5447 笔记本 显卡配置:集成显卡Intel核心显卡,Cpu是i5-4210U;独立显卡ATI_Radeon_R7_M265 网上关于ATI/Intel双 ...
- ubuntu14.04 64位 安装Tomcat
ubuntu14.04 64位 安装Tomcat 1 下载Tomcat 在htt://www.tomcat.apache.org官网上下载apache-tomcat-7.0.57.tar.gz 2 解 ...
- ubuntu14.04 64位 安装eclipse
ubuntu14.04 64位 安装eclipse 1 在官网上下载eclipse http://www.eclipse.org/downloads/下载eclipse-jee-luna-SR1-li ...
- ubuntu14.04 64位 安装JDK1.7
ubuntu14.04 64位 安装JDK1.7 1 新建文件夹 youhaidong@youhaidong:~$ sudo mkdir /usr/lib/jvm 2 解压文件 youhaidong@ ...
- ubuntu14.04 64位 安装搜狗输入法
deb格式的搜狗输入法,搜狗拼音官网可以下载到 http://pinyin.sogou.com/linux/?r=pinyin (64位) 2.使用deb安装工具gdebi,这个工具能解决所有依赖问题 ...
- ubuntu14.04 64位安装 g2o
参考链接:http://blog.csdn.net/jiujiu932/article/details/52248577 http://www.cnblogs.com/gaoxiang12/p/473 ...
- 一条命令搞定在VMware中的Ubuntu14.04 64 位安装Docker
对,就是这么炫酷! curl -sSL https://get.docker.com/ | sudo sh 如果提示没有装curl就apt-get install一下,另外提醒一下必须是64位的ubu ...
- ubuntu14.04 64位 安装eclipse出错
1 错误描述 org.eclipse.m2e.logback.configuration: The org.eclipse.m2e.logback.configuration bundle was a ...
随机推荐
- JSON(二)——JavaScript中js对象与JSON格式字符串的相互转换
首先我们来看一下js中JSON格式的字符串 var JSONStr1 = "{\"name\" : \"张三\"}"; 注意以下的写法不是j ...
- 一、WINDOWS下 RabbitMQ安装部署
安装需要用管理员权限,全部右键管理员身份运行.建议安装到虚拟机里面,免得影响日常使用. 1.下载 https://dl.bintray.com/rabbitmq/all/rabbitmq-serv ...
- tkinter打招呼
import tkinter as tk #导入tkinter模块声明为tk class App:#创建一个类名称为App def __init__(self,master):#传入的参数顶层窗口在这 ...
- jmc远程连接windows环境tomcat
新人报道,先发个小贴赚点人气,本人目前还是小菜鸟,想要飞却怎么也飞不高,哈哈,转到正题,最近发现这个JMC挺好用的,而且也不用像Jprofile需要破解,本地连接挺方便的, 但配置服务器确实挺坑的,按 ...
- 学习linux的一些指令
简单说一下我对linux的理解,linux只有一个根目录,所有目录都挂在该根目录上,磁盘进行分区,然后生成文件系统,挂到目录上,/etc/fstab用于记录系统配置,比如分区挂载点,开机自动挂载等等. ...
- jenkins实战(一):war安装及插件安装
一:整体介绍 以下摘自维基百科: Jenkins是一个用Java编写的开源的持续集成工具.在与Oracle发生争执后,项目从Hudson项目复刻. Jenkins提供了软件开发的持续集成服务.它运行在 ...
- java.sql.SQLException: null, message from server: "Host '192.168.126.100' is not allowed to connect to this MySQL server"
- Fetching data with Ajax小例子
ajax获取数据示例: 示例1 通过ajax获取txt文件里面的内容示例: <html> <head> <title>Ajax at work</title& ...
- Mac OS X磁盘重新分区后 BootCamp Windows启动项丢失
前言 我有一台Mac,装有OS X和Windows两系统,因Windows和OS X都能读写exFAT分区, 故若在Machintosh HD和Windows HD之间开辟一个exFAT分区,可以作为 ...
- hihoCoder 1595 : Numbers
Description You are given n constant integers c[1], c[2], ..., c[n] and an integer k. You are to ass ...