<?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>Sharing some thoughts &#187; vmware</title>
	<atom:link href="http://www.fabiopedrazzoli.com/tag/vmware/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fabiopedrazzoli.com</link>
	<description>Sharing unconditionally is the true source of love.</description>
	<lastBuildDate>Sun, 11 Jul 2010 12:29:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Vmware 2.0.x build problem</title>
		<link>http://www.fabiopedrazzoli.com/2009/06/vmware-20x-build-problem/</link>
		<comments>http://www.fabiopedrazzoli.com/2009/06/vmware-20x-build-problem/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 08:36:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ICT]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.fabiopedrazzoli.com/?p=218</guid>
		<description><![CDATA[If you get this error during the Vmware module compilation: Unable to make a vsock module that can be loaded in the running kernel: insmod: error inserting &#8216;/tmp/vmware-config1/vsock.o&#8217;: -1 Unknown symbol in module What you need to do is the following: untar vmci.tar (in /usr/lib/vmware/modules/source) build the module with &#8216;make&#8217; untar vsock.tar and copy the [...]]]></description>
			<content:encoded><![CDATA[<p>If you get this error during the Vmware module compilation:</p>
<blockquote><p>Unable to make a vsock module that can be loaded in the running kernel:<br />
insmod: error inserting &#8216;/tmp/vmware-config1/vsock.o&#8217;: -1 Unknown symbol in module</p></blockquote>
<p>What you need to do is the following:</p>
<blockquote><p>untar vmci.tar (in /usr/lib/vmware/modules/source)<br />
build the module with &#8216;make&#8217;<br />
untar vsock.tar and copy the &#8220;Modules.symvers&#8221; file resulting from the previous compilation into the &#8220;vsock-only&#8221; directory.<br />
Rebuild the vsock.tar file and run &#8220;vmware-config.pl&#8221;. </p></blockquote>
<p>Speaking in bash language:</p>
<blockquote><p>cd /usr/lib/vmware/modules/source/<br />
tar xvfp vmci.tar<br />
tar xvfp vsock.tar<br />
cd vmci-only/<br />
make<br />
cp -av Module.symvers ../vsock-only/<br />
cd ..<br />
tar -f vsock.tar -cv vsock-only/<br />
vmware-config.pl
</p></blockquote>
<p>Now it should compile just fine.</p>
<p>Thanks to Javier, I got this solution from <a href="http://communities.vmware.com/thread/208316" target="_new">http://communities.vmware.com/thread/208316</a></p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.fabiopedrazzoli.com%2F2009%2F06%2Fvmware-20x-build-problem%2F&amp;t=Vmware%202.0.x%20build%20problem" title="Facebook"><img src="http://www.fabiopedrazzoli.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Vmware%202.0.x%20build%20problem%20-%20http%3A%2F%2Fwww.fabiopedrazzoli.com%2F2009%2F06%2Fvmware-20x-build-problem%2F" title="Twitter"><img src="http://www.fabiopedrazzoli.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fwww.fabiopedrazzoli.com%2F2009%2F06%2Fvmware-20x-build-problem%2F&amp;t=Vmware%202.0.x%20build%20problem&amp;s=If%20you%20get%20this%20error%20during%20the%20Vmware%20module%20compilation%3A%0D%0A%0D%0A%0D%0AUnable%20to%20make%20a%20vsock%20module%20that%20can%20be%20loaded%20in%20the%20running%20kernel%3A%0D%0Ainsmod%3A%20error%20inserting%20%27%2Ftmp%2Fvmware-config1%2Fvsock.o%27%3A%20-1%20Unknown%20symbol%20in%20module%0D%0A%0D%0A%0D%0A%0D%0AWhat%20you%20need%20to%20do%20is" title="Tumblr"><img src="http://www.fabiopedrazzoli.com/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.fabiopedrazzoli.com%2F2009%2F06%2Fvmware-20x-build-problem%2F&amp;title=Vmware%202.0.x%20build%20problem&amp;notes=If%20you%20get%20this%20error%20during%20the%20Vmware%20module%20compilation%3A%0D%0A%0D%0A%0D%0AUnable%20to%20make%20a%20vsock%20module%20that%20can%20be%20loaded%20in%20the%20running%20kernel%3A%0D%0Ainsmod%3A%20error%20inserting%20%27%2Ftmp%2Fvmware-config1%2Fvsock.o%27%3A%20-1%20Unknown%20symbol%20in%20module%0D%0A%0D%0A%0D%0A%0D%0AWhat%20you%20need%20to%20do%20is" title="del.icio.us"><img src="http://www.fabiopedrazzoli.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.fabiopedrazzoli.com%2F2009%2F06%2Fvmware-20x-build-problem%2F&amp;partner=sociable" title="PDF"><img src="http://www.fabiopedrazzoli.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.fabiopedrazzoli.com/feed/" title="RSS"><img src="http://www.fabiopedrazzoli.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Vmware%202.0.x%20build%20problem&amp;body=http%3A%2F%2Fwww.fabiopedrazzoli.com%2F2009%2F06%2Fvmware-20x-build-problem%2F" title="email"><img src="http://www.fabiopedrazzoli.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.fabiopedrazzoli.com%2F2009%2F06%2Fvmware-20x-build-problem%2F&amp;title=Vmware%202.0.x%20build%20problem&amp;source=Sharing+some+thoughts+Sharing+unconditionally+is+the+true+source+of+love.&amp;summary=If%20you%20get%20this%20error%20during%20the%20Vmware%20module%20compilation%3A%0D%0A%0D%0A%0D%0AUnable%20to%20make%20a%20vsock%20module%20that%20can%20be%20loaded%20in%20the%20running%20kernel%3A%0D%0Ainsmod%3A%20error%20inserting%20%27%2Ftmp%2Fvmware-config1%2Fvsock.o%27%3A%20-1%20Unknown%20symbol%20in%20module%0D%0A%0D%0A%0D%0A%0D%0AWhat%20you%20need%20to%20do%20is" title="LinkedIn"><img src="http://www.fabiopedrazzoli.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://news.ycombinator.com/submitlink?u=http%3A%2F%2Fwww.fabiopedrazzoli.com%2F2009%2F06%2Fvmware-20x-build-problem%2F&amp;t=Vmware%202.0.x%20build%20problem" title="HackerNews"><img src="http://www.fabiopedrazzoli.com/wp-content/plugins/sociable/images/hackernews.png" title="HackerNews" alt="HackerNews" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.fabiopedrazzoli.com%2F2009%2F06%2Fvmware-20x-build-problem%2F&amp;title=Vmware%202.0.x%20build%20problem&amp;annotation=If%20you%20get%20this%20error%20during%20the%20Vmware%20module%20compilation%3A%0D%0A%0D%0A%0D%0AUnable%20to%20make%20a%20vsock%20module%20that%20can%20be%20loaded%20in%20the%20running%20kernel%3A%0D%0Ainsmod%3A%20error%20inserting%20%27%2Ftmp%2Fvmware-config1%2Fvsock.o%27%3A%20-1%20Unknown%20symbol%20in%20module%0D%0A%0D%0A%0D%0A%0D%0AWhat%20you%20need%20to%20do%20is" title="Google Bookmarks"><img src="http://www.fabiopedrazzoli.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.fabiopedrazzoli.com%2F2009%2F06%2Fvmware-20x-build-problem%2F&amp;title=Vmware%202.0.x%20build%20problem&amp;bodytext=If%20you%20get%20this%20error%20during%20the%20Vmware%20module%20compilation%3A%0D%0A%0D%0A%0D%0AUnable%20to%20make%20a%20vsock%20module%20that%20can%20be%20loaded%20in%20the%20running%20kernel%3A%0D%0Ainsmod%3A%20error%20inserting%20%27%2Ftmp%2Fvmware-config1%2Fvsock.o%27%3A%20-1%20Unknown%20symbol%20in%20module%0D%0A%0D%0A%0D%0A%0D%0AWhat%20you%20need%20to%20do%20is" title="Digg"><img src="http://www.fabiopedrazzoli.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.fabiopedrazzoli.com%2F2009%2F06%2Fvmware-20x-build-problem%2F&amp;t=Vmware%202.0.x%20build%20problem" title="MySpace"><img src="http://www.fabiopedrazzoli.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.fabiopedrazzoli.com%2F2009%2F06%2Fvmware-20x-build-problem%2F" title="Technorati"><img src="http://www.fabiopedrazzoli.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.fabiopedrazzoli.com%2F2009%2F06%2Fvmware-20x-build-problem%2F&amp;title=Vmware%202.0.x%20build%20problem" title="Reddit"><img src="http://www.fabiopedrazzoli.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.blogospherenews.com/submit.php?url=http%3A%2F%2Fwww.fabiopedrazzoli.com%2F2009%2F06%2Fvmware-20x-build-problem%2F&amp;title=Vmware%202.0.x%20build%20problem" title="Blogosphere News"><img src="http://www.fabiopedrazzoli.com/wp-content/plugins/sociable/images/blogospherenews.png" title="Blogosphere News" alt="Blogosphere News" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fwww.fabiopedrazzoli.com%2F2009%2F06%2Fvmware-20x-build-problem%2F" title="Identi.ca"><img src="http://www.fabiopedrazzoli.com/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvibes.com/share?title=Vmware%202.0.x%20build%20problem&amp;url=http%3A%2F%2Fwww.fabiopedrazzoli.com%2F2009%2F06%2Fvmware-20x-build-problem%2F" title="Netvibes"><img src="http://www.fabiopedrazzoli.com/wp-content/plugins/sociable/images/netvibes.png" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fwww.fabiopedrazzoli.com%2F2009%2F06%2Fvmware-20x-build-problem%2F&amp;title=Vmware%202.0.x%20build%20problem&amp;body=If%20you%20get%20this%20error%20during%20the%20Vmware%20module%20compilation%3A%0D%0A%0D%0A%0D%0AUnable%20to%20make%20a%20vsock%20module%20that%20can%20be%20loaded%20in%20the%20running%20kernel%3A%0D%0Ainsmod%3A%20error%20inserting%20%27%2Ftmp%2Fvmware-config1%2Fvsock.o%27%3A%20-1%20Unknown%20symbol%20in%20module%0D%0A%0D%0A%0D%0A%0D%0AWhat%20you%20need%20to%20do%20is" title="Ping.fm"><img src="http://www.fabiopedrazzoli.com/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.simpy.com/simpy/LinkAdd.do?href=http%3A%2F%2Fwww.fabiopedrazzoli.com%2F2009%2F06%2Fvmware-20x-build-problem%2F&amp;title=Vmware%202.0.x%20build%20problem" title="Simpy"><img src="http://www.fabiopedrazzoli.com/wp-content/plugins/sociable/images/simpy.png" title="Simpy" alt="Simpy" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.fabiopedrazzoli.com%2F2009%2F06%2Fvmware-20x-build-problem%2F&amp;title=Vmware%202.0.x%20build%20problem" title="StumbleUpon"><img src="http://www.fabiopedrazzoli.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.fabiopedrazzoli.com/2009/06/vmware-20x-build-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
