<?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>The BHC Blog &#187; Misc</title>
	<atom:link href="http://www.bhcblog.com/category/misc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bhcblog.com</link>
	<description>The Technical Blog of Blackhawk Consulting</description>
	<lastBuildDate>Fri, 03 Sep 2010 19:39:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Solution: skype: error while loading shared libraries: libasound.so.2: wrong ELF class: ELFCLASS64</title>
		<link>http://www.bhcblog.com/2009/05/04/solution-skype-error-while-loading-shared-libraries-libasoundso2-wrong-elf-class-elfclass64/</link>
		<comments>http://www.bhcblog.com/2009/05/04/solution-skype-error-while-loading-shared-libraries-libasoundso2-wrong-elf-class-elfclass64/#comments</comments>
		<pubDate>Mon, 04 May 2009 17:55:43 +0000</pubDate>
		<dc:creator>Jesse</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Elf class]]></category>
		<category><![CDATA[libasound.so.2]]></category>
		<category><![CDATA[skype: error while loading shared libraries: libasound.so.2: wrong ELF class: ELFCLASS64]]></category>

		<guid isPermaLink="false">http://www.bhcblog.com/2009/05/04/solution-skype-error-while-loading-shared-libraries-libasoundso2-wrong-elf-class-elfclass64/</guid>
		<description><![CDATA[I recently hit a problem with skype on linux. When running skype from the GUI, nothing happened, I tried running skype from the command line and got : skype: error while loading shared libraries: libasound.so.2: wrong ELF class: ELFCLASS64 apparently due to the fact it was unable to find libasound.so.2 which is provided by the [...]]]></description>
			<content:encoded><![CDATA[<p>I recently hit a problem with skype on linux.  When running skype from the GUI, nothing happened,  I tried running skype from the command line and got :</p>
<p>skype: error while loading shared libraries: libasound.so.2: wrong ELF class: ELFCLASS64</p>
<p>apparently due to the fact it was unable to find libasound.so.2 which is provided by the alsa-libs.i386 package.  This was further verified by running:</p>
<p>ldd /usr/bin/skype</p>
<p>for those of you unfamilar with ldd, it lists all the pacakge dependencies and whether or not it can find each file, if you have this problem and run this command, you will likely find that for libasound.so.2 you get  =&gt; not found.</p>
<p>I then ran yum install alsa-lib.i386 but found it was already installed.   This quickly led to the solution  :: Uninstall alsa then reinstall.. which did indeed fix the problem.</p>
<p>to do this:<br />
yum remove alsa-lib.i386      (this will also uninstall skype)<br />
yum install alsa-lib.i386         (this reinstalls alsa)</p>
<p>then browse to http://www.skype.com/download  and download the new rpm.</p>
<p>Let me know if this fixes your problem.</p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='title' title='Use these links to share this page with others'>_______________________________________<BR>PLEASE HELP BY BOOKMARKING OUR SITE...</div><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bhcblog.com/2009/05/04/solution-skype-error-while-loading-shared-libraries-libasoundso2-wrong-elf-class-elfclass64/&amp;title=Solution: skype: error while loading shared libraries: libasound.so.2: wrong ELF class: ELFCLASS64' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='/wp-content/plugins/bookmarkify/delicious.ico' style='width:16px; height:16px; border:none;' alt='[del.icio.us]'  /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bhcblog.com/2009/05/04/solution-skype-error-while-loading-shared-libraries-libasoundso2-wrong-elf-class-elfclass64/&amp;title=Solution: skype: error while loading shared libraries: libasound.so.2: wrong ELF class: ELFCLASS64' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='/wp-content/plugins/bookmarkify/digg.ico' style='width:16px; height:16px; border:none;' alt='[Digg]'  /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bhcblog.com/2009/05/04/solution-skype-error-while-loading-shared-libraries-libasoundso2-wrong-elf-class-elfclass64/&amp;title=Solution: skype: error while loading shared libraries: libasound.so.2: wrong ELF class: ELFCLASS64' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='/wp-content/plugins/bookmarkify/stumbleupon.ico' style='width:16px; height:16px; border:none;' alt='[StumbleUpon]'  /></a> </div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bhcblog.com/2009/05/04/solution-skype-error-while-loading-shared-libraries-libasoundso2-wrong-elf-class-elfclass64/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Unified Messaging for Digital Phone Sytems</title>
		<link>http://www.bhcblog.com/2008/12/11/unified-messaging-for-digital-phone-sytems/</link>
		<comments>http://www.bhcblog.com/2008/12/11/unified-messaging-for-digital-phone-sytems/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 16:50:07 +0000</pubDate>
		<dc:creator>Jesse</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[digital phone]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[unified messaging]]></category>

		<guid isPermaLink="false">http://www.bhcblog.com/?p=100</guid>
		<description><![CDATA[We recently had a need for a unified messaging solution for someone with a digital phone system.   For those unfamiliar with Unified Messaging, voicemails left are recorded as .wav files and delivered to the recipient as emails.   This way all communications are unified in outlook; A one stop shop for all communications.  This is a [...]]]></description>
			<content:encoded><![CDATA[<p>We recently had a need for a unified messaging solution for someone with a digital phone system.   For those unfamiliar with Unified Messaging, voicemails left are recorded as .wav files and delivered to the recipient as emails.   This way all communications are unified in outlook; A one stop shop for all communications.  This is a great solution for things like a sales line as it means that incoming sales voicemails can be emailed to the entire sales group instead of just being left for one user.</p>
<p>In order to solve this problem we employed a company called Aptela, located in Herndon VA.  We used the company&#8217;s services to setup a call tree.   We then had it ring the sales phone number, and if no one answered, the Aptela service would take a message and email it.   This solved the problem and allowed us to merge some very nice VoIP/Unified messaging features with pre-existing digital phone equipment.   It provides a great middle step for companies who are switching to a VoIP solution or want some VoIP features such as Unified Messaging for their existing Digital Phone equipment.</p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='title' title='Use these links to share this page with others'>_______________________________________<BR>PLEASE HELP BY BOOKMARKING OUR SITE...</div><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bhcblog.com/2008/12/11/unified-messaging-for-digital-phone-sytems/&amp;title=Unified Messaging for Digital Phone Sytems' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='/wp-content/plugins/bookmarkify/delicious.ico' style='width:16px; height:16px; border:none;' alt='[del.icio.us]'  /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bhcblog.com/2008/12/11/unified-messaging-for-digital-phone-sytems/&amp;title=Unified Messaging for Digital Phone Sytems' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='/wp-content/plugins/bookmarkify/digg.ico' style='width:16px; height:16px; border:none;' alt='[Digg]'  /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bhcblog.com/2008/12/11/unified-messaging-for-digital-phone-sytems/&amp;title=Unified Messaging for Digital Phone Sytems' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='/wp-content/plugins/bookmarkify/stumbleupon.ico' style='width:16px; height:16px; border:none;' alt='[StumbleUpon]'  /></a> </div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bhcblog.com/2008/12/11/unified-messaging-for-digital-phone-sytems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review: VMWare 2.0</title>
		<link>http://www.bhcblog.com/2008/10/07/review-vmware-20/</link>
		<comments>http://www.bhcblog.com/2008/10/07/review-vmware-20/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 16:14:44 +0000</pubDate>
		<dc:creator>Jesse</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Vmware Server]]></category>

		<guid isPermaLink="false">http://www.bhcblog.com/?p=67</guid>
		<description><![CDATA[Recently VMWare set version 2.0 as the current latest release of their vmware server product.  Unfortunately, after trying the product for a while, it is safe to say I am back to version 1.7.  Why?  The product is still plagued by a number of bugs including datastores that disappear and a confusing and difficult to [...]]]></description>
			<content:encoded><![CDATA[<p>Recently VMWare set version 2.0 as the current latest release of their vmware server product.  Unfortunately, after trying the product for a while, it is safe to say I am back to version 1.7.  Why?  The product is still plagued by a number of bugs including datastores that disappear and a confusing and difficult to use interface.</p>
<p>On the plus side, it does allow the use of vmware workstation images.  It is also a web interface instead of the old application interface.  However, until the datastore issue (if you add a non-standard datastore, and later reboot, your datastore magically vanishes and must be re-added) is fixed and they make significant changes to the user interface, it looks like VMWare Server 1.7 is here to stay for a while.</p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='title' title='Use these links to share this page with others'>_______________________________________<BR>PLEASE HELP BY BOOKMARKING OUR SITE...</div><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bhcblog.com/2008/10/07/review-vmware-20/&amp;title=Review: VMWare 2.0' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='/wp-content/plugins/bookmarkify/delicious.ico' style='width:16px; height:16px; border:none;' alt='[del.icio.us]'  /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bhcblog.com/2008/10/07/review-vmware-20/&amp;title=Review: VMWare 2.0' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='/wp-content/plugins/bookmarkify/digg.ico' style='width:16px; height:16px; border:none;' alt='[Digg]'  /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bhcblog.com/2008/10/07/review-vmware-20/&amp;title=Review: VMWare 2.0' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='/wp-content/plugins/bookmarkify/stumbleupon.ico' style='width:16px; height:16px; border:none;' alt='[StumbleUpon]'  /></a> </div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bhcblog.com/2008/10/07/review-vmware-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Launch of the BHCBLog</title>
		<link>http://www.bhcblog.com/2008/08/02/hello-world/</link>
		<comments>http://www.bhcblog.com/2008/08/02/hello-world/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 13:08:16 +0000</pubDate>
		<dc:creator>Jesse</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[About Us]]></category>
		<category><![CDATA[Blackhawk Consulting]]></category>

		<guid isPermaLink="false">http://www.bhcblog.com/?p=1</guid>
		<description><![CDATA[The purpose of this site is to document interesting IT and technology challenges I come across on a day-to-day basis. They may include how-to&#8217;s such as upgrade steps when migrating from SBS 2000 to SBS 2003 or how to install Microsoft RMS. If you are interested in finding out more about me you can do [...]]]></description>
			<content:encoded><![CDATA[<p>The purpose of this site is to document interesting IT and technology challenges I come across on a day-to-day basis.  They may include how-to&#8217;s such as upgrade steps when migrating from SBS 2000 to SBS 2003 or how to install Microsoft RMS.   If you are interested in finding out more about me you can do so <a href="http://www.bhcblog.com/?page_id=6">here</a>.</p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='title' title='Use these links to share this page with others'>_______________________________________<BR>PLEASE HELP BY BOOKMARKING OUR SITE...</div><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bhcblog.com/2008/08/02/hello-world/&amp;title=Launch of the BHCBLog' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='/wp-content/plugins/bookmarkify/delicious.ico' style='width:16px; height:16px; border:none;' alt='[del.icio.us]'  /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bhcblog.com/2008/08/02/hello-world/&amp;title=Launch of the BHCBLog' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='/wp-content/plugins/bookmarkify/digg.ico' style='width:16px; height:16px; border:none;' alt='[Digg]'  /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bhcblog.com/2008/08/02/hello-world/&amp;title=Launch of the BHCBLog' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='/wp-content/plugins/bookmarkify/stumbleupon.ico' style='width:16px; height:16px; border:none;' alt='[StumbleUpon]'  /></a> </div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bhcblog.com/2008/08/02/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
