<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://jackxiang.com/post//</link>
<title><![CDATA[./fmsmaster -silent:fms 在 centos 5 上的安装]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Thu, 23 Dec 2010 14:05:33 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	fms在centos linux 4.x上可以正常安装，装完了就可以自已自动启来了。但是在centos linux 5.x上，装完后启动不了。日志内也没有任何错误信息。<br/><br/>安装:<br/><br/>./installFMS -platformWarnOnly<br/><br/>安装完成后FMS服务没有自动启来，日志内也没有任何错误信息。<br/><br/>我们通过看/etc/init.d/fms这个启动脚本，发现FMS启动主要是用到了fmsmaster start。手动跑fmsmaster start发现出错。<br/><br/>[root@fms1 fms]# ./fmsmaster start<br/>./fmsmaster: error while loading shared libraries: libssl.so.4: cannot open shared object file: No such file or directory<br/><br/>libssl.so.4是这个链接，在5.x上版本上没有建，手动建立：<br/><br/>[root@fms1 fms]# ln -s /usr/lib/libssl.so /usr/lib/libssl.so.4<br/><br/>再启动：<br/>[root@fms1 fms]# ./fmsmaster start&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br/>./fmsmaster: error while loading shared libraries: libcrypto.so.4: cannot open shared object file: No such file or directory<br/><br/>再建链接：<br/>[root@fms1 fms]# ln -s /usr/lib/libcrypto.so /usr/lib/libcrypto.so.4<br/><br/>OK,FMS可以正常启动了。<br/><br/>来源：http://hi.baidu.com/farmerluo/blog/item/32bfd42a7790d398023bf65e.html<br/>参考：http://mimieye.iteye.com/blog/103755<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; http://blog.bj50.net/black/?p=184<br/><br/>下载：http://blog.csdn.net/xiang08/article/details/4136670<br/>https://www.adobe.com/cfusion/tdrc/index.cfm?loc=zh_cn&amp;product=flashmediaserver
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] ./fmsmaster -silent:fms 在 centos 5 上的安装]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>