linux 64位安装 向日葵
一般我们自己工作电脑没有运维童鞋帮助做外网端口映射的情况下我们用linux想在外网远程我们工作电脑是需要跳转服务器的,目前没找到合适免费的跳转服务器(window免费解决方案稍多点,之前用过向日葵,logmein,pocketcloud 感觉后两个移动端做的非常不错用9.7寸ipad远程操作很是方便,操作方式和macbook触控板操作方式一样 )
入正题,目前用的是向日葵跳转.
记录下安装过程遇到的问题.
正常情况下执行安装命令后,启动服务,会出现以下异常(竟然提示的是没有找到这个文件/目录,cat下其实是有这个二进制可执行文件的)
grant@ubuntu:/usr/local/sunlogin/bin$
./oraysunloginservice
-bash: ./oraysunloginservice: No such file or
directory
这种情况是因为这是一个32位的程序,64默认对32位程序没有支持(缺少相关库)
然后安装32位库
sudo apt-get install
ia32-libs
grant@ubuntu:~/sunlogin_linux_1.0.0.25020$ sudo apt-get
install ia32-libs
Reading package lists... Done
Building dependency
tree
Reading state information... Done
Package ia32-libs is
not available, but is referred to by another package.
This may mean
that the package is missing, has been obsoleted, or
is only available
from another source
However the following packages replace it:
lib32z1 lib32ncurses5 lib32bz2-1.0
E: Package ‘ia32-libs‘ has no installation candidate
我们发现它被新库替换了, lib32z1 lib32ncurses5
lib32bz2-1.0
执行这个安装替代它的库
sudo apt-get install lib32z1 lib32ncurses5
lib32bz2-1.0
安装好之后我们再执行
/usr/local/sunlogin/bin/oraysunloginservice
/usr/local/sunlogin/bin/oraysunloginservice: error while loading
shared libraries: libstdc++.so.6: cannot open shared object file: No such
file or directory
发现又有了新的错误.
安装c++库
sudo apt-get install libstdc++6 lib32stdc++6
然后再执行,就ok了.
grant@ubuntu:~/sunlogin_linux_1.0.0.25020$ sudo
/usr/local/sunlogin/bin/oraysunloginservice
[sudo] password for grant:
1.Account login
2.Sunlogin code login
Please select your login
type:
已经第二次安装了,上次装好之后忘记记录,这次记录下..
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。