<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>《使用libc封装库修改程序绑定端口》的评论</title>
	<atom:link href="https://zohead.com/archives/libc-bind-wrapper/feed/" rel="self" type="application/rss+xml" />
	<link>https://zohead.com/archives/libc-bind-wrapper/</link>
	<description>Uranus Zhou&#039;s Blog</description>
	<lastBuildDate>Wed, 26 Nov 2025 11:17:35 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.8</generator>
	<item>
		<title>作者：admin</title>
		<link>https://zohead.com/archives/libc-bind-wrapper/#comment-977</link>
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 05 Mar 2015 03:48:50 +0000</pubDate>
		<guid isPermaLink="false">http://zohead.com/?p=764#comment-977</guid>
		<description><![CDATA[是不是 bind.so 的路径不对？
可以把 bind.so 换成绝对路径看看，不行也可以 strace 调试看看有没有确实加载库文件]]></description>
		<content:encoded><![CDATA[<p>是不是 bind.so 的路径不对？<br />
可以把 bind.so 换成绝对路径看看，不行也可以 strace 调试看看有没有确实加载库文件</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：ddatsh</title>
		<link>https://zohead.com/archives/libc-bind-wrapper/#comment-976</link>
		<dc:creator><![CDATA[ddatsh]]></dc:creator>
		<pubDate>Thu, 05 Mar 2015 03:39:02 +0000</pubDate>
		<guid isPermaLink="false">http://zohead.com/?p=764#comment-976</guid>
		<description><![CDATA[在树莓派上试
BIND_ADDR=&quot;192.168.137.18&quot; BIND_PORT=8080 BIND_TYPE=TCP EXCLUDE_PORTS=80 LD_PRELOAD=bind.so /usr/local/nginx/sbin/nginx 

ERROR: ld.so: object &#039;bind.so&#039; from LD_PRELOAD cannot be preloaded: ignored.]]></description>
		<content:encoded><![CDATA[<p>在树莓派上试<br />
BIND_ADDR=&#8221;192.168.137.18&#8243; BIND_PORT=8080 BIND_TYPE=TCP EXCLUDE_PORTS=80 LD_PRELOAD=bind.so /usr/local/nginx/sbin/nginx </p>
<p>ERROR: ld.so: object &#8216;bind.so&#8217; from LD_PRELOAD cannot be preloaded: ignored.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
