Skip to main content
Participant
July 9, 2006
Question

Install FMS server in Fedora

  • July 9, 2006
  • 4 replies
  • 428 views
Cannot install FMS server in Linux Fedora 4, I receive this message:

Your distribution, unknow, is not supported by this Macromedia Flash Media Server installer.


What can I do, who can help me?
    This topic is closed to new replies. Start a new post to keep the conversation going.

    4 replies

    July 9, 2006
    Try searching the forum. This has been discussed at great length.
    onstreamAuthor
    Participant
    July 9, 2006
    Need help and solution for my problem, not other closed threat, can't find my solution in this forum... Please help for who want and know!
    I try -plaformWarnOnly command and was installed but don't work: can't connect to admin console, also samples don't work.
    Participating Frequently
    July 9, 2006
    I got FMS working with Fedora by entering these UNIX commands:

    cd /usr/lib
    sudo ln -s libcrypto.so libcrypto.so.4
    sudo ln -s libcrypto.so libcrypto.so.6
    sudo ln -s libssl.so libssl.so.4
    sudo ln -s libssl.so libssl.so.6

    /etc/init.d/fms start

    ALSO, don't forget that you need to have these port numbers opened by your ISP:

    FMS Server Port = 1935
    FMS Admin Server Port = 1111

    Enjoy!