Install the flying robot on the linux Command Line
Download the software package from 51cto. Download the library file.
Bkjiadownload -fetion.tar BKJIA-linuxso_20101113
1. Pressure fetion software package to/usr/local/fetion
Tar xf bkjiadownload -fetion.tar-C/usr/local/fetion
2. Extract the library package in the window and copy it to/usr/local/fetion.
Run/usr/local/fetion
There will be a problem with the dependent library file in the middle,
The problem and solution are as follows:
Question 1
/Usr/local/fetion: error while loading shared libraries: libstdc ++. so.6: cannot open shared object file: No such file or directory
Solution:
Yum-y install libstdc ++. so.6
Question 2
/Usr/local/fetion: error while loading shared libraries: libgssapi_krb5.so.2: cannot open shared object file: No such file or directory
Solution
Yum install krb5-libs
Question 3
You cocould try using -- skip-broken to work around the problem
You cocould try running: rpm-Va -- nofiles -- nodigest
Solution:
Yum-y install libz. so.1 -- setopt = protected_multilib = false
Running Mode and Result
./Fetion -- mobile = sender's phone number -- pwd = 123456 -- to = recipient's phone number -- msg-utf8 = "who"
SIP-C/4.0 280 Send SMS OK
T: sip: 231860905@fetion.com.cn; p = 12122
I: 2
Q: 1 M
1: 112
D: Sat, 28 Sep 2013 07:25:03 GMT
XI: da5b9514dec61a0a5e4784450adb6de2
This article is from the "linux" blog, please be sure to keep this source http://weihong.blog.51cto.com/6655355/1303091