« | August 2025 | » | 日 | 一 | 二 | 三 | 四 | 五 | 六 | | | | | | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | | | | | | | |
| 公告 |
戒除浮躁,读好书,交益友 |
Blog信息 |
blog名称:邢红瑞的blog 日志总数:523 评论数量:1142 留言数量:0 访问次数:9701271 建立时间:2004年12月20日 |

| |
[linux]64位RedHat下编译gnokii 原创空间, 文章收藏, 软件技术, 电脑与网络
邢红瑞 发表于 2010/8/20 16:56:39 |
64位linux 发送短信,需要gnokii,找了一下rpm 最近的也是0.6.19,安装后 还需要libxpm.so晕倒。发现0.6.24就不是要了。只有自己编译了。出现checking for intltool >= 0.35.0... 0.31.2 foundconfigure: error: Your intltool is too old. You need intltool 0.35.0 or later.解决办法如下:wget http://ftp.gnome.org/pub/gnome/sources/intltool/0.40/intltool-0.40.6.tar.gztar zxvf intltool-0.40.6.tar.gzcd intltool-0.40.6./configure make && make install然后编译 从http://www.gnokii.org/下载gnokii,并编译安装.[root@SAG]# tar jxvf gnokii-0.6.28.1.tar.bz2 [root@SAG]# cd gnokii-0.6.28 [root@SAG]# ./configure[root@SAG]# gmake[root@SAG]# gmake install[root@SAG]#cp /usr/local/share/doc/gnokii/sample/gnokiirc /root/.gnokiirc[root@SAG]#vi ~/.gnokiirc
echo -e "SMS-TEST FROM Lenovo" | gnokii --sendsms 1581XXXX自己做的安装脚本cp -f ./gnokii /usr/local/bin/chmod a+x /usr/local/bin/gnokiicp -f ./lib* /usr/local/lib/cp -f ./.gnokiirc /root |
|
|