<?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>symfony | /var/logs/paulooi.log</title>
	<atom:link href="https://logs.paulooi.com/tag/symfony/feed" rel="self" type="application/rss+xml" />
	<link>https://logs.paulooi.com</link>
	<description>Systems Admin, Web Development and etc</description>
	<lastBuildDate>Sun, 22 Dec 2013 14:53:04 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Symfony lib-icu 4.4 Error on CentOS</title>
		<link>https://logs.paulooi.com/symfony-lib-icu-4-4-error-on-centos.php</link>
					<comments>https://logs.paulooi.com/symfony-lib-icu-4-4-error-on-centos.php#respond</comments>
		
		<dc:creator><![CDATA[Paul Ooi]]></dc:creator>
		<pubDate>Sun, 22 Dec 2013 14:53:04 +0000</pubDate>
				<category><![CDATA[Application]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[symfony]]></category>
		<guid isPermaLink="false">http://systems.takizo.com/?p=1643</guid>

					<description><![CDATA[<p>Having problem to install symfony on CentOS due to the lib-icu 4.4 error. When running &#8220;php composer.phar install&#8221;, the error below pops up. # php composer.phar install Loading composer repositories with package information Installing dependencies (including require-dev) from lock file...</p>
The post <a href="https://logs.paulooi.com/symfony-lib-icu-4-4-error-on-centos.php">Symfony lib-icu 4.4 Error on CentOS</a> first appeared on <a href="https://logs.paulooi.com">/var/logs/paulooi.log</a>.]]></description>
										<content:encoded><![CDATA[<p>Having problem to install symfony on CentOS due to the lib-icu 4.4 error. When running &#8220;php composer.phar install&#8221;, the error below pops up. </p>
<pre>
<code>
# php composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - symfony/icu v1.2.0 requires lib-icu >=4.4 -> the requested linked library icu has the wrong version installed or is missing from your system, make sure to have the extension providing it.
    - symfony/icu v1.2.0 requires lib-icu >=4.4 -> the requested linked library icu has the wrong version installed or is missing from your system, make sure to have the extension providing it.
    - Installation request for symfony/icu v1.2.0 -> satisfiable by symfony/icu[v1.2.0].
</code>
</pre>
<p>There is some configuration on &#8220;composer.json&#8221; need to be changed on &#8220;required&#8221; tree. </p>
<pre>
<code>
"symfony/icu": "1.0.0",
"symfony/symfony": "2.3.5",
</code> 
</pre>
<p>After that run the command again &#8220;php composer.phar install&#8221;. The details of the ticket error can be found on <a href="https://github.com/symfony/symfony/issues/8035">Symfony&#8217;s github site</a> (scroll to the last line) </p>The post <a href="https://logs.paulooi.com/symfony-lib-icu-4-4-error-on-centos.php">Symfony lib-icu 4.4 Error on CentOS</a> first appeared on <a href="https://logs.paulooi.com">/var/logs/paulooi.log</a>.]]></content:encoded>
					
					<wfw:commentRss>https://logs.paulooi.com/symfony-lib-icu-4-4-error-on-centos.php/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
