<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>风叶 &#187; pidgin</title>
	<atom:link href="http://blog.myhnet.cn/tag/pidgin/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.myhnet.cn</link>
	<description>秋湍泻石髓 风叶聚云根</description>
	<lastBuildDate>Fri, 20 Aug 2010 15:05:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Ubuntu804的pidgin不能用了？</title>
		<link>http://blog.myhnet.cn/2008/07/02/ubuntu804%e7%9a%84pidgin%e4%b8%8d%e8%83%bd%e7%94%a8%e4%ba%86%ef%bc%9f/</link>
		<comments>http://blog.myhnet.cn/2008/07/02/ubuntu804%e7%9a%84pidgin%e4%b8%8d%e8%83%bd%e7%94%a8%e4%ba%86%ef%bc%9f/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 08:14:32 +0000</pubDate>
		<dc:creator>myhnet</dc:creator>
				<category><![CDATA[乱七八糟]]></category>
		<category><![CDATA[804]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[pidgin]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.myhnet.cn/2008/07/15/ubuntu804%e7%9a%84pidgin%e4%b8%8d%e8%83%bd%e7%94%a8%e4%ba%86%ef%bc%9f/</guid>
		<description><![CDATA[早上来公司，例行打开电脑上ICQ开始工作，却发现ICQ怎么也登陆不上去了 pidgin提示，你的版本太低不能登陆！！ 马上apt-get update一下，发现没有更新啊。。。。 怪事了 没办法，只好到pidgin.im上去下源包 这个平常速度还不错的网站，今天速度居然奇慢 几乎都打不开 展转过了两个多小时，总算把源码包下载下来了 编译时发现不错 比原来进行了，以前什么东西都要手动去enable，现在居然是要求你去disable 呵呵 顺便说下，这次更新后的版本是2.4.3]]></description>
			<content:encoded><![CDATA[<p>早上来公司，例行打开电脑上ICQ开始工作，却发现ICQ怎么也登陆不上去了</p>
<p>pidgin提示，你的版本太低不能登陆！！</p>
<p>马上apt-get update一下，发现没有更新啊。。。。</p>
<p>怪事了</p>
<p>没办法，只好到pidgin.im上去下源包</p>
<p>这个平常速度还不错的网站，今天速度居然奇慢</p>
<p>几乎都打不开</p>
<p>展转过了两个多小时，总算把源码包下载下来了</p>
<p>编译时发现不错</p>
<p>比原来进行了，以前什么东西都要手动去enable，现在居然是要求你去disable</p>
<p>呵呵</p>
<p>顺便说下，这次更新后的版本是2.4.3</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.myhnet.cn/2008/07/02/ubuntu804%e7%9a%84pidgin%e4%b8%8d%e8%83%bd%e7%94%a8%e4%ba%86%ef%bc%9f/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Repositories for pidgin（pidgin的apt源）</title>
		<link>http://blog.myhnet.cn/2007/11/27/repositories-for-pidgin%ef%bc%88pidgin%e7%9a%84apt%e6%ba%90%ef%bc%89/</link>
		<comments>http://blog.myhnet.cn/2007/11/27/repositories-for-pidgin%ef%bc%88pidgin%e7%9a%84apt%e6%ba%90%ef%bc%89/#comments</comments>
		<pubDate>Tue, 27 Nov 2007 05:21:06 +0000</pubDate>
		<dc:creator>myhnet</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[pidgin]]></category>
		<category><![CDATA[repositories]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[源]]></category>

		<guid isPermaLink="false">http://blog.myhnet.cn/?p=102</guid>
		<description><![CDATA[[1] 在apt源(/etc/apt/sources.list中加入如下两行: deb&#160; http://apt.schmidtke-hb.de&#160; gutsy maindeb-src&#160; http://apt.schmidtke-hb.de&#160; gutsy main [2] 下载key文件: wget http://apt.schmidtke-hb.de/aptrepository.asc [3] 导入key文件：aptrepository.asc sudo apt-key add aptrepository.asc [4] 更新apt列表 sudo&#160; apt-get&#160; update [5]安装pidgin sudo apt-get install pidgin]]></description>
			<content:encoded><![CDATA[<p class="ubuntu_messagebody" id="post_message_3736240">[1] 在apt源(/etc/apt/sources.list中加入如下两行:</p>
<div class="hl-surround"><div class="hl-main">deb&nbsp; http://apt.schmidtke-hb.de&nbsp; gutsy main<br />deb-src&nbsp; http://apt.schmidtke-hb.de&nbsp; gutsy main</div></div>
<p>[2] 下载key文件:</p>
<div class="hl-surround"><div class="hl-main">wget http://apt.schmidtke-hb.de/aptrepository.asc</div></div>
<p>[3] 导入key文件：aptrepository.asc</p>
<div class="hl-surround"><div class="hl-main">sudo apt-key add aptrepository.asc</div></div>
<p class="ubuntu_messagebody" id="post_message_3736240"> [4] 更新apt列表</p>
<div class="hl-surround"><div class="hl-main">sudo&nbsp; apt-get&nbsp; update</div></div>
<p class="ubuntu_messagebody" id="post_message_3736240"> [5]安装pidgin</p>
<div class="hl-surround"><div class="hl-main">sudo apt-get install pidgin</div></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.myhnet.cn/2007/11/27/repositories-for-pidgin%ef%bc%88pidgin%e7%9a%84apt%e6%ba%90%ef%bc%89/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在ubuntu 7.10下安装pidgin 2.2.2后居然不能启动～～～～</title>
		<link>http://blog.myhnet.cn/2007/11/22/%e5%9c%a8ubuntu-710%e4%b8%8b%e5%ae%89%e8%a3%85pidgin-222%e5%90%8e%e5%b1%85%e7%84%b6%e4%b8%8d%e8%83%bd%e7%99%bb%e9%99%86%ef%bd%9e%ef%bd%9e%ef%bd%9e%ef%bd%9e/</link>
		<comments>http://blog.myhnet.cn/2007/11/22/%e5%9c%a8ubuntu-710%e4%b8%8b%e5%ae%89%e8%a3%85pidgin-222%e5%90%8e%e5%b1%85%e7%84%b6%e4%b8%8d%e8%83%bd%e7%99%bb%e9%99%86%ef%bd%9e%ef%bd%9e%ef%bd%9e%ef%bd%9e/#comments</comments>
		<pubDate>Thu, 22 Nov 2007 09:18:47 +0000</pubDate>
		<dc:creator>myhnet</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[libpurple-dev]]></category>
		<category><![CDATA[pidgin]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[启动失败]]></category>

		<guid isPermaLink="false">http://blog.myhnet.cn/?p=100</guid>
		<description><![CDATA[呵呵，一般对IM不怎么关注的，今天在搜索软件时，突然发现，原来在十月底的时候，pidgin已尼升级到2.2.2，而我却还在用老掉牙的2.2.0。难怪我的QQ好久都登陆不上去了。。。。 马上到http://www.pidgin.im上下载了源包（汗 ，一个先，没办法，用的是ubuntu，官方不给直接提供deb包。虽然现在7.10也提供apt直接安装，但安装的却是2.2.1）。然后马上解压，再configure，再make，一切都还顺序。 接下就出了点小问题，首先是到原来的2.2.0安装目录里面删除原来的版 本 （不知道2.2.2会不会自动删除原来的版本，所以我还是先手动删除老版本），删除后，发现pidgin居然还能运行～～～ 一查版本号，居然是2.2.1。。。。 汗死，看样子，当初从7.04升级到7.10的时候，便给我自动安装了。。。 不管了，先remove掉再说。 然后再回到2.2.2的安装目录，进行sudo make install，也没有报错。。。。 安装完之后，我就发现在application-internet里面的那个图标长得很奇怪，然后点击，在任务栏上有&#8221;start pidgin“字样，但过了一会儿就消失了，pidgin也没有启动。然后我就直接在 命令终端输入pidgin命令，居然有下面这个提示： pidgin: error while loading shared libraries: libpurple.so.0: cannot open shared object file: No such file or directory 原来，在pidgin2.2.2里面，新加了一个对libpurple开发包的需求，重新安装了一下libpurple-dev。 然后再试，呵呵，现在连QQ也可以再次登陆了。 ：）]]></description>
			<content:encoded><![CDATA[<p>呵呵，一般对IM不怎么关注的，今天在搜索软件时，突然发现，原来在十月底的时候，pidgin已尼升级到2.2.2，而我却还在用老掉牙的2.2.0。难怪我的QQ好久都登陆不上去了。。。。</p>
<p>马上到http://www.pidgin.im上下载了源包（汗 ，一个先，没办法，用的是ubuntu，官方不给直接提供deb包。虽然现在7.10也提供apt直接安装，但安装的却是2.2.1）。然后马上解压，再configure，再make，一切都还顺序。</p>
<p>接下就出了点小问题，首先是到原来的2.2.0安装目录里面删除原来的版 本 （不知道2.2.2会不会自动删除原来的版本，所以我还是先手动删除老版本），删除后，发现pidgin居然还能运行～～～ 一查版本号，居然是2.2.1。。。。 汗死，看样子，当初从7.04升级到7.10的时候，便给我自动安装了。。。 不管了，先remove掉再说。</p>
<p>然后再回到2.2.2的安装目录，进行sudo make install，也没有报错。。。。</p>
<p>安装完之后，我就发现在application-internet里面的那个图标长得很奇怪，然后点击，在任务栏上有&#8221;start pidgin“字样，但过了一会儿就消失了，pidgin也没有启动。然后我就直接在 命令终端输入pidgin命令，居然有下面这个提示：</p>
<div class="hl-surround"><div class="hl-main">pidgin: error while loading shared libraries: libpurple.so.0: cannot open shared object file: No such file or directory</div></div>
<p>原来，在pidgin2.2.2里面，新加了一个对libpurple开发包的需求，重新安装了一下libpurple-dev。</p>
<p>然后再试，呵呵，现在连QQ也可以再次登陆了。</p>
<p>：）</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.myhnet.cn/2007/11/22/%e5%9c%a8ubuntu-710%e4%b8%8b%e5%ae%89%e8%a3%85pidgin-222%e5%90%8e%e5%b1%85%e7%84%b6%e4%b8%8d%e8%83%bd%e7%99%bb%e9%99%86%ef%bd%9e%ef%bd%9e%ef%bd%9e%ef%bd%9e/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
