Setting up a Flash Media Server on EC2 (CentOS)

Windows Server? Yeah right. Redhat? No thanks. It may not be #8220supported#8221 by the Flash Media Server, but by installing a few libraries you can get one up and running on CentOS in a few minutes#8230

yum install compat-libstdc++-296.i386
yum install compat-libstdc++-33.i386
cd /lib
ln -s libcrypto.so.*** libcrypto.so.4
ln -s libssl.so.*** libssl.so.4

Might be useful if trying to deploy on EC2 for instance#8230

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">