Home > Webdev > Installing Flash Media Server 2 on Ubuntu 6.10

Installing Flash Media Server 2 on Ubuntu 6.10

January 14th, 2007 Leave a comment Go to comments

The installation script for Flash Media Server works only on RedHat Enterprise by default. With some modifications it works fine on Ubuntu Edgy:

1
2
3
4
5
6
7
8
$ apt-get install libnspr4 libstdc++5 libstdc++5-3.3-dev
$ wget http://download.macromedia.com/pub/flashmediaserver/
   updates/2_0_3/linux/flashmediaserver2.tar.gz
$ tar xfz flashmediaserver2.tar.gz
$ cd FMS*
$ wget http://www.bluetwanger.de/~mbertheau/fms.patch
$ patch -p1 < fms.patch
$ sudo ./installFMS

Live aus der Marschrutka – Installing Flash Media Server 2 on Ubuntu 6.10 Edgy

this howto is written bei Markus Bertheau, please check the original article and his blog here. with his great patch my installation of FMS2 on my Mac Book Pro running Ubuntu 6.10 server inside Parallels Desktop worked like a charm :-)

Share and Enjoy:
  • Print
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • MisterWong
  • StumbleUpon
  • Twitter
Categories: Webdev Tags: , , ,
  1. ali
    March 25th, 2007 at 05:01 | #1

    i did what you recommended, it seems that FMS installs fine but when i try to record from the client it seems like it cannot connect, the client hangs on “creating streams” message – i am running locally so there is firewall. any suggestion?

  2. May 30th, 2007 at 22:14 | #2

    Hy, good post. I also make it work for Fedora Core 3,4 and 5 with some modifications on installFMS file only, you can download the file from my website by clicking here! You should install some depedencies, such compat-libstdc++, mozilla-nspr, openssl-devel etc. I work now on script to make it work on Fedora Core 6 and 7 when will appear. Thx and I hope that what I wrote will help someone.
    With respect,
    Viorel Soldan

  3. Jure Kodzoman
    June 11th, 2007 at 21:22 | #3

    Thank you for your patch. I’ve been trying to do the same thing yourself, but then I found your patch which works great.

    To get this patch to work on debian you will also need to:

    ln -s libnspr4.so.0d libnspr4.so
    ln -s /usr/lib/libplc4.so.0d /usr/lib/libplc4.so
    ln -s /usr/lib/libplds4.so.0d /usr/lib/libplds4.so

    I will try to make debian package for debian Etch and post the patch here when I do it.

  4. jure
    June 11th, 2007 at 21:24 | #4

    for libnspr4.so
    it should also be

    ln -s /usr/lib/libnspr4.so.0d /usr/lib/libnspr4.so

    instead of what I wrote, just in case if you are wondering:)

  5. Rod
    July 31st, 2007 at 13:58 | #5

    Hello
    I’m trying to install FMS2 2.0.3 on Debian Etch. My server is running, i can access the console, but impossible to connect to an application.
    Any idea ?
    Thanks

  6. October 4th, 2007 at 13:45 | #6

    Hello

    I’m trying to install the FMS2 on my Debian Server. Server is running, connection is good, but

    i cant create the instance.

    Any idea ?

    Thanks in advance,
    Swami

  1. No trackbacks yet.