<?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>don't feed the seagulls &#187; VMware</title>
	<atom:link href="http://dontfeedtheseagulls.com/category/vmware/feed/" rel="self" type="application/rss+xml" />
	<link>http://dontfeedtheseagulls.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 23 Jul 2010 13:28:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Installing VMware Server on Ubuntu 8.04 Hardy Heron</title>
		<link>http://dontfeedtheseagulls.com/2008/06/16/installing-vmware-server-on-ubuntu-804-hardy-heron/</link>
		<comments>http://dontfeedtheseagulls.com/2008/06/16/installing-vmware-server-on-ubuntu-804-hardy-heron/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 01:35:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hardy Heron]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://dontfeedtheseagulls.com/?p=24</guid>
		<description><![CDATA[I found a great post at MakeTechEasier I changed it a little and posted it. You will be building kernel specific files so you need to have the proper header files installed for your kernel along with something to compile it. sudo apt-get install linux-headers-`uname -r` build-essential sudo apt-get install xinetd gcc-3.4 If you are [...]]]></description>
			<content:encoded><![CDATA[<p>I found a great post at <a href="http://maketecheasier.com/installing-vmware-server-in-hardy-heron/2008/04/29" target="_blank">MakeTechEasier</a> I changed it a little and posted it.</p>
<p>You will be building kernel specific files so you need to have the proper header files installed for your kernel along with something to compile it.</p>
<pre>sudo apt-get install linux-headers-`uname -r` build-essential
sudo apt-get install xinetd gcc-3.4</pre>
<p>If you are using 64 bits system, you have to install 32bit compatibility files</p>
<pre>sudo apt-get install ia32-libs</pre>
<p>Download <a href="http://www.vmware.com/download/server/" target="_blank">VMware Server 1.0.6</a></p>
<p>Download the patch file <a href="http://groups.google.com/group/vmkernelnewbies/files" target="_blank">vmware-any-any-update-116.tgz</a></p>
<p>Extract the downloaded files</p>
<pre>tar zxf vmware-any-any-update-116.tgz
tar xzf VMware-server-1.0.6-91891.tar.gz</pre>
<p>Run the VMware Server installer</p>
<pre>cd vmware-server-distrib
sudo ./vmware-install.pl</pre>
<p>You will be prompted to answer some questions. Press <strong>Enter</strong> to select the default answer. When it reaches the point that requires you to run <strong>vmware-config.pl</strong>, type <strong>No</strong>. The installer will exit.  Next, apply the patch</p>
<pre>cd vmware-any-any-update116
sudo ./runme.pl</pre>
<p>This time, press <strong>Enter</strong> for all the questions and enter <strong>Yes</strong> to run the <strong>vmware-comfig.pl</strong>.  Once it has finished compiling, you should now see the VMware console in your <em>Applications-&gt;Other</em>. The first time you run vmware use the console by typing <strong>vmware</strong> in the terminal. If there are any errors it will tell us. If it says it can&#8217;t find some files all we need to do is copy them from the /usr/lib directory.</p>
<pre>sudo cp /usr/lib/libpng12.so.0 /usr/lib/vmware/lib/libpng12.so.0/
sudo cp /lib/libgcc_s.so.1 /usr/lib/vmware/lib/libgcc_s.so.1/</pre>
<p>For 64 bit users</p>
<pre>sudo ln -s /usr/lib32 /usr/l32
sudo sed -i -e ’s/usr\/lib/usr\/l32/g’ /usr/lib32/gtk-2.0/2.10.0/loader-files.d/libgtk2.0-0.loaders
sudo sed -i -e ’s/usr\/lib/usr\/l32/g’ /usr/lib32/libgdk_pixbuf-2.0.so.0.1200.9</pre>
<p>That’s it. Your VMware Server should be working now.</p>
]]></content:encoded>
			<wfw:commentRss>http://dontfeedtheseagulls.com/2008/06/16/installing-vmware-server-on-ubuntu-804-hardy-heron/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
