<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
		<id>https://wiki.nonip.net/index.php?action=history&amp;feed=atom&amp;title=Fcs%2Flinux</id>
		<title>Fcs/linux - 変更履歴</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.nonip.net/index.php?action=history&amp;feed=atom&amp;title=Fcs%2Flinux"/>
		<link rel="alternate" type="text/html" href="https://wiki.nonip.net/index.php?title=Fcs/linux&amp;action=history"/>
		<updated>2026-04-24T15:39:46Z</updated>
		<subtitle>このウィキのこのページに関する変更履歴</subtitle>
		<generator>MediaWiki 1.24.2</generator>

	<entry>
		<id>https://wiki.nonip.net/index.php?title=Fcs/linux&amp;diff=481&amp;oldid=prev</id>
		<title>127.0.0.1: ページの作成:「==fcsとは== FlashCommunicationServer  ==fcsインストール準備(linux== #CD内にあるLinuxディレクトリを開く  $ tar zxvf FlashCom\ 1_5\ Installer.tar.gz...」</title>
		<link rel="alternate" type="text/html" href="https://wiki.nonip.net/index.php?title=Fcs/linux&amp;diff=481&amp;oldid=prev"/>
				<updated>2015-05-19T18:12:48Z</updated>
		
		<summary type="html">&lt;p&gt;ページの作成:「==fcsとは== FlashCommunicationServer  ==fcsインストール準備(linux== #CD内にあるLinuxディレクトリを開く  $ tar zxvf FlashCom\ 1_5\ Installer.tar.gz...」&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==fcsとは==&lt;br /&gt;
FlashCommunicationServer&lt;br /&gt;
&lt;br /&gt;
==fcsインストール準備(linux==&lt;br /&gt;
#CD内にあるLinuxディレクトリを開く&lt;br /&gt;
 $ tar zxvf FlashCom\ 1_5\ Installer.tar.gz&lt;br /&gt;
 $ cd FCS_1_5_r119_linux&lt;br /&gt;
 $ sudo vi installFCS&lt;br /&gt;
 221行目のifをざっくり削除&lt;br /&gt;
 #                 *) if [ $WARN -eq 1 ]; then&lt;br /&gt;
 #                      warn_unsupported $DISTRO&lt;br /&gt;
 #                    else&lt;br /&gt;
 #                      exit_unsupported $DISTRO&lt;br /&gt;
 #                    fi&lt;br /&gt;
 #                    ;;&lt;br /&gt;
&lt;br /&gt;
==fcsインストール(linux==&lt;br /&gt;
 $ sudo sh installFCS&lt;br /&gt;
 ./fcsconfig: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or  directory&lt;br /&gt;
 $ sudo yum install libstdc++-libc6.2-2.so.3 &lt;br /&gt;
 control+Dで最下へ&lt;br /&gt;
 &lt;br /&gt;
 The installer will install Macromedia Flash Communication Server MX 1.5 in the&lt;br /&gt;
 following directory&lt;br /&gt;
 Default [/opt/macromedia/fcs]:&lt;br /&gt;
 &lt;br /&gt;
 Do you want to install the sample applications and documentation? (y/n)&lt;br /&gt;
 Default [y]:&lt;br /&gt;
 &lt;br /&gt;
 You have chosen to install the Macromedia Flash Communication Server MX sample applications.&lt;br /&gt;
 &lt;br /&gt;
 If you have a web server and want the sample applications available, the&lt;br /&gt;
 sample applications must be placed where the web server can serve them.&lt;br /&gt;
 &lt;br /&gt;
 Please enter the web server publishing directory you want the sample&lt;br /&gt;
 applications installed to&lt;br /&gt;
 Default [/opt/macromedia/fcs]:&lt;br /&gt;
 &lt;br /&gt;
 The Macromedia Flash Communication Server MX communicates on the IANA-assigned&lt;br /&gt;
 port of 1935, which is the port most Flash applications expect.&lt;br /&gt;
 &lt;br /&gt;
 Please enter the Macromedia Flash Communication Server MX port&lt;br /&gt;
 Default [1935]:&lt;br /&gt;
 &lt;br /&gt;
 Please enter the port to use for the Admin service. You can only specify one&lt;br /&gt;
 admin port.&lt;br /&gt;
 Default [1111]:&lt;br /&gt;
&lt;br /&gt;
 Installation directory         = /opt/macromedia/fcs&lt;br /&gt;
 &lt;br /&gt;
 Sample applications directory = /opt/macromedia/fcs&lt;br /&gt;
 &lt;br /&gt;
 FC Server Port                 = 1935&lt;br /&gt;
 FC Admin Server Port           = 1111&lt;br /&gt;
 &lt;br /&gt;
 Administrative username        = user1&lt;br /&gt;
 Administrative password        = (suppressed)&lt;br /&gt;
 &lt;br /&gt;
 FCS owner                      = linux_user&lt;br /&gt;
 &lt;br /&gt;
 FCS service user               = linux_user&lt;br /&gt;
 FCS service user group         = linux_user&lt;br /&gt;
 &lt;br /&gt;
 FCS run as daemon              = Yes&lt;br /&gt;
 Start FCS                      = Yes&lt;br /&gt;
&lt;br /&gt;
==管理サーバ手動起動コマンド==&lt;br /&gt;
 sudo sh adminserver start&lt;br /&gt;
&lt;br /&gt;
==管理画面を開きサーバサイドasをロードする==&lt;br /&gt;
#windows,macなどのGUIローカル環境で以下を開く&lt;br /&gt;
 Linux/Fcs_1_5_r119_linux/flashcom_help/html/admin/admin.html&lt;br /&gt;
#hostにサーバipを指定し、user,passを入力する&lt;br /&gt;
#サーバ側にapplications/sample_roomのディレクトリがあることを確認&lt;br /&gt;
#mentenanceタブを選択肢、Appsにsample_roomを入力&lt;br /&gt;
#&amp;quot;Application Reload: Successful&amp;quot;とメッセージが出ることを確認&lt;/div&gt;</summary>
		<author><name>127.0.0.1</name></author>	</entry>

	</feed>