<?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>hyperscale.at &#187; libxml2</title>
	<atom:link href="http://asherbond.com/blog/tag/libxml2/feed/" rel="self" type="application/rss+xml" />
	<link>http://asherbond.com/blog</link>
	<description>Service-orientation-as-a-Service, SOA, PaaS, IaaS, and Economies of Autoscale</description>
	<lastBuildDate>Mon, 09 Apr 2012 05:02:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>configure: error: xml2-config not found. Please check your libxml2 installation.</title>
		<link>http://asherbond.com/blog/2009/05/05/configure-error-xml2-config-not-found-please-check-your-libxml2-installation/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=configure-error-xml2-config-not-found-please-check-your-libxml2-installation</link>
		<comments>http://asherbond.com/blog/2009/05/05/configure-error-xml2-config-not-found-please-check-your-libxml2-installation/#comments</comments>
		<pubDate>Tue, 05 May 2009 09:58:55 +0000</pubDate>
		<dc:creator>Asher Bond</dc:creator>
				<category><![CDATA[software development]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[compiling]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[libxml2]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php 5]]></category>
		<category><![CDATA[web server administration]]></category>

		<guid isPermaLink="false">http://www.asherbond.com/blog/?p=70</guid>
		<description><![CDATA[I got this error when trying to configure php 5.2.6: configure: error: xml2-config not found. Please check your libxml2 installation. I&#8217;m using Debian and it showed that I had libxml2 installed (and it was the latest version). It turns out that the latest stable version of libxml2 doesn&#8217;t include a file named xml2-config. I suppose [...]]]></description>
			<content:encoded><![CDATA[<p>I got this error when trying to configure php 5.2.6:</p>
<p>configure: error: xml2-config not found. Please check your libxml2 installation.</p>
<p>I&#8217;m using Debian and it showed that I had libxml2 installed (and it was the latest version).</p>
<p>It turns out that the latest stable version of libxml2 doesn&#8217;t include a file named xml2-config. I suppose I could have linked that file to the config file that the stable version of libxml2 uses, but the easy fix is to just install the newer development version of libxml2 using the following command:</p>
<p><strong>apt-get install libxml2-dev</strong></p>
<p>That&#8217;s all I needed!</p>
Share and Enjoy:<a rel="nofollow" target="_blank"  href="http://www.printfriendly.com/print/new?url=http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F05%2F05%2Fconfigure-error-xml2-config-not-found-please-check-your-libxml2-installation%2F" ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/printfriendly.png" class="sociable-img sociable-hovers" title="Print" alt="Print" /></a><a rel="nofollow" target="_blank"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F05%2F05%2Fconfigure-error-xml2-config-not-found-please-check-your-libxml2-installation%2F&amp;title=configure%3A%20error%3A%20xml2-config%20not%20found.%20Please%20check%20your%20libxml2%20installation.&amp;bodytext=I%20got%20this%20error%20when%20trying%20to%20configure%20php%205.2.6%3A%0D%0A%0D%0Aconfigure%3A%20error%3A%20xml2-config%20not%20found.%20Please%20check%20your%20libxml2%20installation.%0D%0A%0D%0AI%27m%20using%20Debian%20and%20it%20showed%20that%20I%20had%20libxml2%20installed%20%28and%20it%20was%20the%20latest%20version%29.%0D%0A%0D%0AIt%20turns%20out%20t" ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/digg.png" class="sociable-img sociable-hovers" title="Digg" alt="Digg" /></a><a rel="nofollow" target="_blank"  href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F05%2F05%2Fconfigure-error-xml2-config-not-found-please-check-your-libxml2-installation%2F" ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/sphinn.png" class="sociable-img sociable-hovers" title="Sphinn" alt="Sphinn" /></a><a rel="nofollow" target="_blank"  href="http://delicious.com/post?url=http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F05%2F05%2Fconfigure-error-xml2-config-not-found-please-check-your-libxml2-installation%2F&amp;title=configure%3A%20error%3A%20xml2-config%20not%20found.%20Please%20check%20your%20libxml2%20installation.&amp;notes=I%20got%20this%20error%20when%20trying%20to%20configure%20php%205.2.6%3A%0D%0A%0D%0Aconfigure%3A%20error%3A%20xml2-config%20not%20found.%20Please%20check%20your%20libxml2%20installation.%0D%0A%0D%0AI%27m%20using%20Debian%20and%20it%20showed%20that%20I%20had%20libxml2%20installed%20%28and%20it%20was%20the%20latest%20version%29.%0D%0A%0D%0AIt%20turns%20out%20t" ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/delicious.png" class="sociable-img sociable-hovers" title="del.icio.us" alt="del.icio.us" /></a><a rel="nofollow" target="_blank"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F05%2F05%2Fconfigure-error-xml2-config-not-found-please-check-your-libxml2-installation%2F&amp;t=configure%3A%20error%3A%20xml2-config%20not%20found.%20Please%20check%20your%20libxml2%20installation." ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/facebook.png" class="sociable-img sociable-hovers" title="Facebook" alt="Facebook" /></a><a rel="nofollow" target="_blank"  href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F05%2F05%2Fconfigure-error-xml2-config-not-found-please-check-your-libxml2-installation%2F&amp;title=configure%3A%20error%3A%20xml2-config%20not%20found.%20Please%20check%20your%20libxml2%20installation." ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/mixx.png" class="sociable-img sociable-hovers" title="Mixx" alt="Mixx" /></a><a rel="nofollow" target="_blank"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F05%2F05%2Fconfigure-error-xml2-config-not-found-please-check-your-libxml2-installation%2F&amp;title=configure%3A%20error%3A%20xml2-config%20not%20found.%20Please%20check%20your%20libxml2%20installation.&amp;annotation=I%20got%20this%20error%20when%20trying%20to%20configure%20php%205.2.6%3A%0D%0A%0D%0Aconfigure%3A%20error%3A%20xml2-config%20not%20found.%20Please%20check%20your%20libxml2%20installation.%0D%0A%0D%0AI%27m%20using%20Debian%20and%20it%20showed%20that%20I%20had%20libxml2%20installed%20%28and%20it%20was%20the%20latest%20version%29.%0D%0A%0D%0AIt%20turns%20out%20t" ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/googlebookmark.png" class="sociable-img sociable-hovers" title="Google Bookmarks" alt="Google Bookmarks" /></a><a rel="nofollow" target="_blank"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F05%2F05%2Fconfigure-error-xml2-config-not-found-please-check-your-libxml2-installation%2F&amp;title=configure%3A%20error%3A%20xml2-config%20not%20found.%20Please%20check%20your%20libxml2%20installation.&amp;source=hyperscale.at+Service-orientation-as-a-Service%2C+SOA%2C+PaaS%2C+IaaS%2C+and+Economies+of+Autoscale&amp;summary=I%20got%20this%20error%20when%20trying%20to%20configure%20php%205.2.6%3A%0D%0A%0D%0Aconfigure%3A%20error%3A%20xml2-config%20not%20found.%20Please%20check%20your%20libxml2%20installation.%0D%0A%0D%0AI%27m%20using%20Debian%20and%20it%20showed%20that%20I%20had%20libxml2%20installed%20%28and%20it%20was%20the%20latest%20version%29.%0D%0A%0D%0AIt%20turns%20out%20t" ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/linkedin.png" class="sociable-img sociable-hovers" title="LinkedIn" alt="LinkedIn" /></a><a rel="nofollow" target="_blank"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F05%2F05%2Fconfigure-error-xml2-config-not-found-please-check-your-libxml2-installation%2F&amp;t=configure%3A%20error%3A%20xml2-config%20not%20found.%20Please%20check%20your%20libxml2%20installation." ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/myspace.png" class="sociable-img sociable-hovers" title="MySpace" alt="MySpace" /></a><a rel="nofollow" target="_blank"  href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F05%2F05%2Fconfigure-error-xml2-config-not-found-please-check-your-libxml2-installation%2F&amp;h=configure%3A%20error%3A%20xml2-config%20not%20found.%20Please%20check%20your%20libxml2%20installation." ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/newsvine.png" class="sociable-img sociable-hovers" title="NewsVine" alt="NewsVine" /></a><a rel="nofollow" target="_blank"  href="http://www.printfriendly.com/print/new?url=http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F05%2F05%2Fconfigure-error-xml2-config-not-found-please-check-your-libxml2-installation%2F" ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/pdf.png" class="sociable-img sociable-hovers" title="PDF" alt="PDF" /></a><a rel="nofollow" target="_blank"  href="http://reddit.com/submit?url=http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F05%2F05%2Fconfigure-error-xml2-config-not-found-please-check-your-libxml2-installation%2F&amp;title=configure%3A%20error%3A%20xml2-config%20not%20found.%20Please%20check%20your%20libxml2%20installation." ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/reddit.png" class="sociable-img sociable-hovers" title="Reddit" alt="Reddit" /></a><a rel="nofollow" target="_blank"  href="http://slashdot.org/bookmark.pl?title=configure%3A%20error%3A%20xml2-config%20not%20found.%20Please%20check%20your%20libxml2%20installation.&amp;url=http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F05%2F05%2Fconfigure-error-xml2-config-not-found-please-check-your-libxml2-installation%2F" ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/slashdot.png" class="sociable-img sociable-hovers" title="Slashdot" alt="Slashdot" /></a><a rel="nofollow" target="_blank"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F05%2F05%2Fconfigure-error-xml2-config-not-found-please-check-your-libxml2-installation%2F&amp;title=configure%3A%20error%3A%20xml2-config%20not%20found.%20Please%20check%20your%20libxml2%20installation." ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/stumbleupon.png" class="sociable-img sociable-hovers" title="StumbleUpon" alt="StumbleUpon" /></a><a rel="nofollow" target="_blank"  href="http://twitter.com/home/?status=tip%20@Techmeme%20http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F05%2F05%2Fconfigure-error-xml2-config-not-found-please-check-your-libxml2-installation%2F%20configure%3A%20error%3A%20xml2-config%20not%20found.%20Please%20check%20your%20libxml2%20installation." ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/techmeme.png" class="sociable-img sociable-hovers" title="Suggest to Techmeme via Twitter" alt="Suggest to Techmeme via Twitter" /></a><a rel="nofollow" target="_blank"  href="http://technorati.com/faves?add=http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F05%2F05%2Fconfigure-error-xml2-config-not-found-please-check-your-libxml2-installation%2F" ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/technorati.png" class="sociable-img sociable-hovers" title="Technorati" alt="Technorati" /></a><a rel="nofollow" target="_blank"  href="http://twitter.com/home?status=configure%3A%20error%3A%20xml2-config%20not%20found.%20Please%20check%20your%20libxml2%20installation.%20-%20http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F05%2F05%2Fconfigure-error-xml2-config-not-found-please-check-your-libxml2-installation%2F" ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/twitter.png" class="sociable-img sociable-hovers" title="Twitter" alt="Twitter" /></a><a rel="nofollow" target="_blank"  href="http://www.ekudos.nl/artikel/nieuw?url=http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F05%2F05%2Fconfigure-error-xml2-config-not-found-please-check-your-libxml2-installation%2F&amp;title=configure%3A%20error%3A%20xml2-config%20not%20found.%20Please%20check%20your%20libxml2%20installation.&amp;desc=I%20got%20this%20error%20when%20trying%20to%20configure%20php%205.2.6%3A%0D%0A%0D%0Aconfigure%3A%20error%3A%20xml2-config%20not%20found.%20Please%20check%20your%20libxml2%20installation.%0D%0A%0D%0AI%27m%20using%20Debian%20and%20it%20showed%20that%20I%20had%20libxml2%20installed%20%28and%20it%20was%20the%20latest%20version%29.%0D%0A%0D%0AIt%20turns%20out%20t" ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/ekudos.png" class="sociable-img sociable-hovers" title="eKudos" alt="eKudos" /></a><a rel="nofollow" target="_blank"  href="http://www.friendfeed.com/share?title=configure%3A%20error%3A%20xml2-config%20not%20found.%20Please%20check%20your%20libxml2%20installation.&amp;link=http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F05%2F05%2Fconfigure-error-xml2-config-not-found-please-check-your-libxml2-installation%2F" ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/friendfeed.png" class="sociable-img sociable-hovers" title="FriendFeed" alt="FriendFeed" /></a><a rel="nofollow" target="_blank"  href="http://www.google.com/reader/link?url=http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F05%2F05%2Fconfigure-error-xml2-config-not-found-please-check-your-libxml2-installation%2F&amp;title=configure%3A%20error%3A%20xml2-config%20not%20found.%20Please%20check%20your%20libxml2%20installation.&amp;srcURL=http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F05%2F05%2Fconfigure-error-xml2-config-not-found-please-check-your-libxml2-installation%2F&amp;srcTitle=hyperscale.at+Service-orientation-as-a-Service%2C+SOA%2C+PaaS%2C+IaaS%2C+and+Economies+of+Autoscale" ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/googlebuzz.png" class="sociable-img sociable-hovers" title="Google Buzz" alt="Google Buzz" /></a><a rel="nofollow" target="_blank"  href="http://asherbond.com/blog/feed/" ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/rss.png" class="sociable-img sociable-hovers" title="RSS" alt="RSS" /></a><a rel="nofollow" target="_blank"  href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F05%2F05%2Fconfigure-error-xml2-config-not-found-please-check-your-libxml2-installation%2F&amp;t=configure%3A%20error%3A%20xml2-config%20not%20found.%20Please%20check%20your%20libxml2%20installation.&amp;s=I%20got%20this%20error%20when%20trying%20to%20configure%20php%205.2.6%3A%0D%0A%0D%0Aconfigure%3A%20error%3A%20xml2-config%20not%20found.%20Please%20check%20your%20libxml2%20installation.%0D%0A%0D%0AI%27m%20using%20Debian%20and%20it%20showed%20that%20I%20had%20libxml2%20installed%20%28and%20it%20was%20the%20latest%20version%29.%0D%0A%0D%0AIt%20turns%20out%20t" ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/tumblr.png" class="sociable-img sociable-hovers" title="Tumblr" alt="Tumblr" /></a><br/><br/>]]></content:encoded>
			<wfw:commentRss>http://asherbond.com/blog/2009/05/05/configure-error-xml2-config-not-found-please-check-your-libxml2-installation/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached
Page Caching using memcached
Database Caching 3/5 queries in 0.001 seconds using memcached
Object Caching 281/281 objects using memcached
Content Delivery Network via Amazon Web Services: S3: cdn.blog.asherbond.elastictrumpet.com.s3.amazonaws.com

Served from: asherbond.com @ 2012-05-18 10:47:12 -->
