Hi! Thanks for visiting my blog. If you've received any value from my content would you mind supporting my new startup by downloading our browser add-on? It's called PriceBlink and makes online shopping a breeze. You can watch it in action here and download it for Chrome, Firefox, IE, or Safari by going to PriceBlink.com. Thank you and I hope you enjoy!

The Application Formerly Known as FlashCom

Dec 13

A while back I did a post on installing FlashCom on Fedora Core 3. Tonight I decided to download the latest version of FlashCom now known as Flash Media Server 2. I ran into an install problem with Fedora Core 4 and wanted to mention how I got around it.

When trying to run the installer (./installFMS) I kept receiving the following error:

error while loading shared libraries: libstdc++.so.5

I basically had to update the package using the following command:

yum install libstdc++.so.5

After selecting yes a couple of times I had the necessary packages to support the install. The second thing I’d like to mention is that running the installer without any parameters gave me the following error message:

ERROR: Your distribution, unknown, is not supported by this
Macromedia Flash Media Server installer.

By telling the installer to only warn me (./installFMS -platformWarnOnly) I was able to successfully get Flash Media Server installed.