<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: VMWare Server on Hardy</title>
	<atom:link href="http://hans.fugal.net/blog/2008/07/27/vmware-server-on-hardy/feed/" rel="self" type="application/rss+xml" />
	<link>http://hans.fugal.net/blog/2008/07/27/vmware-server-on-hardy/</link>
	<description>Counterpoint by Hans Fugal</description>
	<lastBuildDate>Fri, 19 Mar 2010 12:45:46 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anthony</title>
		<link>http://hans.fugal.net/blog/2008/07/27/vmware-server-on-hardy/comment-page-1/#comment-1869</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Tue, 24 Feb 2009 03:33:57 +0000</pubDate>
		<guid isPermaLink="false">urn:uuid:8d35064f-3d05-459a-8d47-14ef2dfa411e#comment-1869</guid>
		<description>Amazing! The guide worked perfect!</description>
		<content:encoded><![CDATA[<p>Amazing! The guide worked perfect!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leon Matthews</title>
		<link>http://hans.fugal.net/blog/2008/07/27/vmware-server-on-hardy/comment-page-1/#comment-1768</link>
		<dc:creator>Leon Matthews</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">urn:uuid:8d35064f-3d05-459a-8d47-14ef2dfa411e#comment-1768</guid>
		<description>&lt;p&gt;I suggest you give VirtualBox a go.  Very impressive performance, even on systems without hardware virtualisation support (like my AMD64 x2 3800 workstation) and recently (thanks to Sun) a friendly license...&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I suggest you give VirtualBox a go.  Very impressive performance, even on systems without hardware virtualisation support (like my AMD64 x2 3800 workstation) and recently (thanks to Sun) a friendly license&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans</title>
		<link>http://hans.fugal.net/blog/2008/07/27/vmware-server-on-hardy/comment-page-1/#comment-1769</link>
		<dc:creator>Hans</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">urn:uuid:8d35064f-3d05-459a-8d47-14ef2dfa411e#comment-1769</guid>
		<description>&lt;p&gt;I actually explored this avenue partially. I just needed to get some Windows access, I didn&#039;t care how. I got VirtualBox installed and began the complicated process of converting a vmware image into a virtualbox image, when it became apparent that fixing vmware would be simpler. (And I already knew a fresh windows install would be more involved.) So trying out VirtualBox will have to wait.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I actually explored this avenue partially. I just needed to get some Windows access, I didn&#8217;t care how. I got VirtualBox installed and began the complicated process of converting a vmware image into a virtualbox image, when it became apparent that fixing vmware would be simpler. (And I already knew a fresh windows install would be more involved.) So trying out VirtualBox will have to wait.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Wilson</title>
		<link>http://hans.fugal.net/blog/2008/07/27/vmware-server-on-hardy/comment-page-1/#comment-1770</link>
		<dc:creator>Mike Wilson</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">urn:uuid:8d35064f-3d05-459a-8d47-14ef2dfa411e#comment-1770</guid>
		<description>&lt;p&gt;Good tip -- thanks. I was stuck trying to install VMWare after upgrading to Hardy. Didn&#039;t have time to frig around, glad I found your page. Thanks, Mike Wilson&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Good tip &#8212; thanks. I was stuck trying to install VMWare after upgrading to Hardy. Didn&#8217;t have time to frig around, glad I found your page. Thanks, Mike Wilson</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boblemur</title>
		<link>http://hans.fugal.net/blog/2008/07/27/vmware-server-on-hardy/comment-page-1/#comment-1771</link>
		<dc:creator>boblemur</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">urn:uuid:8d35064f-3d05-459a-8d47-14ef2dfa411e#comment-1771</guid>
		<description>&lt;p&gt;hey all, the copy is not a good solution because it means if the original gets updated then the updates wont be reflected in the copied one... also you are waseing space...&lt;/p&gt;

&lt;p&gt;firstmake an empty folder for the lib to go into:&lt;/p&gt;

&lt;p&gt;sudo mkdir /usr/lib/vmware/lib/libgcc_s.so.1&lt;/p&gt;

&lt;p&gt;then make a symbolic link from the real lib folder to the one vmware is looking for&lt;/p&gt;

&lt;p&gt;sudo ln -s /lib/libgcc&lt;em&gt;s.so.1 /usr/lib/vmware/lib/libgcc&lt;/em&gt;s.so.1/&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>hey all, the copy is not a good solution because it means if the original gets updated then the updates wont be reflected in the copied one&#8230; also you are waseing space&#8230;</p>
<p>firstmake an empty folder for the lib to go into:</p>
<p>sudo mkdir /usr/lib/vmware/lib/libgcc_s.so.1</p>
<p>then make a symbolic link from the real lib folder to the one vmware is looking for</p>
<p>sudo ln -s /lib/libgcc<em>s.so.1 /usr/lib/vmware/lib/libgcc</em>s.so.1/</p>
]]></content:encoded>
	</item>
</channel>
</rss>
