<?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>gem install nokogiri &#8211; lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</title>
	<atom:link href="https://lifelinux.com/tag/gem-install-nokogiri/feed/" rel="self" type="application/rss+xml" />
	<link>https://lifelinux.com</link>
	<description>All About Linux !</description>
	<lastBuildDate>Thu, 29 May 2014 13:05:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.5.3</generator>
	<item>
		<title>How to fix &#8220;An error occurred while installing nokogiri (1.6.2.1)&#8221;</title>
		<link>https://lifelinux.com/how-to-fix-an-error-occurred-while-installing-nokogiri-1-6-2-1/</link>
					<comments>https://lifelinux.com/how-to-fix-an-error-occurred-while-installing-nokogiri-1-6-2-1/#respond</comments>
		
		<dc:creator><![CDATA[lifeLinux]]></dc:creator>
		<pubDate>Thu, 29 May 2014 13:03:27 +0000</pubDate>
				<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[WebServer]]></category>
		<category><![CDATA[gem install nokogiri]]></category>
		<category><![CDATA[nokogiri (1.6.2.1)]]></category>
		<guid isPermaLink="false">http://www.lifelinux.com/?p=1902</guid>

					<description><![CDATA[<p>Today, When I’m running bundle install and I’m having this error Gem files will remain installed in /usr/local/lib/ruby/gems/1.9.1/gems/nokogiri-1.6.2.1 for inspection. Results logged to /usr/local/lib/ruby/gems/1.9.1/gems/nokogiri 1.6.2.1/ext/nokogiri/gem_make.out An error occurred while installing nokogiri (1.6.2.1), and Bundler cannot continue. Make sure that `gem install nokogiri -v '1.6.2.1'` succeeds before bundling. I try to run command gem install nokogiri [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-fix-an-error-occurred-while-installing-nokogiri-1-6-2-1/">How to fix &#8220;An error occurred while installing nokogiri (1.6.2.1)&#8221;</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p></p><p>Today, When I’m running bundle install and I’m having this error</p>
<pre>Gem files will remain installed in /usr/local/lib/ruby/gems/1.9.1/gems/nokogiri-1.6.2.1 for inspection.
Results logged to /usr/local/lib/ruby/gems/1.9.1/gems/nokogiri 1.6.2.1/ext/nokogiri/gem_make.out
An error occurred while installing nokogiri (1.6.2.1), and Bundler cannot continue.
Make sure that `gem install nokogiri -v '1.6.2.1'` succeeds before bundling.</pre>
<p><span id="more-1902"></span><br />
I try to run command</p>
<pre>gem install nokogiri -v '1.6.2.1'</pre>
<p>I also have installed nokogiri succeed, When I run</p>
<pre>gem list</pre>
<p>I have</p>
<pre>nokogiri (1.6.2.1)</pre>
<p>But when running bundle install it continues saying that.<br />
And , I found a solution to solve it. I use the system library instead, I reinstall nokogiri as follows:</p>
<pre>gem install nokogiri -- --use-system-libraries</pre>
<p>After, I rebuild Bundle succeed</p>
<g:plusone href="https://lifelinux.com/how-to-fix-an-error-occurred-while-installing-nokogiri-1-6-2-1/" size="standard"  annotation="none"   ></g:plusone><p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-fix-an-error-occurred-while-installing-nokogiri-1-6-2-1/">How to fix &#8220;An error occurred while installing nokogiri (1.6.2.1)&#8221;</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://lifelinux.com/how-to-fix-an-error-occurred-while-installing-nokogiri-1-6-2-1/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
