<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[BIWEB开源PHP WMS系统创始人ArthurXF肖飞的blog]]></title> 
<link>http://www.bizeway.net/index.php</link> 
<description><![CDATA[网务通 - 网务公司发展之路]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[BIWEB开源PHP WMS系统创始人ArthurXF肖飞的blog]]></copyright>
<item>
<link>http://www.bizeway.net/read.php?</link>
<title><![CDATA[跟着ArthurXF学FreeBSD41——解决LDAP升级问题]]></title> 
<author>ArthurXF &lt;arthurxf@gmail.com&gt;</author>
<category><![CDATA[FreeBSD]]></category>
<pubDate>Mon, 14 Jan 2008 01:59:06 +0000</pubDate> 
<guid>http://www.bizeway.net/read.php?</guid> 
<description>
<![CDATA[ 
	　　由于安装apache的时候安装了LDAP2.3的客户端，后来将LDAP升级到2.4的时候，apache启动碰到了如下错误，apache启动失败：<br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content">/libexec/ld-elf.so.1: Shared object "libldap-2.3.so.2" not found, required by "httpd"</div></div><br/>进入/usr/local/lib查看，发现所有的ldap文件版本都变成2.4了。<br/>我们为了不重新安装，用软链接来解决这个问题，具体办法如下：<br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content">cd /usr/local/lib<br/>ln -s libldap-2.4.so.2 libldap-2.3.so.2<br/><br/>启动apache，出现新的错误：<br/>/libexec/ld-elf.so.1: Shared object "liblber-2.3.so.2" not found, required by "httpd"<br/>再建立软链接：<br/>ln -s liblber-2.4.so.2 liblber-2.3.so.2<br/><br/>apachectl start<br/>现在就正常了，问题解决，虽然这可能不是根本的解决办法，至少能先启动服务了，此文章由ArthurXF倾情奉献，谢谢支持！</div></div><br/><br/>现在ArthurXF本人正在搞PHP等技术培训，如果想学习的人可以跟我联系。另外培训的招生简章在这个网址，想了解的可以去看看。加我QQ：29011218交流也可。<br/><a href="http://www.bizeway.net/read.php/285.htm" target="_blank">PHP培训招生简章</a><br/>Tags - <a href="tag.php?tag=ldap" rel="tag">ldap</a> , <a href="tag.php?tag=freebsd" rel="tag">freebsd</a>
]]>
</description>
</item><item>
<link>http://www.bizeway.net/read.php?&amp;guid=0#topreply</link>
<title><![CDATA[[评论] 跟着ArthurXF学FreeBSD41——解决LDAP升级问题]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.bizeway.net/read.php?&amp;guid=0#topreply</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>