name327 发表于 2013-5-9 21:21:28

树莓派花生壳编译配置,附编译后文件

先说下我的环境
系统版本:Linux raspberrypi 3.2.27+ #250 PREEMPT Thu Oct 18 19:03:02 BST 2012 armv6l GNU/Linux
参照这里 http://service.oray.com/question/116.html
但是有点不一样。atp-get install gcc autoconf automake原文里的gcc-c++这里不要。# aclocal

# autoconf

# automake

# ./configure

# make
这里照搬就行
make完毕后 cd到src下# ls -l phddns

-rwxr-xr-x 1 root root 80968 Aug 2 11:18 phddns
可以看到多了phddns。
这里开始复制原文
# ./phddns输入服务器地址,如无特殊情况可使用默认值Enter server address(press ENTER use phlinux3.oray.net):

输入您的Oray帐号名称Enter your Oray account:

对应的Oray帐号密码Password:

选择帮定的网卡,如无特殊,默认即可Network interface(s):eth0:192.168.141.18lo:127.0.0.1Choose one(default eth0):

选择日志保存到哪个文件Log to use(default /var/log/phddns.log):

保存配置文件,选择yes则直接保存到/etc/phlinux.conf,输入other可以指定文件Save to configuration file (/etc/phlinux.conf)?(yes/no/other):

接下来程序将已交互模式开始运行192.168.141.18NIC bind successOnStatusChanged okConnectingOnStatusChanged okDomainListedOnDomainRegistered skyvense22.gicp.netOnStatusChanged okDomainsRegisteredUserType: 0看到上面这些就表示登录成功,这个时候可以按ctrl+c先退出程序


6、将phddns拷贝到你希望的位置
# cp phddns /usr/bin/

7、以后台模式启动花生壳并检查运行情况

# /usr/bin/phddns -c /etc/phlinux.conf -dphlinux started as daemon!这里会发现执行结果不是这样,而是 no appointing szHost 下面说怎么解决# tail /var/log/phddns.log2011/08/02 11:28:58.256| ExecuteUpdate OK, BeginKeepAlive!2011/08/02 11:29:59.354| SendKeepAlive() 82082011/08/02 11:30:00.355| RecvKeepaliveResponse() Data comes, OPCODE:82722011/08/02 11:30:00.356| Keepalive response received, client ip: 116.231.123.962011/08/02 11:31:00.447| SendKeepAlive() 82082011/08/02 11:31:01.450| RecvKeepaliveResponse() Data comes, OPCODE:82722011/08/02 11:31:01.450| Keepalive response received, client ip: 116.231.123.96

no appointing szHost的意思是说,这是的szHost无效
用vi修改 /etc/phlinux.conf 把=号两边的空格都删除掉
:wq退出。
然后重新执行 /usr/bin/phddns -c /etc/phlinux.conf -d就发现和示例上面的结果一样了。
这里包含编译前文件和编译后文件

name327 发表于 2013-5-9 21:24:12

没人看哦。。。

尘缘若浅 发表于 2013-5-10 17:00:05

编译的贴一概看不懂

linux0ne 发表于 2013-5-11 21:01:07

花生壳是做什么的?编译好了又能做什么?
页: [1]
查看完整版本: 树莓派花生壳编译配置,附编译后文件