<?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>pecl &#8211; Aykut Çevik</title>
	<atom:link href="https://aykutcevik.com/blog/tag/pecl/feed/" rel="self" type="application/rss+xml" />
	<link>https://aykutcevik.com/blog</link>
	<description>coding &#38; projects</description>
	<lastBuildDate>Thu, 21 Aug 2014 11:50:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>Installing AMQP through PECL</title>
		<link>https://aykutcevik.com/blog/installing-amqp-through-pecl/</link>
					<comments>https://aykutcevik.com/blog/installing-amqp-through-pecl/#respond</comments>
		
		<dc:creator><![CDATA[Aykut Çevik]]></dc:creator>
		<pubDate>Thu, 21 Aug 2014 11:50:47 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programmieren]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[amqp]]></category>
		<category><![CDATA[pecl]]></category>
		<category><![CDATA[php]]></category>
		<guid isPermaLink="false">http://aykutcevik.com/blog/?p=692</guid>

					<description><![CDATA[It seems to be a problem to find an easy to use solution to install AMQP support for PHP through PECL. As I already mentioned, I used to build the client library on my own and it worked like a charm. If you are having troubles installing AMQP, use the following steps to get that [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>It seems to be a problem to find an easy to use solution to install AMQP support for PHP through PECL. As I already <a href="http://stackoverflow.com/a/14459813/370193" target="_blank">mentioned</a>, I used to build the client library on my own and it worked like a charm.</p>
<p>If you are having troubles installing AMQP, use the following steps to get that thingy working:</p>
<p><span id="more-692"></span></p>
<blockquote>
<ul>
<li><span style="font-family: Consolas, Monaco, monospace;"><span style="font-size: 12px; line-height: 18px;">git clone git://github.com/alanxz/rabbitmq-c.git</span></span></li>
<li><span style="font-family: Consolas, Monaco, monospace;"><span style="font-size: 12px; line-height: 18px;">cd rabbitmq-c</span></span></li>
<li><span style="font-family: Consolas, Monaco, monospace;"><span style="font-size: 12px; line-height: 18px;">git submodule init</span></span></li>
<li><span style="font-family: Consolas, Monaco, monospace;"><span style="font-size: 12px; line-height: 18px;">git submodule update</span></span></li>
<li><span style="font-family: Consolas, Monaco, monospace;"><span style="font-size: 12px; line-height: 18px;">autoreconf -i &amp;&amp; ./configure &amp;&amp; make &amp;&amp; sudo make install</span></span></li>
<li><span style="font-family: Consolas, Monaco, monospace;"><span style="font-size: 12px; line-height: 18px;">sudo pecl install amqp<br />
</span></span></li>
</ul>
</blockquote>
<p>Please be sure, that you always copy bash commands to an editor before using them in your terminal. Some sites may hide addtional code in their posts to infect you.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://aykutcevik.com/blog/installing-amqp-through-pecl/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>