Here are some directions for installing on Fedora. I
suspect they should be very similar as the problems you are
having sound familar.
1. Install Fresh Fedora Core 4 (or any Fedora system).2.
Take all defaults and make sure to install all development
tools and editors (does not need to be configured as a
server)3. Copy Flash install files to system into a
directory as listed below and then follow script.
# COMMANDS TO RUN: ls cd / mkdir flash_downloads cd
flash_downloads/
# Copy flash install files here (FlashMediaServer2.tar.gz)
# Make sure up2date works up2date rpm --import
/usr/share/rhn/RPM-GPG-KEY up2date
# Install dependencies yum install libnspr4.so yum install
libstdc++.so.5
# Make sure "locate" database works updatedb
locate libnspr4.so locate libstdc++.so.5 locate
libssl.so.0.9.7f locate libcrypto.so.0.9.7f
# Create symbolic links to other dependencies cd /lib ln
-s libssl.so.0.9.7f libssl.so.4 ln -s libcrypto.so.0.9.7f
libcrypto.so.4
# Add a new user and group called "fms"
groupadd fms useradd -g fms fms
# Punch holes in the firewall iptables clear iptables -I
INPUT -p tcp --destination-port 1935 -j ACCEPT iptables -I
INPUT -p tcp --destination-port 1111 -j ACCEPT
/sbin/iptables-save > /etc/sysconfig/iptables
/etc/init.d/iptables restart clear
# Install FMS ls tar -zxf FlashMediaServer2.tar.gz ls cd
FMS_2_0_r1145_linux/ ls ./installFMS -platformWarnOnly
# when asked the user name and group name to run as, specify
"fms"
# to enable http tunneling# change this line in
/opt/macromedia/fms/conf/fms.ini:# ADAPTOR.HOSTPORT =
:1935,80,443## [root server-x conf]# diff fms.ini
fms.ORIG#53c53#< ADAPTOR.HOSTPORT = :1935,80,443#---#>
ADAPTOR.HOSTPORT = :1935
# Power off and reboot shutdown -h now
# Make sure FMS is running ps -ef | grep fms
# Test with application of your choice cd /flash_downloads/
cd applications/ ls cp -R room10
/opt/macromedia/fms/applications/ cd
/opt/macromedia/fms/applications ls -l chown -R fms *
chgrp -R fms * ls -l cd room10 ls -l chmod 755 * ls -l
#END
> Date: Tue, 22 Aug 2006 21:15:40 +0200> From:
alexander.farber gmail.com> To: flashcomm chattyfig.figleaf.com> Subject: Re: [FlashComm]
How to install media server 2 on suse 9> > Hello
Emiliano,> > try: "./installFCS
-platformWarnOnly"> and see http://www
.sonntagsfarben.de/blog/?p=4> > You start the
service with "/etc/init.d/fms_smth start">
> Regards> Alex> > On 8/22/06, Emiliano Angelini
<eangelini unitedvirtualities.com> wrote:> >
The problems I had are:> > 1-The installer ran but it
said is the wrong version of linux(SLES9) , and> >
since its not supported by FMS2 it wouldnīt let me finish
the installation.> > 2-Then I tried to install
manually, but I couldnīt find a way.> > I really
don't know were to start at this point.> >
Obviusly,.. I coudn't start the service!> > -- >
http://preferans.de>
_______________________________________________>
FlashComm chattyfig.figleaf.com> To change your subscription
options or search the archive:> http://chattyfig.figleaf.com/mailman/listinfo/flashco
mm> > Brought to you by Fig Leaf Software>
Premier Authorized Adobe Consulting and Training> http://www.figleaf.com>
http://training.figleaf.com___________
____________________________________
FlashComm chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
a>
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.c
om
|